From 58d22cf9f133670f24dabae1edc8ec2e0136914b Mon Sep 17 00:00:00 2001 From: Alex Ghiondea Date: Tue, 10 May 2016 12:46:55 -0700 Subject: [PATCH] Create a Nuget package that will contain the reference assembly for mscorlib. Commit migrated from https://github.com/dotnet/coreclr/commit/a5ba6fa7ff153c239d1e37939e8a320f3c13acf9 --- .../Microsoft.TargetingPack.Private.CoreCLR.pkgproj | 20 ++++++++++++++++++++ src/coreclr/src/.nuget/descriptions.json | 5 +++++ 2 files changed, 25 insertions(+) create mode 100644 src/coreclr/src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj diff --git a/src/coreclr/src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj b/src/coreclr/src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj new file mode 100644 index 0000000..c9d9d0c --- /dev/null +++ b/src/coreclr/src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj @@ -0,0 +1,20 @@ + + + + + + 1.0.1 + true + true + x64; + $(PackagesOutputPath) + + + + + lib/netstandard1.0 + + + + + diff --git a/src/coreclr/src/.nuget/descriptions.json b/src/coreclr/src/.nuget/descriptions.json index 23b2e2e..8a8333f 100644 --- a/src/coreclr/src/.nuget/descriptions.json +++ b/src/coreclr/src/.nuget/descriptions.json @@ -8,5 +8,10 @@ "Name": "Microsoft.NETCore.Runtime.CoreCLR", "Description": "The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.", "CommonTypes": [ ] + }, + { + "Name": "Microsoft.TargetingPack.Private.CoreCLR", + "Description": "Contains a private targeting pack which contains only the CoreCLR mscorlib reference assembly. Used for producing platform specific libraries such as facades.", + "CommonTypes": [ ] } ] -- 2.7.4