Skip to content

Commit eaf676e

Browse files
committed
fix: Fixed framework dependency in nuspec
1 parent 9725408 commit eaf676e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Ruffles.nuspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
<description>Lightweight high performance reliable UDP library</description>
1313
<copyright>Copyright © 2019 Albin Corén</copyright>
1414
<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>
1522
</metadata>
1623
<files>
1724
<file src="LICENCE" target="LICENCE" />

0 commit comments

Comments
 (0)