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

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:24:12 -08:00
parent 0b488471cf
commit f4f6c1127f
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Text.RegularExpressions": "4.0.11-beta-*"
"System.Text.RegularExpressions": "4.0.11-*"
}
}
}
}
}