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

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:24:26 -08:00
parent 757004737b
commit 226cb963fb
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*" "System.Security.Cryptography.Algorithms": "4.0.0-*"
} }
} }
} }