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

Commit 4ffe901

Browse files
committed
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
1 parent 4ded567 commit 4ffe901

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/LocalizationWebsite/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": "1.0.0",
1919
"type": "platform"
2020
},
21-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
21+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
2222
"System.Diagnostics.Process": "4.1.0"
2323
},
2424
"imports": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"warningsAsErrors": true
44
},
55
"dependencies": {
6-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
6+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
77
"Microsoft.AspNetCore.Localization": "1.0.0",
88
"Microsoft.AspNetCore.Server.Testing": "1.0.0-rc2-20896",
99
"Microsoft.Extensions.Logging": "1.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"warningsAsErrors": true
44
},
55
"dependencies": {
6-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
6+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
77
"Microsoft.AspNetCore.Localization": "1.0.0",
88
"Microsoft.AspNetCore.TestHost": "1.0.0",
99
"xunit": "2.1.0-*"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keyFile": "../../tools/Key.snk"
55
},
66
"dependencies": {
7-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
7+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
88
"Microsoft.Extensions.DependencyInjection": "1.0.0",
99
"Microsoft.Extensions.Localization": "1.0.0",
1010
"xunit": "2.1.0-*"

0 commit comments

Comments
 (0)