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

Commit f98204d

Browse files
committed
Use latest build of dotnet-test-xunit
1 parent 23bb1fc commit f98204d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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-dev-*",
21+
"dotnet-test-xunit": "1.0.0-*",
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
@@ -21,7 +21,7 @@
2121
"version": "1.0.0-*",
2222
"type": "platform"
2323
},
24-
"dotnet-test-xunit": "1.0.0-dev-*",
24+
"dotnet-test-xunit": "1.0.0-*",
2525
"System.Diagnostics.Process": "4.1.0-*"
2626
}
2727
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"version": "1.0.0-*",
2121
"type": "platform"
2222
},
23-
"dotnet-test-xunit": "1.0.0-dev-*",
23+
"dotnet-test-xunit": "1.0.0-*",
2424
"System.Diagnostics.Process": "4.1.0-*"
2525
}
2626
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"moq.netcore": "4.4.0-beta8",
2424
"System.Resources.Writer": "4.0.0-*",
25-
"dotnet-test-xunit": "1.0.0-dev-*",
25+
"dotnet-test-xunit": "1.0.0-*",
2626
"System.Diagnostics.Process": "4.1.0-*",
2727
"System.Diagnostics.TraceSource": "4.0.0-*"
2828
}

0 commit comments

Comments
 (0)