diff --git a/test/Microsoft.Extensions.Caching.Memory.Tests/project.json b/test/Microsoft.Extensions.Caching.Memory.Tests/project.json index 083b690d..6978f459 100644 --- a/test/Microsoft.Extensions.Caching.Memory.Tests/project.json +++ b/test/Microsoft.Extensions.Caching.Memory.Tests/project.json @@ -4,7 +4,7 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "dotnet-test-xunit": "1.0.0-rc3-000000-00", + "dotnet-test-xunit": "1.0.0-rc3-000000-01", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431", "Microsoft.Extensions.Caching.Memory": "1.0.0", "Microsoft.Extensions.DependencyInjection": "1.0.0", diff --git a/test/Microsoft.Extensions.Caching.Redis.Tests/project.json b/test/Microsoft.Extensions.Caching.Redis.Tests/project.json index 8b36409c..5e1d7c13 100644 --- a/test/Microsoft.Extensions.Caching.Redis.Tests/project.json +++ b/test/Microsoft.Extensions.Caching.Redis.Tests/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "dotnet-test-xunit": "1.0.0-rc3-000000-00", + "dotnet-test-xunit": "1.0.0-rc3-000000-01", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431", "Microsoft.Extensions.Caching.Redis": "1.0.0", "Microsoft.Extensions.DependencyInjection": "1.0.0", diff --git a/test/Microsoft.Extensions.Caching.SqlServer.Tests/project.json b/test/Microsoft.Extensions.Caching.SqlServer.Tests/project.json index b64a0bd8..8de22ffc 100644 --- a/test/Microsoft.Extensions.Caching.SqlServer.Tests/project.json +++ b/test/Microsoft.Extensions.Caching.SqlServer.Tests/project.json @@ -4,7 +4,7 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "dotnet-test-xunit": "1.0.0-rc3-000000-00", + "dotnet-test-xunit": "1.0.0-rc3-000000-01", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431", "Microsoft.Extensions.Caching.SqlServer": "1.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",