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

Commit 1ac65d2

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent 82afdd9 commit 1ac65d2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

samples/IISSample/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
}

src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"Microsoft.NETCore.App": {
3333
"type": "platform",
34-
"version": "1.0.8-servicing-005009-00"
34+
"version": "1.0.8"
3535
}
3636
}
3737
}

test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
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.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json

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

test/TestSites.Portable/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"dependencies": {
3030
"Microsoft.NETCore.App": {
31-
"version": "1.0.8-servicing-005009-00",
31+
"version": "1.0.8",
3232
"type": "platform"
3333
},
3434
"System.Net.Primitives": "4.0.11",

test/TestSites/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"portable-net45+win8"
2626
],
2727
"dependencies": {
28-
"Microsoft.NETCore.App": "1.0.8-servicing-005009-00",
28+
"Microsoft.NETCore.App": "1.0.8",
2929
"System.Net.Primitives": "4.0.11",
3030
"System.Diagnostics.Process": "4.1.0"
3131
}

0 commit comments

Comments
 (0)