From a5ba6fa7ff153c239d1e37939e8a320f3c13acf9 Mon Sep 17 00:00:00 2001 From: Alex Ghiondea Date: Tue, 10 May 2016 12:46:55 -0700 Subject: Create a Nuget package that will contain the reference assembly for mscorlib. --- .../Microsoft.TargetingPack.Private.CoreCLR.pkgproj | 20 ++++++++++++++++++++ src/.nuget/descriptions.json | 5 +++++ 2 files changed, 25 insertions(+) create mode 100644 src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj (limited to 'src/.nuget') diff --git a/src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj b/src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj new file mode 100644 index 0000000000..c9d9d0ce22 --- /dev/null +++ b/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/.nuget/descriptions.json b/src/.nuget/descriptions.json index 23b2e2eba3..8a8333f290 100644 --- a/src/.nuget/descriptions.json +++ b/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": [ ] } ] -- cgit v1.2.3