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

Commit 852f512

Browse files
committed
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
1 parent b1548c7 commit 852f512

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Microsoft.Extensions.Caching.Memory.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.Testing": "1.0.0-rtm-21431",
99
"Microsoft.Extensions.Caching.Memory": "1.0.0",
1010
"Microsoft.Extensions.DependencyInjection": "1.0.0",

test/Microsoft.Extensions.Caching.Redis.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.Caching.Redis": "1.0.0",
66
"Microsoft.Extensions.DependencyInjection": "1.0.0",

test/Microsoft.Extensions.Caching.SqlServer.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.Testing": "1.0.0-rtm-21431",
99
"Microsoft.Extensions.Caching.SqlServer": "1.0.0",
1010
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",

0 commit comments

Comments
 (0)