Fixup references

This commit is contained in:
David Fowler 2014-10-05 14:14:03 -07:00
parent 8bbf5db1ac
commit 31b4a9598d
7 changed files with 168 additions and 190 deletions

View File

@ -1,18 +1,18 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.Net.Http.Server" : "" "Microsoft.Net.Http.Server": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"aspnet50": { }, "aspnet50": { },
"aspnetcore50" : { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",
"System.Console" : "4.0.0.0", "System.Console": "4.0.0.0",
"System.Globalization": "4.0.10.0", "System.Globalization": "4.0.10.0",
"System.IO" : "4.0.0.0", "System.IO": "4.0.0.0",
"System.Runtime" : "4.0.20.0", "System.Runtime": "4.0.20.0",
"System.Threading.Tasks": "4.0.10.0" "System.Threading.Tasks": "4.0.10.0"
}
} }
} }
}
} }

View File

@ -1,31 +1,11 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*"
"Microsoft.AspNet.Server.WebListener": "",
"Microsoft.Net.Http.Server": ""
},
"commands": { "web": "Microsoft.AspNet.Hosting --server=Microsoft.AspNet.Server.WebListener --server.urls=http://localhost:8080" },
"frameworks": {
"aspnet50": {
}, },
"aspnetcore50": { "commands": { "web": "Microsoft.AspNet.Hosting --server=Microsoft.AspNet.Server.WebListener --server.urls=http://localhost:8080" },
"dependencies": { "frameworks": {
"System.Collections": "4.0.10.0", "aspnet50": { },
"System.Console": "4.0.0.0", "aspnetcore50": { }
"System.Diagnostics.Debug": "4.0.10.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.Globalization": "4.0.10.0",
"System.IO": "4.0.10.0",
"System.IO.FileSystem": "4.0.0.0",
"System.Linq": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Runtime.InteropServices": "4.0.20.0",
"System.Threading.Tasks": "4.0.10.0"
}
} }
}
} }

View File

@ -1,47 +1,47 @@
{ {
"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.HttpFeature": "1.0.0-*", "Microsoft.AspNet.HttpFeature": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.ConfigurationModel": "1.0.0-*", "Microsoft.Framework.ConfigurationModel": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*", "Microsoft.Framework.Logging": "1.0.0-*",
"Microsoft.Net.Http.Server" : "", "Microsoft.Net.Http.Server": "1.0.0-*",
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*" "Microsoft.Net.WebSocketAbstractions": "1.0.0-*"
}, },
"compilationOptions": { "compilationOptions": {
"allowUnsafe": true "allowUnsafe": true
}, },
"frameworks": { "frameworks": {
"aspnet50": {}, "aspnet50": { },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"Microsoft.Win32.Primitives": "4.0.0.0", "Microsoft.Win32.Primitives": "4.0.0.0",
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",
"System.Collections.Concurrent": "4.0.0.0", "System.Collections.Concurrent": "4.0.0.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.Net.Primitives": "4.0.10.0", "System.Net.Primitives": "4.0.10.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.Handles": "4.0.0.0", "System.Runtime.Handles": "4.0.0.0",
"System.Runtime.InteropServices": "4.0.20.0", "System.Runtime.InteropServices": "4.0.20.0",
"System.Security.Claims": "1.0.0-*", "System.Security.Claims": "1.0.0-*",
"System.Security.Cryptography.X509Certificates": "4.0.0.0", "System.Security.Cryptography.X509Certificates": "4.0.0.0",
"System.Security.Principal": "4.0.0.0", "System.Security.Principal": "4.0.0.0",
"System.Text.Encoding": "4.0.10.0", "System.Text.Encoding": "4.0.10.0",
"System.Text.Encoding.Extensions": "4.0.10.0", "System.Text.Encoding.Extensions": "4.0.10.0",
"System.Threading": "4.0.0.0", "System.Threading": "4.0.0.0",
"System.Threading.Overlapped": "4.0.0.0", "System.Threading.Overlapped": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0", "System.Threading.Tasks": "4.0.10.0",
"System.Threading.ThreadPool": "4.0.10.0" "System.Threading.ThreadPool": "4.0.10.0"
} }
}
} }
}
} }

View File

