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

Commit b511234

Browse files
committed
1.0.7 patch version updates
1 parent ac016f5 commit b511234

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

samples/HelloWorld/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.Net.Http.Server": "1.0.4"
6+
"Microsoft.Net.Http.Server": "1.0.5"
77
},
88
"commands": {
99
"sample": "HelloWorld"
@@ -13,7 +13,7 @@
1313
"netcoreapp1.0": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.0.7",
16+
"version": "1.0.8-servicing-005009-00",
1717
"type": "platform"
1818
}
1919
}

samples/HotAddSample/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.1.0-*",
33
"dependencies": {
4-
"Microsoft.AspNetCore.Server.WebListener": "1.0.4",
4+
"Microsoft.AspNetCore.Server.WebListener": "1.0.5",
55
"Microsoft.Extensions.Logging.Console": "1.0.2"
66
},
77
"buildOptions": {
@@ -15,7 +15,7 @@
1515
"netcoreapp1.0": {
1616
"dependencies": {
1717
"Microsoft.NETCore.App": {
18-
"version": "1.0.7",
18+
"version": "1.0.8-servicing-005009-00",
1919
"type": "platform"
2020
}
2121
}

samples/SelfHostServer/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Server.WebListener": "1.0.4",
3+
"Microsoft.AspNetCore.Server.WebListener": "1.0.5",
44
"Microsoft.Extensions.Logging.Console": "1.0.2"
55
},
66
"buildOptions": {
@@ -14,7 +14,7 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.7",
17+
"version": "1.0.8-servicing-005009-00",
1818
"type": "platform"
1919
}
2020
}

src/Microsoft.AspNetCore.Server.WebListener/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.4",
2+
"version": "1.0.5",
33
"description": "ASP.NET Core HTTP server for Windows.",
44
"packOptions": {
55
"tags": [
@@ -8,9 +8,9 @@
88
]
99
},
1010
"dependencies": {
11-
"Microsoft.AspNetCore.Hosting": "1.0.4",
12-
"Microsoft.Net.Http.Headers": "1.0.3",
13-
"Microsoft.Net.Http.Server": "1.0.4"
11+
"Microsoft.AspNetCore.Hosting": "1.0.5",
12+
"Microsoft.Net.Http.Headers": "1.0.4",
13+
"Microsoft.Net.Http.Server": "1.0.5"
1414
},
1515
"buildOptions": {
1616
"allowUnsafe": true,

src/Microsoft.Net.Http.Server/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.4",
2+
"version": "1.0.5",
33
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
44
"packOptions": {
55
"tags": [
@@ -45,7 +45,7 @@
4545
"System.Runtime.Extensions": "4.1.0",
4646
"System.Runtime.InteropServices": "4.1.0",
4747
"System.Security.Claims": "4.0.1",
48-
"System.Security.Cryptography.X509Certificates": "4.1.1",
48+
"System.Security.Cryptography.X509Certificates": "4.1.2-servicing-25807-02",
4949
"System.Security.Principal.Windows": "4.0.0",
5050
"System.Text.Encoding.Extensions": "4.0.11",
5151
"System.Threading": "4.0.11",

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"testRunner": "xunit",
77
"dependencies": {
88
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
9-
"Microsoft.AspNetCore.Server.WebListener": "1.0.4",
9+
"Microsoft.AspNetCore.Server.WebListener": "1.0.5",
1010
"Microsoft.AspNetCore.Testing": "1.0.1",
1111
"xunit": "2.1.0"
1212
},
1313
"frameworks": {
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.7",
17+
"version": "1.0.8-servicing-005009-00",
1818
"type": "platform"
1919
},
2020
"System.Net.Http.WinHttpHandler": "4.0.3",

test/Microsoft.Net.Http.Server.FunctionalTests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"testRunner": "xunit",
33
"dependencies": {
44
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
5-
"Microsoft.Net.Http.Server": "1.0.4",
5+
"Microsoft.Net.Http.Server": "1.0.5",
66
"Microsoft.AspNetCore.Testing": "1.0.1",
77
"xunit": "2.1.0"
88
},
99
"frameworks": {
1010
"netcoreapp1.0": {
1111
"dependencies": {
1212
"Microsoft.NETCore.App": {
13-
"version": "1.0.7",
13+
"version": "1.0.8-servicing-005009-00",
1414
"type": "platform"
1515
},
1616
"System.Net.Http": "4.1.3",

test/Microsoft.Net.Http.Server.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"testRunner": "xunit",
33
"dependencies": {
44
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
5-
"Microsoft.Net.Http.Server": "1.0.4",
5+
"Microsoft.Net.Http.Server": "1.0.5",
66
"xunit": "2.1.0"
77
},
88
"frameworks": {
99
"netcoreapp1.0": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.0.7",
12+
"version": "1.0.8-servicing-005009-00",
1313
"type": "platform"
1414
}
1515
},

0 commit comments

Comments
 (0)