Fixing the build caused by new dotnet CLI

This commit is contained in:
moozzyk 2016-02-22 17:31:04 -08:00
parent f4e69beea1
commit 90763b60a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"xunit": "2.1.0", "xunit": "2.1.0",
"dotnet-publish-iis": "", "dotnet-publish-iis": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*" "Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"frameworks": { "frameworks": {