Stop supporting .NET Framework 2.0/4.0

This commit is contained in:
NextTurn
2018-11-25 00:00:00 +08:00
committed by Next Turn
parent afe25d1d82
commit 2254aa78c4
16 changed files with 15 additions and 188 deletions

View File

@@ -25,11 +25,7 @@ More info about the wrapper is available in the projects GitHub repository.
</dependencies>
</metadata>
<files>
<file src="artifacts\WinSW.NET2.exe" target="lib\net20-full\WinSW.NET2.exe" />
<file src="artifacts\WinSW.NET4.exe" target="lib\net40-full\WinSW.NET4.exe" />
<file src="artifacts\WinSW.NET461.exe" target="lib\net461-full\WinSW.NET461.exe" />
<file src="examples\sample-allOptions.xml" target="lib\net20-full\WinSW.NET2.xml" />
<file src="examples\sample-allOptions.xml" target="lib\net40-full\WinSW.NET4.xml" />
<file src="examples\sample-allOptions.xml" target="lib\net461-full\WinSW.NET461.xml" />
<file src="artifacts\WinSW.NET461.exe" target="lib\net461\WinSW.NET461.exe" />
<file src="examples\sample-allOptions.xml" target="lib\net461\WinSW.NET461.xml" />
</files>
</package>