Skip to content

Commit

Permalink
Use .NET Framework reference assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrnet committed Aug 2, 2020
1 parent 6f3bc67 commit d96a65f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nuget BenchmarkDotNet lowest_matching, strategy:min, framework:net461,netcoreapp
// Data
nuget MathNet.Numerics 4.0.0

nuget Microsoft.NETFramework.ReferenceAssemblies copy_local:true, framework:net461,net45,net40
nuget NETStandard.Library 2.0.3 lowest_matching, strategy:min, framework:netstandard1.3,netstandard1.6,netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.Platforms 3.1.0 lowest_matching, strategy:min, framework:netstandard1.3,netstandard1.6,netstandard2.0,netcoreapp3.1
nuget Microsoft.NETCore.App 2.2.8 lowest_matching, strategy:min, framework:netstandard1.3,netstandard1.6,netstandard2.0,netcoreapp3.1
Expand Down
7 changes: 7 additions & 0 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ NUGET
Microsoft.NETCore.Runtime.CoreCLR (2.0.8) - restriction: || (== netcoreapp3.1) (== netstandard1.3) (== netstandard1.6) (== netstandard2.0)
Microsoft.NETCore.Jit (>= 2.0.8)
Microsoft.NETCore.Targets (2.0) - restriction: || (== netcoreapp3.1) (== netstandard1.3) (== netstandard1.6) (== netstandard2.0)
Microsoft.NETFramework.ReferenceAssemblies (1.0) - copy_local: true, restriction: || (== net40) (== net45) (== net461)
Microsoft.NETFramework.ReferenceAssemblies.net40 (>= 1.0) - restriction: && (>= net40) (< net45)
Microsoft.NETFramework.ReferenceAssemblies.net45 (>= 1.0) - restriction: && (>= net45) (< net451)
Microsoft.NETFramework.ReferenceAssemblies.net461 (>= 1.0) - restriction: && (>= net461) (< net462)
Microsoft.NETFramework.ReferenceAssemblies.net40 (1.0) - copy_local: true, restriction: || (== net40) (&& (== net461) (< net45))
Microsoft.NETFramework.ReferenceAssemblies.net45 (1.0) - copy_local: true, restriction: || (&& (== net40) (>= net45)) (== net45) (&& (== net461) (< net451))
Microsoft.NETFramework.ReferenceAssemblies.net461 (1.0) - copy_local: true, restriction: || (&& (== net40) (>= net461)) (&& (== net45) (>= net461)) (== net461)
Microsoft.TestPlatform.ObjectModel (16.4) - restriction: >= netcoreapp2.1
NuGet.Frameworks (>= 5.0) - restriction: || (>= net451) (>= netstandard2.0)
Microsoft.TestPlatform.TestHost (16.4) - restriction: >= netcoreapp2.1
Expand Down
1 change: 1 addition & 0 deletions src/Benchmark/paket.references
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BenchmarkDotNet

Microsoft.NETFramework.ReferenceAssemblies
System.Reflection framework:netcoreapp3.1
System.Reflection.Extensions framework:netcoreapp3.1
System.Reflection.TypeExtensions framework:netcoreapp3.1
Expand Down
1 change: 1 addition & 0 deletions src/FSharp.Tests/paket.references
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Microsoft.NET.Test.Sdk
Microsoft.NETFramework.ReferenceAssemblies
FSharp.Core
NUnit3TestAdapter
NUnit
Expand Down
1 change: 1 addition & 0 deletions src/FSharp/paket.references
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FSharp.Core
Microsoft.NETFramework.ReferenceAssemblies
System.Runtime framework:netstandard1.6
System.Runtime.Numerics framework:netstandard1.6
System.Runtime.Serialization.Xml framework:netstandard1.6
Expand Down
1 change: 1 addition & 0 deletions src/Numerics.Tests/paket.references
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Microsoft.NET.Test.Sdk
Microsoft.NETFramework.ReferenceAssemblies
NUnit3TestAdapter
NUnit
NUnitLite content:none
Expand Down
1 change: 1 addition & 0 deletions src/Numerics/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ System.Runtime.Serialization.Xml framework:netstandard1.3
System.Runtime.Serialization.Primitives framework:netstandard1.3
System.Runtime.Serialization.Formatters framework:netstandard1.3
System.Security.Cryptography.Algorithms framework:netstandard1.3
Microsoft.NETFramework.ReferenceAssemblies
1 change: 1 addition & 0 deletions src/TestData/paket.references
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Microsoft.NETFramework.ReferenceAssemblies

0 comments on commit d96a65f

Please sign in to comment.