Remove System beta tag in project.json for coreclr packages.

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:24:23 -08:00
parent e40f89174e
commit dc56363dbd
7 changed files with 35 additions and 35 deletions

View File

@ -16,8 +16,8 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Globalization": "4.0.11-beta-*",
"System.Globalization.Extensions": "4.0.1-beta-*"
"System.Globalization": "4.0.11-*",
"System.Globalization.Extensions": "4.0.1-*"
}
}
},

View File

@ -18,12 +18,12 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Threading": "4.0.11-beta-*"
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.Linq": "4.0.1-*",
"System.Threading": "4.0.11-*"
}
}
}
}
}

View File

@ -13,11 +13,11 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.Globalization": "4.0.11-beta-*"
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Collections.Concurrent": "4.0.11-*",
"System.Globalization": "4.0.11-*"
}
}
}
}
}

View File

@ -13,12 +13,12 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Reflection": "4.0.11-beta-*",
"System.Runtime": "4.0.21-beta-*"
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.Reflection": "4.0.11-*",
"System.Runtime": "4.0.21-*"
}
}
}
}
}

View File

@ -19,15 +19,15 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Resources.ReaderWriter": "4.0.0-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*",
"System.Threading": "4.0.11-beta-*"
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Collections.Concurrent": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.Linq": "4.0.1-*",
"System.Resources.ReaderWriter": "4.0.0-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Threading": "4.0.11-*"
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},
@ -14,11 +14,11 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Threading": "4.0.11-beta-*"
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Linq": "4.0.1-*",
"System.Runtime": "4.0.21-*",
"System.Threading": "4.0.11-*"
}
}
}

View File

@ -13,7 +13,7 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Reflection": "4.0.11-beta-*"
"System.Reflection": "4.0.11-*"
}
}
},