Skip to content

Commit

Permalink
removed Microsoft.NETFramework.ReferenceAssemblies deps (as part of #169
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sergey-tihon committed Jul 25, 2020
1 parent f75d5b8 commit d01df16
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ framework: netstandard2.0, netcoreapp3.1

nuget FSharp.Core ~> 4.3.4
nuget NETStandard.Library ~> 2.0.0
nuget Microsoft.NETFramework.ReferenceAssemblies

nuget Microsoft.NET.Test.Sdk
// For NUnit
Expand Down
1 change: 0 additions & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ NUGET
Microsoft.TestPlatform.TestHost (>= 16.6.1) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
Microsoft.NETCore.Platforms (3.1.1)
Microsoft.NETCore.Targets (3.1)
Microsoft.NETFramework.ReferenceAssemblies (1.0)
Microsoft.TestPlatform.ObjectModel (16.6.1) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
NuGet.Frameworks (>= 5.0)
Microsoft.TestPlatform.TestHost (16.6.1) - restriction: || (== netcoreapp3.1) (&& (== netstandard2.0) (>= netcoreapp2.1))
Expand Down
1 change: 0 additions & 1 deletion src/FsUnit.MsTestUnit/paket.references
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FSharp.Core
NETStandard.Library
Microsoft.NETFramework.ReferenceAssemblies
NHamcrest
MSTest.TestFramework
1 change: 0 additions & 1 deletion src/FsUnit.NUnit/paket.references
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FSharp.Core
NETStandard.Library
Microsoft.NETFramework.ReferenceAssemblies
NUnit
1 change: 0 additions & 1 deletion src/FsUnit.Xunit/paket.references
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FSharp.Core
NETStandard.Library
Microsoft.NETFramework.ReferenceAssemblies
NHamcrest
xunit

0 comments on commit d01df16

Please sign in to comment.