We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1904b92 commit f847081Copy full SHA for f847081
NuGet/WampSharp.Default.nuspec
@@ -16,6 +16,9 @@
16
<group targetFramework="portable-win81+wpa81">
17
<dependency id="WampSharp.Default.Client" version="[$version$]" />
18
</group>
19
+ <group targetFramework=".NETStandard1.3">
20
+ <dependency id="WampSharp.Default.Client" version="[$version$]" />
21
+ </group>
22
</dependencies>
23
<id>WampSharp.Default</id>
24
<title>WampSharp default binding</title>
0 commit comments