Skip to content

Commit

Permalink
Updated nuspec for .NET Standard 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-bures committed Oct 26, 2023
1 parent aaf9296 commit b0df690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SpaceWarp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<repository type="git" url="https://github.com/SpaceWarpDev/SpaceWarp" />
<readme>README.md</readme>
<dependencies>
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
<files>
<file src=".github\README.md" target="README.md" />
<file src="images\icon.png" target="icon.png" />
<file src="LICENSE" target="LICENSE" />
<file src="build\nuget_temp\*.dll" target="lib/netstandard2.0/" />
<file src="build\nuget_temp\*.xml" target="lib/netstandard2.0/" />
<file src="build\nuget_temp\*.dll" target="lib/netstandard2.1/" />
<file src="build\nuget_temp\*.xml" target="lib/netstandard2.1/" />
</files>
</package>

0 comments on commit b0df690

Please sign in to comment.