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

Commit 3861f21

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent ac3c0ce commit 3861f21

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

test/LocalizationWebsite/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
"dotnet-test-xunit": "1.0.0-rc3-000000-01",

test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
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.Localization.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"Microsoft.NETCore.App": {
20-
"version": "1.0.8-servicing-005009-00",
20+
"version": "1.0.8",
2121
"type": "platform"
2222
},
2323
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.Extensions.Localization.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"Microsoft.NETCore.App": {
20-
"version": "1.0.8-servicing-005009-00",
20+
"version": "1.0.8",
2121
"type": "platform"
2222
},
2323
"moq.netcore": "4.4.0-beta8",

0 commit comments

Comments
 (0)