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

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:25:15 -08:00
parent a02b003243
commit 221bf30492
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.0.10-beta-*"
"System.Runtime.Serialization.Primitives": "4.0.10-*"
}
}
}
}
}