Fixup references

This commit is contained in:
David Fowler 2014-10-05 04:59:24 -07:00
parent 7574378d37
commit 07ccfe880b
4 changed files with 79 additions and 83 deletions

View File

@ -1,32 +1,32 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*", "Microsoft.AspNet.FeatureModel": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.PipelineCore": "1.0.0-*", "Microsoft.AspNet.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*", "Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel": "1.0.0-*", "Microsoft.Framework.ConfigurationModel": "1.0.0-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*", "Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*", "Microsoft.Framework.Logging": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*", "Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" },
"Newtonsoft.Json": "6.0.4" "Newtonsoft.Json": "6.0.4"
}, },
"frameworks": { "frameworks": {
"aspnet50": {}, "aspnet50": { },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0", "System.ComponentModel": "4.0.0.0",
"System.Console": "4.0.0.0", "System.Console": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Debug": "4.0.10.0",
"System.IO": "4.0.10.0", "System.IO": "4.0.10.0",
"System.Linq": "4.0.0.0", "System.Linq": "4.0.0.0",
"System.Reflection": "4.0.10.0", "System.Reflection": "4.0.10.0",
"System.Runtime": "4.0.20.0", "System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0", "System.Runtime.Extensions": "4.0.10.0",
"System.Threading": "4.0.0.0", "System.Threading": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0" "System.Threading.Tasks": "4.0.10.0"
} }
}
} }
}
} }

View File

@ -1,25 +1,29 @@
{ {
"version" : "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.Hosting": "", "Microsoft.AspNet.Hosting": "1.0.0-*"
"System.Net.Http": "4.0.0.0" },
}, "frameworks": {
"frameworks": { "aspnet50": {
"aspnet50": { }, "frameworkAssemblies": {
"aspnetcore50" : { "System.Net.Http": "4.0.0.0"
"dependencies": { }
"System.Collections": "4.0.10.0", },
"System.ComponentModel": "4.0.0.0", "aspnetcore50": {
"System.Globalization": "4.0.10.0", "dependencies": {
"System.Linq": "4.0.0.0", "System.Collections": "4.0.10.0",
"System.Reflection": "4.0.10.0", "System.ComponentModel": "4.0.0.0",
"System.Runtime": "4.0.20.0", "System.Globalization": "4.0.10.0",
"System.Runtime.Extensions": "4.0.10.0", "System.Linq": "4.0.0.0",
"System.Runtime.Serialization.Primitives": "4.0.0.0", "System.Reflection": "4.0.10.0",
"System.Threading": "4.0.0.0", "System.Runtime": "4.0.20.0",
"System.Threading.Tasks": "4.0.10.0", "System.Runtime.Extensions": "4.0.10.0",
"System.Threading.Thread": "4.0.0.0" "System.Runtime.Serialization.Primitives": "4.0.0.0",
"System.Threading": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0",
"System.Threading.Thread": "4.0.0.0",
"System.Net.Http": "4.0.0.0"
}
} }
} }
}
} }

View File

@ -1,18 +1,14 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Hosting": "", "Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.RequestContainer": "", "Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*" "Xunit.KRunner": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"aspnet50": { "aspnet50": { }
"dependencies": { },
"System.Runtime" : "" "commands": {
} "test": "Xunit.KRunner"
} },
}, "webroot": "testroot"
"commands": {
"test": "Xunit.KRunner"
},
"webroot" : "testroot"
} }

View File

@ -1,19 +1,15 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Hosting": "", "Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.TestHost": "", "Microsoft.AspNet.TestHost": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces":"1.0.0-*", "Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*" "Xunit.KRunner": "1.0.0-*"
}, },
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },
"frameworks": { "frameworks": {
"aspnet50": { "aspnet50": { }
"dependencies": { },
"System.Runtime": "" "webroot": "testroot"
}
}
},
"webroot" : "testroot"
} }