diff --git a/src/MusicStore/project.json b/src/MusicStore/project.json index 277bcd03bb..b82944528b 100644 --- a/src/MusicStore/project.json +++ b/src/MusicStore/project.json @@ -16,6 +16,9 @@ "compile": [ "../../shared/**/*.cs" ], + "tools": { + "dotnet-publish-iis": "1.0.0-*" + }, "content": [ "Areas", "Views", @@ -55,7 +58,13 @@ "frameworks": { "dnx451": { }, "dnxcore50": { + "dependencies": { + "NETStandard.Library": "1.0.0-*" + }, "imports": "portable-net451+win8" } + }, + "scripts": { + "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath%" ] } } \ No newline at end of file diff --git a/src/MusicStore/wwwroot/web.config b/src/MusicStore/wwwroot/web.config index 4f95c98da3..a0ee658c30 100644 --- a/src/MusicStore/wwwroot/web.config +++ b/src/MusicStore/wwwroot/web.config @@ -8,12 +8,5 @@ - - - - - - - \ No newline at end of file