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

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:23:49 -08:00
parent 31c7db25a2
commit 9910254f3d
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
"net451": { },
"dotnet5.4": {
"dependencies": {
"System.Security.Principal.Windows": "4.0.0-beta-*"
"System.Security.Principal.Windows": "4.0.0-*"
}
}
}

View File

@ -15,8 +15,8 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Net.Primitives": "4.0.11-beta-*",
"System.Runtime": "4.0.21-beta-*"
"System.Net.Primitives": "4.0.11-*",
"System.Runtime": "4.0.21-*"
}
}
},