Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
November Patch update
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Nov 2, 2017
1 parent 4080852 commit 5c2e7e9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/HelloWorld/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Net.Http.Server": "1.0.5"
"Microsoft.Net.Http.Server": "1.0.6"
},
"commands": {
"sample": "HelloWorld"
Expand Down
2 changes: 1 addition & 1 deletion samples/HotAddSample/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.1.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.5",
"Microsoft.AspNetCore.Server.WebListener": "1.0.6",
"Microsoft.Extensions.Logging.Console": "1.0.2"
},
"buildOptions": {
Expand Down
2 changes: 1 addition & 1 deletion samples/SelfHostServer/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.5",
"Microsoft.AspNetCore.Server.WebListener": "1.0.6",
"Microsoft.Extensions.Logging.Console": "1.0.2"
},
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Server.WebListener/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.5",
"version": "1.0.6",
"description": "ASP.NET Core HTTP server for Windows.",
"packOptions": {
"tags": [
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.5",
"Microsoft.Net.Http.Headers": "1.0.4",
"Microsoft.Net.Http.Server": "1.0.5"
"Microsoft.Net.Http.Server": "1.0.6"
},
"buildOptions": {
"allowUnsafe": true,
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Net.Http.Server/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.5",
"version": "1.0.6",
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
"packOptions": {
"tags": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"testRunner": "xunit",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Server.WebListener": "1.0.5",
"Microsoft.AspNetCore.Server.WebListener": "1.0.6",
"Microsoft.AspNetCore.Testing": "1.0.1",
"xunit": "2.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"testRunner": "xunit",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.Net.Http.Server": "1.0.5",
"Microsoft.Net.Http.Server": "1.0.6",
"Microsoft.AspNetCore.Testing": "1.0.1",
"xunit": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.Net.Http.Server.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"testRunner": "xunit",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.Net.Http.Server": "1.0.5",
"Microsoft.Net.Http.Server": "1.0.6",
"xunit": "2.1.0"
},
"frameworks": {
Expand Down

0 comments on commit 5c2e7e9

Please sign in to comment.