Fix the projects

- Fixed dependencies
- Fixed NS dependency
This commit is contained in:
David Fowler 2016-11-02 18:50:57 -07:00
parent 019bb460ec
commit 8dd61250f4
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@
},
"scripts": {
"precompile": [ "tsc --project ../../src/Microsoft.AspNetCore.SignalR.Client.TS/ --out wwwroot/js/signalr-client.js" ],
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
}
}

View File

@ -4,7 +4,7 @@
"Channels": "0.2.0-beta-*",
"Microsoft.AspNetCore.Routing": "1.1.0-*",
"Microsoft.AspNetCore.WebSockets": "0.2.0-*",
"NETStandard.Library": "1.6.0"
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"netstandard1.3": {},