diff --git a/GameBoyPngConverter/GameBoyPngConverter.csproj b/GameBoyPngConverter/GameBoyPngConverter.csproj index a5d2123..66a725f 100644 --- a/GameBoyPngConverter/GameBoyPngConverter.csproj +++ b/GameBoyPngConverter/GameBoyPngConverter.csproj @@ -3,10 +3,14 @@ Exe net6.0 + true + true + true win-x64;win-x86;linux-x64;osx-x64; 2.0.0 $(VersionPrefix)2.0.0 + true diff --git a/GameBoyPngConverter/Properties/PublishProfiles/Linux-x64.pubxml b/GameBoyPngConverter/Properties/PublishProfiles/Linux-x64.pubxml index 5130b7f..bc056da 100644 --- a/GameBoyPngConverter/Properties/PublishProfiles/Linux-x64.pubxml +++ b/GameBoyPngConverter/Properties/PublishProfiles/Linux-x64.pubxml @@ -7,8 +7,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem Release Any CPU - netcoreapp2.1 - bin\Release\netcoreapp2.1\publish\linux-x64 + net6.0 + bin\Release\net6.0\publish\linux-x64 linux-x64 true <_IsPortable>false diff --git a/GameBoyPngConverter/Properties/PublishProfiles/Osx-x64.pubxml b/GameBoyPngConverter/Properties/PublishProfiles/Osx-x64.pubxml index deda983..899fc62 100644 --- a/GameBoyPngConverter/Properties/PublishProfiles/Osx-x64.pubxml +++ b/GameBoyPngConverter/Properties/PublishProfiles/Osx-x64.pubxml @@ -7,8 +7,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem Release Any CPU - netcoreapp2.1 - bin\Release\netcoreapp2.1\publish\osx-x64 + net6.0 + bin\Release\net6.0\publish\osx-x64 osx-x64 true <_IsPortable>false diff --git a/GameBoyPngConverter/Properties/PublishProfiles/Win-x64.pubxml b/GameBoyPngConverter/Properties/PublishProfiles/Win-x64.pubxml index a653513..05ec70a 100644 --- a/GameBoyPngConverter/Properties/PublishProfiles/Win-x64.pubxml +++ b/GameBoyPngConverter/Properties/PublishProfiles/Win-x64.pubxml @@ -7,8 +7,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem Release Any CPU - netcoreapp2.1 - bin\Release\netcoreapp2.1\publish\win-x64 + net6.0 + bin\Release\net6.0\publish\win-x64 win-x64 true <_IsPortable>false diff --git a/GameBoyPngConverter/Properties/PublishProfiles/Win-x86.pubxml b/GameBoyPngConverter/Properties/PublishProfiles/Win-x86.pubxml index 08ab14d..03814b8 100644 --- a/GameBoyPngConverter/Properties/PublishProfiles/Win-x86.pubxml +++ b/GameBoyPngConverter/Properties/PublishProfiles/Win-x86.pubxml @@ -7,8 +7,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem Release Any CPU - netcoreapp2.1 - bin\Release\netcoreapp2.1\publish\win-x86 + net6.0 + bin\Release\net6.0\publish\win-x86 win-x86 true <_IsPortable>false