From 1841b7528416a95f895dc9dcf050716e162078a2 Mon Sep 17 00:00:00 2001 From: Sebastien Lebreton Date: Mon, 18 Nov 2024 22:15:52 +0100 Subject: [PATCH] Use .net 9 --- .github/workflows/ci-installer.yml | 2 +- Installer/Installer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-installer.yml b/.github/workflows/ci-installer.yml index bdbe5bae..5164992e 100644 --- a/.github/workflows/ci-installer.yml +++ b/.github/workflows/ci-installer.yml @@ -26,7 +26,7 @@ env: CONFIGURATION: ${{ inputs.configuration != '' && inputs.configuration || 'Release' }} DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 DOTNET_NOLOGO: 1 - INSTALLER_DOTNET_VERSION: '8.0' + INSTALLER_DOTNET_VERSION: '9.0' INSTALLER_PLATFORM: 'win-x64' jobs: diff --git a/Installer/Installer.csproj b/Installer/Installer.csproj index ecf4a29c..fd9464e0 100644 --- a/Installer/Installer.csproj +++ b/Installer/Installer.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 latest enable true