change to dotnet 5

This commit is contained in:
Natlinux81
2023-06-28 16:08:53 +02:00
parent a5533a7521
commit 31529614ab
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 5.0.x
- run: dotnet restore ${{ env.PROJECT_PATH}}

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net5.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>