diff --git a/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json index af7e15fbd2..3fa1f1cd07 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/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", "AntiforgerySample": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.0.0", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431" diff --git a/test/Microsoft.AspNetCore.Antiforgery.Test/project.json b/test/Microsoft.AspNetCore.Antiforgery.Test/project.json index e01cf5f848..3e00cf48ac 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.Test/project.json +++ b/test/Microsoft.AspNetCore.Antiforgery.Test/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.Antiforgery": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",