Skip to content

Commit 13c9e63

Browse files
authored
Replacing Microsoft.AspNetCore.WebSockets.Server with Microsoft.AspNetCore.WebSockets (#173)
Fixes #172
1 parent 7c55a69 commit 13c9e63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NuGet/WampSharp.AspNetCore.WebSockets.Server.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<tags>websockets,wampws,rpc,pubsub,wampv1,wampv2,aspnetcore</tags>
1212
<dependencies>
1313
<group targetFramework=".NETStandard1.3">
14-
<dependency id="Microsoft.AspNetCore.WebSockets.Server" version="[0.1.0, )" />
14+
<dependency id="Microsoft.AspNetCore.WebSockets" version="[1.0.0, )" />
1515
<dependency id="WampSharp" version="[$version$]" />
1616
<dependency id="WampSharp.WebSockets" version="[$version$]" />
1717
</group>

src/net45/Extensions/WampSharp.AspNetCore.WebSockets.Server/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"xmlDoc": true
1515
},
1616
"dependencies": {
17-
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0",
17+
"Microsoft.AspNetCore.WebSockets": "1.0.0",
1818
"WampSharp": { "target": "project" },
1919
"WampSharp.WebSockets": { "target": "project" }
2020
}

0 commit comments

Comments
 (0)