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

Commit b33ef22

Browse files
committed
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
1 parent 9731ab9 commit b33ef22

File tree

3 files changed

+3
-3
lines changed
  • test

3 files changed

+3
-3
lines changed

test/Microsoft.AspNetCore.Mvc.Routing.Abstractions.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.AspNetCore.Routing.Abstractions": "1.0.0",
99
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
1010
"xunit": "2.1.0"

test/Microsoft.AspNetCore.Routing.DecisionTree.Sources.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.Routing": "1.0.0",
88
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
99
"type": "build",

test/Microsoft.AspNetCore.Routing.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.Http": "1.0.0",
88
"Microsoft.AspNetCore.Routing": "1.0.0",
99
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",

0 commit comments

Comments
 (0)