Skip to content

Commit 7bf8259

Browse files
blurtmattqs
authored andcommitted
Added required dependency to nuspec for net45 (System.Collections.Immutable) (#109)
1 parent 6e940a2 commit 7bf8259

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

grunt/templates/SocketIoClientDotNet.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<dependency id="SuperSocket.ClientEngine.Core" version="0.8.0.12" />
2727
<dependency id="Newtonsoft.Json" version="9.0.1" />
2828
<dependency id="EngineIoClientDotNet" version="1.0.0.1-beta1" />
29+
<dependency id="System.Collections.Immutable" version="1.3.1" />
2930
</group>
3031
<group targetFramework="netstandard1.3">
3132
<dependency id="WebSocket4Net" version="0.15.0-beta9" />

0 commit comments

Comments
 (0)