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 9725408 commit eaf676eCopy full SHA for eaf676e
Ruffles.nuspec
@@ -12,6 +12,13 @@
12
<description>Lightweight high performance reliable UDP library</description>
13
<copyright>Copyright © 2019 Albin Corén</copyright>
14
<tags>lightweight high performance reliable udp protocol game network networking</tags>
15
+ <dependencies>
16
+ <group targetFramework="net35"/>
17
+ <group targetFramework="net45"/>
18
+ <group targetFramework="net471"/>
19
+ <group targetFramework="netcoreapp2.0" />
20
+ <group targetFramework="netstandard2.0" />
21
+ </dependencies>
22
</metadata>
23
<files>
24
<file src="LICENCE" target="LICENCE" />
0 commit comments