From 8f92f0d74b99261b57ec19db9e8477251aac0be6 Mon Sep 17 00:00:00 2001 From: Simon de Lang Date: Thu, 25 Aug 2016 15:02:52 +0200 Subject: [PATCH] Update xunit dependencies for CSharp_xunittest template --- .../dotnet-new/CSharp_xunittest/project.json.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template b/src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template index eb7568bbe..710740dd1 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template @@ -5,8 +5,8 @@ }, "dependencies": { "System.Runtime.Serialization.Primitives": "4.1.1", - "xunit": "2.1.0", - "dotnet-test-xunit": "1.0.0-rc2-192208-24" + "xunit": "2.2.0-beta2-build3300", + "dotnet-test-xunit": "2.2.0-preview2-build1029" }, "testRunner": "xunit", "frameworks": {