From 2b45e806cc5d2031490aa3b66e7a228f8dfb7fdd Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 19 Apr 2016 14:54:12 -0700 Subject: [PATCH] Use latest build of dotnet-test-xunit --- test/Microsoft.AspNetCore.Session.Tests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Session.Tests/project.json b/test/Microsoft.AspNetCore.Session.Tests/project.json index 1d2236a347..26476d981c 100644 --- a/test/Microsoft.AspNetCore.Session.Tests/project.json +++ b/test/Microsoft.AspNetCore.Session.Tests/project.json @@ -15,7 +15,7 @@ "version": "1.0.0-*", "type": "platform" }, - "dotnet-test-xunit": "1.0.0-dev-*", + "dotnet-test-xunit": "1.0.0-*", "System.Threading.Thread": "4.0.0-*", "System.Diagnostics.Process": "4.1.0-*" },