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

Commit 18afa77

Browse files
committed
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
1 parent 0f1cde5 commit 18afa77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keyFile": "../../tools/Key.snk"
66
},
77
"dependencies": {
8-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
8+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
99
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
1010
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
1111
"xunit": "2.1.0"

test/Sample.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"portable-net451+win8"
1414
],
1515
"dependencies": {
16-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
16+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
1717
"System.Diagnostics.Process": "4.1.0"
1818
}
1919
},

0 commit comments

Comments
 (0)