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

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:25:07 -08:00
parent 4862a62a2f
commit bba44597fc
1 changed files with 4 additions and 4 deletions

View File

@ -24,10 +24,10 @@
},
"dnxcore50": {
"dependencies": {
"System.Diagnostics.Process": "4.1.0-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Threading.Thread": "4.0.0-beta-*"
"System.Diagnostics.Process": "4.1.0-*",
"System.Linq": "4.0.1-*",
"System.Runtime.Extensions": "4.0.11-*",
"System.Threading.Thread": "4.0.0-*"
}
}
}