Skip to content

Commit aab94e4

Browse files
committed
fix: Fixed format of nuspec
1 parent a8d5d9f commit aab94e4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Ruffles.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<copyright>Copyright © 2019 Albin Corén</copyright>
1414
<tags>lightweight high performance reliable udp protocol game network networking</tags>
1515
<dependencies>
16-
<group targetFramework="net35"/>
17-
<group targetFramework="net45"/>
18-
<group targetFramework="net471"/>
19-
<group targetFramework="netcoreapp2.0" />
2016
<group targetFramework="netstandard2.0" />
17+
<group targetFramework="netstandard2.1" />
2118
</dependencies>
2219
</metadata>
2320
<files>
2421
<file src="LICENCE" target="LICENCE" />
25-
<file src="Ruffles/bin/$configuration$/netstandard2.0/**" target="lib/netstandard2.0"/>
22+
<file src="Ruffles/bin/$configuration$/netstandard2.0/Ruffles.dll" target="lib/netstandard2.0/Ruffles.dll"/>
23+
<file src="Ruffles/bin/$configuration$/netstandard2.1/Ruffles.dll" target="lib/netstandard2.0/Ruffles.pdb"/>
24+
<file src="Ruffles/bin/$configuration$/netstandard2.0/Ruffles.dll" target="lib/netstandard2.1/Ruffles.dll"/>
25+
<file src="Ruffles/bin/$configuration$/netstandard2.1/Ruffles.dll" target="lib/netstandard2.1/Ruffles.pdb"/>
2626
</files>
2727
</package>

0 commit comments

Comments
 (0)