Fix the projects
- Fixed dependencies - Fixed NS dependency
This commit is contained in:
parent
019bb460ec
commit
8dd61250f4
|
|
@ -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%" ]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": {},
|
||||
|
|
|
|||
Loading…
Reference in New Issue