Skip to content

Commit

Permalink
fix: nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
r-Larch committed Dec 23, 2022
1 parent 6f8d98e commit 7a4969b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MouseTrap/choco/MouseTrap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Here you can find the [documentation](https://github.com/r-Larch/MouseTrap/blob/
<files>
<file src="..\..\LICENSE.txt" />
<file src="..\..\VERIFICATION.txt" />
<file src="..\bin\net5.0-windows\*.dll" target="tools" />
<file src="..\bin\net5.0-windows\*.exe" target="tools" />
<file src="..\bin\net5.0-windows\*.runtimeconfig.json" target="tools" />
<file src="..\bin\net6.0-windows\*.dll" target="tools" />
<file src="..\bin\net6.0-windows\*.exe" target="tools" />
<file src="..\bin\net6.0-windows\*.runtimeconfig.json" target="tools" />
<file src="*.ps1" target="tools" />
</files>
</package>

0 comments on commit 7a4969b

Please sign in to comment.