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

Commit 626f807

Browse files
committed
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
1 parent 7d24ca4 commit 626f807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Microsoft.AspNetCore.Razor.Runtime.Test/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.Razor.Runtime": "1.0.0",
1010
"Microsoft.AspNetCore.Razor.Test.Sources": {
1111
"version": "1.0.0-rtm-21431",

test/Microsoft.AspNetCore.Razor.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0.0",
33
"dependencies": {
4-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
4+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
55
"Microsoft.AspNetCore.Razor": "1.0.0",
66
"Microsoft.AspNetCore.Razor.Test.Sources": {
77
"version": "1.0.0-rtm-21431",

0 commit comments

Comments
 (0)