From 90763b60a5806ab3a91bd8baa63fa5cd4b3c7300 Mon Sep 17 00:00:00 2001 From: moozzyk Date: Mon, 22 Feb 2016 17:31:04 -0800 Subject: [PATCH] Fixing the build caused by new dotnet CLI --- test/dotnet-publish-iis.Tests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotnet-publish-iis.Tests/project.json b/test/dotnet-publish-iis.Tests/project.json index 1e7b167a1d..388f7dc7bd 100644 --- a/test/dotnet-publish-iis.Tests/project.json +++ b/test/dotnet-publish-iis.Tests/project.json @@ -1,7 +1,7 @@ { "dependencies": { "xunit": "2.1.0", - "dotnet-publish-iis": "", + "dotnet-publish-iis": "1.0.0-*", "Microsoft.NETCore.Platforms": "1.0.1-*" }, "frameworks": {