From de108a170864d5c28cd0e0b44061c0bf433aab86 Mon Sep 17 00:00:00 2001 From: gingemonster Date: Thu, 26 Jan 2023 09:55:30 +0000 Subject: [PATCH] updating builds/publish profiles for .net 6 single file releases --- GameBoyPngConverter/GameBoyPngConverter.csproj | 4 ++++ .../Properties/PublishProfiles/Linux-x64.pubxml | 4 ++-- GameBoyPngConverter/Properties/PublishProfiles/Osx-x64.pubxml | 4 ++-- GameBoyPngConverter/Properties/PublishProfiles/Win-x64.pubxml | 4 ++-- GameBoyPngConverter/Properties/PublishProfiles/Win-x86.pubxml | 4 ++-- 5 files changed, 12 insertions(+), 8 deletions(-) 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