Skip to content

Commit

Permalink
Use .net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Nov 18, 2024
1 parent 352f4ea commit 1841b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 1841b75

Please sign in to comment.