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

Commit 4080852

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent b511234 commit 4080852

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

samples/HelloWorld/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"netcoreapp1.0": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.0.8-servicing-005009-00",
16+
"version": "1.0.8",
1717
"type": "platform"
1818
}
1919
}

samples/HotAddSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"netcoreapp1.0": {
1616
"dependencies": {
1717
"Microsoft.NETCore.App": {
18-
"version": "1.0.8-servicing-005009-00",
18+
"version": "1.0.8",
1919
"type": "platform"
2020
}
2121
}

samples/SelfHostServer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.8-servicing-005009-00",
17+
"version": "1.0.8",
1818
"type": "platform"
1919
}
2020
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2-servicing-25807-02",
48+
"System.Security.Cryptography.X509Certificates": "4.1.2",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.8-servicing-005009-00",
17+
"version": "1.0.8",
1818
"type": "platform"
1919
},
2020
"System.Net.Http.WinHttpHandler": "4.0.3",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"netcoreapp1.0": {
1111
"dependencies": {
1212
"Microsoft.NETCore.App": {
13-
"version": "1.0.8-servicing-005009-00",
13+
"version": "1.0.8",
1414
"type": "platform"
1515
},
1616
"System.Net.Http": "4.1.3",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"netcoreapp1.0": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.0.8-servicing-005009-00",
12+
"version": "1.0.8",
1313
"type": "platform"
1414
}
1515
},

0 commit comments

Comments
 (0)