Skip to content

Commit

Permalink
Upgraded to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Mar 2, 2024
1 parent 0712862 commit 9c62d83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand Down
2 changes: 1 addition & 1 deletion Gavilya/Gavilya.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
Expand Down
4 changes: 2 additions & 2 deletions Xalyus Updater/Xalyus Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>Xalyus_Updater</RootNamespace>
<UseWPF>true</UseWPF>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Xalyus Updater.ico</ApplicationIcon>
<Version>4.0.0.2309</Version>
<Version>4.0.0.2402</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Leo-Corporation/Gavilya</RepositoryUrl>
<PackageProjectUrl>https://leo-corporation.github.io/Gavilya-Web/</PackageProjectUrl>
Expand Down

0 comments on commit 9c62d83

Please sign in to comment.