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

Commit 292c5a7

Browse files
committed
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
1 parent 7933379 commit 292c5a7

File tree

4 files changed

+4
-4
lines changed
  • test
    • Microsoft.Extensions.FileProviders.Composite.Tests
    • Microsoft.Extensions.FileProviders.Embedded.Tests
    • Microsoft.Extensions.FileProviders.Physical.Tests
    • Microsoft.Extensions.FileSystemGlobbing.Tests

4 files changed

+4
-4
lines changed

test/Microsoft.Extensions.FileProviders.Composite.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
3+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
44
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
55
"Microsoft.Extensions.FileProviders.Composite": "1.0.0",
66
"Microsoft.Extensions.FileProviders.Sources": "1.0.0-rtm-21431",

test/Microsoft.Extensions.FileProviders.Embedded.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
3+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
44
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
55
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0",
66
"xunit": "2.1.0"

test/Microsoft.Extensions.FileProviders.Physical.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
},
99
"dependencies": {
10-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
10+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
1111
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
1212
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
1313
"xunit": "2.1.0"

test/Microsoft.Extensions.FileSystemGlobbing.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
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0",
1111
"xunit": "2.1.0"

0 commit comments

Comments
 (0)