Skip to content

Commit 7a4969b

Browse files
committed
fix: nuspec
1 parent 6f8d98e commit 7a4969b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MouseTrap/choco/MouseTrap.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Here you can find the [documentation](https://github.com/r-Larch/MouseTrap/blob/
4141
<files>
4242
<file src="..\..\LICENSE.txt" />
4343
<file src="..\..\VERIFICATION.txt" />
44-
<file src="..\bin\net5.0-windows\*.dll" target="tools" />
45-
<file src="..\bin\net5.0-windows\*.exe" target="tools" />
46-
<file src="..\bin\net5.0-windows\*.runtimeconfig.json" target="tools" />
44+
<file src="..\bin\net6.0-windows\*.dll" target="tools" />
45+
<file src="..\bin\net6.0-windows\*.exe" target="tools" />
46+
<file src="..\bin\net6.0-windows\*.runtimeconfig.json" target="tools" />
4747
<file src="*.ps1" target="tools" />
4848
</files>
4949
</package>

0 commit comments

Comments
 (0)