summaryrefslogtreecommitdiff
path: root/src/.nuget
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-05-17 17:21:08 -0500
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-05-17 17:21:08 -0500
commitc396cf15da1ddbf1fd7dcf256357adac44829679 (patch)
tree28a2162aee7208d3df906c5d153fed7db6d6e262 /src/.nuget
parent4da260c3ffe401021b2e16dc8e29d4261c13da54 (diff)
downloadcoreclr-c396cf15da1ddbf1fd7dcf256357adac44829679.tar.gz
coreclr-c396cf15da1ddbf1fd7dcf256357adac44829679.tar.bz2
coreclr-c396cf15da1ddbf1fd7dcf256357adac44829679.zip
Enable Checksum csc param for mscorlib (#4996)
Enable Checksum csc param for mscorlib
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/Microsoft.NETCore.Jit/descriptions.json5
-rw-r--r--src/.nuget/descriptions.json5
2 files changed, 10 insertions, 0 deletions
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
@@ -5,6 +5,11 @@
"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.",
"CommonTypes": [ ]
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
@@ -5,6 +5,11 @@
"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.",
"CommonTypes": [ ]