@ -1,45 +1,45 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.Framework.Logging": "1.0.0-*", "Microsoft.Framework.Logging": "1.0.0-*",
"Microsoft.Net.WebSockets": "" "Microsoft.Net.WebSockets": "1.0.0-*"
}, },
"compilationOptions": { "compilationOptions": {
"allowUnsafe": true "allowUnsafe": true
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
"aspnet50": { }, "aspnet50": { },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*", "Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
"Microsoft.Win32.Primitives": "4.0.0.0", "Microsoft.Win32.Primitives": "4.0.0.0",
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",
"System.Collections.Concurrent": "4.0.0.0", "System.Collections.Concurrent": "4.0.0.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.IO.FileSystem": "4.0.0.0", "System.IO.FileSystem": "4.0.0.0",
"System.Linq": "4.0.0.0", "System.Linq": "4.0.0.0",
"System.Net.Primitives": "4.0.10.0", "System.Net.Primitives": "4.0.10.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.Handles": "4.0.0.0", "System.Runtime.Handles": "4.0.0.0",
"System.Runtime.InteropServices": "4.0.20.0", "System.Runtime.InteropServices": "4.0.20.0",
"System.Security.Claims": "1.0.0-*", "System.Security.Claims": "1.0.0-*",
"System.Security.Cryptography.X509Certificates": "4.0.0.0", "System.Security.Cryptography.X509Certificates": "4.0.0.0",
"System.Security.Principal": "4.0.0.0", "System.Security.Principal": "4.0.0.0",
"System.Text.Encoding": "4.0.10.0", "System.Text.Encoding": "4.0.10.0",
"System.Text.Encoding.Extensions": "4.0.10.0", "System.Text.Encoding.Extensions": "4.0.10.0",
"System.Threading": "4.0.0.0", "System.Threading": "4.0.0.0",
"System.Threading.Overlapped": "4.0.0.0", "System.Threading.Overlapped": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0", "System.Threading.Tasks": "4.0.10.0",
"System.Threading.ThreadPool": "4.0.10.0" "System.Threading.ThreadPool": "4.0.10.0"
} }
}
} }
}
} }

View File

@ -1,40 +1,40 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*" "Microsoft.Net.WebSocketAbstractions": "1.0.0-*"
}, },
"compilationOptions" : { "allowUnsafe": true }, "compilationOptions": { "allowUnsafe": true },
"frameworks": { "frameworks": {
"net45" : { }, "net45": { },
"aspnetcore50" : { "aspnetcore50": {
"dependencies": { "dependencies": {
"Microsoft.Win32.Primitives": "4.0.0.0", "Microsoft.Win32.Primitives": "4.0.0.0",
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10.0",
"System.Collections.Concurrent": "4.0.0.0", "System.Collections.Concurrent": "4.0.0.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.Net.Primitives": "4.0.10.0", "System.Net.Primitives": "4.0.10.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.Handles": "4.0.0.0", "System.Runtime.Handles": "4.0.0.0",
"System.Runtime.InteropServices": "4.0.20.0", "System.Runtime.InteropServices": "4.0.20.0",
"System.Security.Cryptography.Encryption": "4.0.0.0", "System.Security.Cryptography.Encryption": "4.0.0.0",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0", "System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
"System.Security.Principal": "4.0.0.0", "System.Security.Principal": "4.0.0.0",
"System.Text.Encoding": "4.0.10.0", "System.Text.Encoding": "4.0.10.0",
"System.Text.Encoding.Extensions": "4.0.10.0", "System.Text.Encoding.Extensions": "4.0.10.0",
"System.Threading": "4.0.0.0", "System.Threading": "4.0.0.0",
"System.Threading.Overlapped": "4.0.0.0", "System.Threading.Overlapped": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0", "System.Threading.Tasks": "4.0.10.0",
"System.Threading.Timer": "4.0.0.0", "System.Threading.Timer": "4.0.0.0",
"System.Threading.ThreadPool": "4.0.10.0" "System.Threading.ThreadPool": "4.0.10.0"
} }
} }
} }
} }

View File

@ -1,26 +1,25 @@
{ {
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNet.FeatureModel" : "1.0.0-*", "Microsoft.AspNet.FeatureModel": "1.0.0-*",
"Microsoft.AspNet.Hosting": "1.0.0-*", "Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.Http" : "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.HttpFeature" : "1.0.0-*", "Microsoft.AspNet.HttpFeature": "1.0.0-*",
"Microsoft.AspNet.PipelineCore" : "1.0.0-*", "Microsoft.AspNet.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener" : "", "Microsoft.AspNet.Server.WebListener": "",
"Microsoft.Framework.ConfigurationModel": "1.0.0-*", "Microsoft.Framework.ConfigurationModel": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*", "Microsoft.Framework.Logging": "1.0.0-*",
"Microsoft.Net.Http.Server" : "", "Microsoft.Net.Http.Server": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*" "Xunit.KRunner": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"aspnet50": { "aspnet50": {
"dependencies": { "frameworkAssemblies": {
"System.Net.Http": "", "System.Net.Http": "4.0.0.0",
"System.Net.Http.WebRequest": "", "System.Net.Http.WebRequest": "4.0.0.0"
"System.Runtime": ""
} }
} }
} }
} }

View File

@ -3,15 +3,14 @@
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },
"dependencies": { "dependencies": {
"System.Net.Http": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"Microsoft.Net.Http.Server": "1.0.0-*", "Microsoft.Net.Http.Server": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*" "Xunit.KRunner": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net45": { "aspnet50": {
dependencies: { frameworkAssemblies: {
"System.Net.Http.WebRequest": "" "System.Net.Http": "4.0.0.0",
"System.Net.Http.WebRequest": "4.0.0.0"
} }
} }
} }