Pin to 1.0.0-rc1-final

This commit is contained in:
Pranav K 2016-09-08 14:06:13 -07:00
parent dc8806f07e
commit bc7eb631d9
8 changed files with 15 additions and 15 deletions

View File

@ -3,7 +3,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"Microsoft.Net.Http.Server": "1.0.0-rc1-*" "Microsoft.Net.Http.Server": "1.0.0-rc1-final"
}, },
"commands": { "commands": {
"sample": "HelloWorld" "sample": "HelloWorld"
@ -13,7 +13,7 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"version": "1.1.0-*", "version": "1.1.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*", "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Console": "1.0.0" "Microsoft.Extensions.Logging.Console": "1.0.0"
}, },
"buildOptions": { "buildOptions": {
@ -15,7 +15,7 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*", "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Console": "1.0.0" "Microsoft.Extensions.Logging.Console": "1.0.0"
}, },
"buildOptions": { "buildOptions": {
@ -14,7 +14,7 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"version": "1.0.0-rc1-*", "version": "1.0.0-rc1-final",
"description": "ASP.NET 5 self-host web server.", "description": "ASP.NET 5 self-host web server.",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.0", "Microsoft.AspNetCore.Hosting": "1.0.0",
"Microsoft.Net.Http.Headers": "1.0.0", "Microsoft.Net.Http.Headers": "1.0.0",
"Microsoft.Net.Http.Server": "1.0.0-rc1-*" "Microsoft.Net.Http.Server": "1.0.0-rc1-final"
}, },
"buildOptions": { "buildOptions": {
"allowUnsafe": true, "allowUnsafe": true,

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-rc1-*", "version": "1.0.0-rc1-final",
"description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.", "description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.",
"dependencies": { "dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0", "Microsoft.Extensions.Logging.Abstractions": "1.0.0",

View File

@ -6,7 +6,7 @@
"testRunner": "xunit", "testRunner": "xunit",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-*", "Microsoft.AspNetCore.Server.WebListener": "1.0.0-rc1-final",
"Microsoft.AspNetCore.Testing": "1.0.0", "Microsoft.AspNetCore.Testing": "1.0.0",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -14,7 +14,7 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
}, },
"System.Net.Http.WinHttpHandler": "4.0.0-*", "System.Net.Http.WinHttpHandler": "4.0.0-*",

View File

@ -2,7 +2,7 @@
"testRunner": "xunit", "testRunner": "xunit",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.Net.Http.Server": "1.0.0-rc1-*", "Microsoft.Net.Http.Server": "1.0.0-rc1-final",
"Microsoft.AspNetCore.Testing": "1.0.0", "Microsoft.AspNetCore.Testing": "1.0.0",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -10,7 +10,7 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
}, },
"System.Net.Http": "4.1.0-*", "System.Net.Http": "4.1.0-*",

View File

@ -2,14 +2,14 @@
"testRunner": "xunit", "testRunner": "xunit",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.Net.Http.Server": "0.2.0-*", "Microsoft.Net.Http.Server": "1.0.0-rc1-final",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
} }
} }