Skip to content

Commit

Permalink
fix: Fixed format of nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed Mar 22, 2023
1 parent a8d5d9f commit aab94e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Ruffles.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<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" />
<group targetFramework="netstandard2.1" />
</dependencies>
</metadata>
<files>
<file src="LICENCE" target="LICENCE" />
<file src="Ruffles/bin/$configuration$/netstandard2.0/**" target="lib/netstandard2.0"/>
<file src="Ruffles/bin/$configuration$/netstandard2.0/Ruffles.dll" target="lib/netstandard2.0/Ruffles.dll"/>
<file src="Ruffles/bin/$configuration$/netstandard2.1/Ruffles.dll" target="lib/netstandard2.0/Ruffles.pdb"/>
<file src="Ruffles/bin/$configuration$/netstandard2.0/Ruffles.dll" target="lib/netstandard2.1/Ruffles.dll"/>
<file src="Ruffles/bin/$configuration$/netstandard2.1/Ruffles.dll" target="lib/netstandard2.1/Ruffles.pdb"/>
</files>
</package>

0 comments on commit aab94e4

Please sign in to comment.