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

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:24:19 -08:00
parent 2ffa50a80b
commit 37e4a80160
3 changed files with 16 additions and 16 deletions

View File

@ -13,19 +13,19 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Diagnostics.Contracts": "4.0.1-beta-*",
"System.IO": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Net.WebSockets": "4.0.0-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*",
"System.Threading": "4.0.11-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*",
"System.Threading.Timer": "4.0.1-beta-*"
"System.Diagnostics.Contracts": "4.0.1-*",
"System.IO": "4.0.11-*",
"System.Linq": "4.0.1-*",
"System.Net.WebSockets": "4.0.0-*",
"System.Runtime": "4.0.21-*",
"System.Runtime.InteropServices": "4.0.21-*",
"System.Runtime.Extensions": "4.0.11-*",
"System.Security.Cryptography.Algorithms": "4.0.0-*",
"System.Text.Encoding.Extensions": "4.0.11-*",
"System.Threading": "4.0.11-*",
"System.Threading.Tasks": "4.0.11-*",
"System.Threading.Timer": "4.0.1-*"
}
}
}
}
}

View File

@ -17,8 +17,8 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Runtime": "4.0.21-beta-*"
"System.Runtime": "4.0.21-*"
}
}
}
}
}

View File

@ -6,7 +6,7 @@
"frameworks": {
"dnx451": { },
"dnxcore50": {
"System.IO": "4.0.11-beta-*"
"System.IO": "4.0.11-*"
}
},
"commands": {