From 7ace2b6b64ba51b0353a44b4c7d54a5b30f3a122 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Fri, 8 Apr 2016 21:09:27 -0700 Subject: [PATCH] Fix NuGet warnings by depending on NuGet.Packaging.Core And upgrade dotnet-test-xunit --- test/csharp/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/csharp/project.json b/test/csharp/project.json index d516b354a..8c4dad546 100644 --- a/test/csharp/project.json +++ b/test/csharp/project.json @@ -12,8 +12,9 @@ "netstandardapp1.5": { "imports": [ "dnxcore50", "portable-net45+win8" ], "dependencies": { + "NuGet.Packaging.Core": "3.5.0-beta-1145", "xunit": "2.1.0", - "dotnet-test-xunit": "1.0.0-dev-79755-47" + "dotnet-test-xunit": "1.0.0-dev-91790-12" } } },