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

Commit 42fd517

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent 2054e06 commit 42fd517

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

samples/CookieSample/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/CookieSessionSample/project.json

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

samples/JwtBearerSample/project.json

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

samples/OpenIdConnect.AzureAdSample/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
}

samples/OpenIdConnectSample/project.json

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

samples/SocialSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"netcoreapp1.0": {
2323
"dependencies": {
2424
"Microsoft.NETCore.App": {
25-
"version": "1.0.8-servicing-005009-00",
25+
"version": "1.0.8",
2626
"type": "platform"
2727
}
2828
}

test/Microsoft.AspNetCore.Authentication.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"netcoreapp1.0": {
2020
"dependencies": {
2121
"Microsoft.NETCore.App": {
22-
"version": "1.0.8-servicing-005009-00",
22+
"version": "1.0.8",
2323
"type": "platform"
2424
},
2525
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.Authorization.Test/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.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.CookiePolicy.Test/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.Diagnostics.Process": "4.1.0"

0 commit comments

Comments
 (0)