Skip to content

Commit

Permalink
fix: Fixed framework dependency in nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed May 23, 2019
1 parent 9725408 commit eaf676e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Ruffles.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
<description>Lightweight high performance reliable UDP library</description>
<copyright>Copyright © 2019 Albin Corén</copyright>
<tags>lightweight high performance reliable udp protocol game network networking</tags>
<dependencies>
<group targetFramework="net35"/>
<group targetFramework="net45"/>
<group targetFramework="net471"/>
<group targetFramework="netcoreapp2.0" />
<group targetFramework="netstandard2.0" />
</dependencies>
</metadata>
<files>
<file src="LICENCE" target="LICENCE" />
Expand Down

0 comments on commit eaf676e

Please sign in to comment.