From 35528b97db6c54ad223da38d6b431c374e15e565 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Tue, 6 Aug 2024 02:11:08 +0100 Subject: [PATCH] Update publish profiles to use .NET 8.0 --- Build.ps1 | 2 +- Marathon.CLI/Properties/PublishProfiles/linux-x64.pubxml | 2 +- Marathon.CLI/Properties/PublishProfiles/osx-x64.pubxml | 2 +- Marathon.CLI/Properties/PublishProfiles/win-x64.pubxml | 2 +- Marathon.CLI/Properties/PublishProfiles/win-x86.pubxml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Build.ps1 b/Build.ps1 index 3d4fe5e7..6dfa692a 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -39,7 +39,7 @@ if ($Help) if (!(Get-Command -Name dotnet -ErrorAction SilentlyContinue)) { echo ".NET SDK is required to build Marathon." - echo "You can install the required .NET SDK for Windows from here: https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-6.0.200-windows-x64-installer" + echo "You can install the required .NET SDK for Windows from here: https://dotnet.microsoft.com/en-us/download/dotnet/8.0" exit } diff --git a/Marathon.CLI/Properties/PublishProfiles/linux-x64.pubxml b/Marathon.CLI/Properties/PublishProfiles/linux-x64.pubxml index 47573e93..ef47576e 100644 --- a/Marathon.CLI/Properties/PublishProfiles/linux-x64.pubxml +++ b/Marathon.CLI/Properties/PublishProfiles/linux-x64.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU bin\Publish\linux-x64\ FileSystem - net6.0 + net8.0 linux-x64 true true diff --git a/Marathon.CLI/Properties/PublishProfiles/osx-x64.pubxml b/Marathon.CLI/Properties/PublishProfiles/osx-x64.pubxml index 47ad6f7c..3eb654ae 100644 --- a/Marathon.CLI/Properties/PublishProfiles/osx-x64.pubxml +++ b/Marathon.CLI/Properties/PublishProfiles/osx-x64.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU bin\Publish\osx-x64\ FileSystem - net6.0 + net8.0 true osx-x64 true diff --git a/Marathon.CLI/Properties/PublishProfiles/win-x64.pubxml b/Marathon.CLI/Properties/PublishProfiles/win-x64.pubxml index 6f35108d..bb8ee645 100644 --- a/Marathon.CLI/Properties/PublishProfiles/win-x64.pubxml +++ b/Marathon.CLI/Properties/PublishProfiles/win-x64.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU bin\Publish\win-x64\ FileSystem - net6.0 + net8.0 win-x64 true true diff --git a/Marathon.CLI/Properties/PublishProfiles/win-x86.pubxml b/Marathon.CLI/Properties/PublishProfiles/win-x86.pubxml index 91db7377..88a5dfb4 100644 --- a/Marathon.CLI/Properties/PublishProfiles/win-x86.pubxml +++ b/Marathon.CLI/Properties/PublishProfiles/win-x86.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU bin\Publish\win-x86\ FileSystem - net6.0 + net8.0 win-x86 true true