Fixup references

This commit is contained in:
David Fowler 2014-10-05 17:26:28 -07:00
parent 4fd4b3fb3c
commit 4c4d8e4644
3 changed files with 53 additions and 58 deletions

View File

@ -1,18 +1,16 @@
{ {
"dependencies": { "dependencies": {
"Helios": "1.0.0-*", "Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.FileSystems": "1.0.0-*", "Kestrel": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.StaticFiles": "1.0.0-*"
"Microsoft.AspNet.StaticFiles": ""
},
"frameworks": {
"aspnet50": {
}, },
"aspnetcore50": { "frameworks": {
"dependencies": { "aspnet50": { },
"System.Diagnostics.Contracts": "4.0.0.0", "aspnetcore50": {
"System.Security.Claims" : "1.0.0-*" "dependencies": {
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Security.Claims": "1.0.0-*"
}
} }
} }
}
} }

View File

@ -1,30 +1,30 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.FileSystems": "1.0.0-*", "Microsoft.AspNet.FileSystems": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.HttpFeature": "1.0.0-*", "Microsoft.AspNet.HttpFeature": { "version": "1.0.0-*", "type": "build" },
"Microsoft.AspNet.RequestContainer": "1.0.0-*" "Microsoft.AspNet.RequestContainer": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"aspnet50": {}, "aspnet50": { },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",
"System.Diagnostics.Contracts": "4.0.0.0", "System.Diagnostics.Contracts": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Debug": "4.0.10.0",
"System.Diagnostics.Tools": "4.0.0.0", "System.Diagnostics.Tools": "4.0.0.0",
"System.Globalization": "4.0.10.0", "System.Globalization": "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.Resources.ResourceManager": "4.0.0.0", "System.Resources.ResourceManager": "4.0.0.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.Runtime.InteropServices": "4.0.20.0", "System.Runtime.InteropServices": "4.0.20.0",
"System.Text.Encoding": "4.0.10.0", "System.Text.Encoding": "4.0.10.0",
"System.Threading.Tasks": "4.0.10.0" "System.Threading.Tasks": "4.0.10.0"
} }
}
} }
}
} }

View File

@ -1,21 +1,18 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.PipelineCore": "1.0.0-*", "Microsoft.AspNet.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.StaticFiles": "1.0.0-*",
"Microsoft.AspNet.HttpFeature": "1.0.0-*", "Microsoft.AspNet.TestHost": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "", "Xunit.KRunner": "1.0.0-*"
"Microsoft.AspNet.TestHost": "1.0.0-*", },
"Xunit.KRunner": "1.0.0-*" "commands": {
}, "test": "Xunit.KRunner"
"commands": { },
"test": "Xunit.KRunner" "frameworks": {
}, "aspnet50": {
"frameworks": { "dependencies": {
"aspnet50": { "Shouldly": "1.1.1.1"
"dependencies": { }
"Shouldly": "1.1.1.1", }
"System.Runtime": ""
}
} }
}
} }