From 571fddbd1d71ab1f4e81481ff176928636a1f123 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 19 Jul 2016 11:13:05 -0700 Subject: [PATCH] Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01 --- .../project.json | 2 +- test/Microsoft.AspNetCore.Antiforgery.Test/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",