Fixup references

This commit is contained in:
David Fowler 2014-10-05 18:59:43 -07:00
parent 08b66a87a9
commit e50cb5262a
1 changed files with 4 additions and 6 deletions

View File

@ -8,16 +8,14 @@
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*", "Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*", "Xunit.KRunner": "1.0.0-*",
"Microsoft.AspNet.SignalR.Client": "2.1.1", "Microsoft.AspNet.SignalR.Client": "2.1.1",
"Microsoft.AspNet.WebUtilities": "1.0.0-*", "Microsoft.AspNet.WebUtilities": "1.0.0-*"
"System.Net.Http": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0"
}, },
"frameworks": { "frameworks": {
"aspnet50": { "aspnet50": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Xml": "", "System.Xml": "4.0.0.0",
"System.Data": "" "System.Data": "4.0.0.0",
"System.Net.Http": "4.0.0.0"
} }
} }
} }