From c396cf15da1ddbf1fd7dcf256357adac44829679 Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Tue, 17 May 2016 17:21:08 -0500 Subject: Enable Checksum csc param for mscorlib (#4996) Enable Checksum csc param for mscorlib --- src/.nuget/Microsoft.NETCore.Jit/descriptions.json | 5 +++++ src/.nuget/descriptions.json | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'src/.nuget') diff --git a/src/.nuget/Microsoft.NETCore.Jit/descriptions.json b/src/.nuget/Microsoft.NETCore.Jit/descriptions.json index 411e67b4d7..167cee1b93 100644 --- a/src/.nuget/Microsoft.NETCore.Jit/descriptions.json +++ b/src/.nuget/Microsoft.NETCore.Jit/descriptions.json @@ -4,6 +4,11 @@ "Description": "Internal implementation package not meant for direct consumption. Please do not reference directly.", "CommonTypes": [ ] }, + { + "Name": "NuGet3MinVersion", + "Description": "When using NuGet 3.x this package requires at least version {0}.", + "CommonTypes": [ ] + }, { "Name": "Microsoft.NETCore.Jit", "Description": "The .NET JIT compiler.", diff --git a/src/.nuget/descriptions.json b/src/.nuget/descriptions.json index 8a8333f290..81d22ce820 100644 --- a/src/.nuget/descriptions.json +++ b/src/.nuget/descriptions.json @@ -4,6 +4,11 @@ "Description": "Internal implementation package not meant for direct consumption. Please do not reference directly.", "CommonTypes": [ ] }, + { + "Name": "NuGet3MinVersion", + "Description": "When using NuGet 3.x this package requires at least version {0}.", + "CommonTypes": [ ] + }, { "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.", -- cgit v1.2.3