Remove System beta tag in project.json for coreclr packages.
This commit is contained in:
parent
e40f89174e
commit
dc56363dbd
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"dnx451": { },
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Reflection": "4.0.11-beta-*"
|
||||
"System.Reflection": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue