Reacting to CLR package versioning changes

This commit is contained in:
Pranav K 2014-10-10 10:33:38 -07:00
parent ae91663eb7
commit 0a49dc08df
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@
"frameworks": { "frameworks": {
"aspnet50": { "aspnet50": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Xml": "4.0.0.0", "System.Xml": "4.0.0-beta-*",
"System.Data": "4.0.0.0", "System.Data": "4.0.0-beta-*",
"System.Net.Http": "4.0.0.0" "System.Net.Http": "4.0.0-beta-*"
} }
} }
} }