Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit c4eed5e

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent 9763baa commit c4eed5e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

samples/LargeResponseApp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"netcoreapp1.0": {
1212
"dependencies": {
1313
"Microsoft.NETCore.App": {
14-
"version": "1.0.8-servicing-005009-00",
14+
"version": "1.0.8",
1515
"type": "platform"
1616
}
1717
}

samples/SampleApp/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
"System.Console": "4.0.0"

test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/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
"System.Net.Http": "4.1.3",

test/Microsoft.AspNetCore.Server.KestrelTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"netcoreapp1.0": {
1212
"dependencies": {
1313
"Microsoft.NETCore.App": {
14-
"version": "1.0.8-servicing-005009-00",
14+
"version": "1.0.8",
1515
"type": "platform"
1616
},
1717
"System.Diagnostics.TraceSource": "4.0.0",

tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"netcoreapp1.0": {
1212
"dependencies": {
1313
"Microsoft.NETCore.App": {
14-
"version": "1.0.8-servicing-005009-00",
14+
"version": "1.0.8",
1515
"type": "platform"
1616
}
1717
}

0 commit comments

Comments
 (0)