diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 21ad9d7..799bb8a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v4.1.4 - - name: Setup .NET 8 SDK + - name: Setup .NET 7 SDK uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: 8.0.x + dotnet-version: 7.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/.vscode/launch.json b/.vscode/launch.json index 12ac4da..2ec225f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/src/DayZLauncher.UnixPatcher/bin/Debug/net8.0/DayZLauncher.UnixPatcher.dll", + "program": "${workspaceFolder}/src/DayZLauncher.UnixPatcher/bin/Debug/net7.0/DayZLauncher.UnixPatcher.dll", "args": [], "cwd": "${workspaceFolder}", "console": "integratedTerminal", diff --git a/src/DayZLauncher.UnixPatcher/DayZLauncher.UnixPatcher.csproj b/src/DayZLauncher.UnixPatcher/DayZLauncher.UnixPatcher.csproj index f888911..225f8fd 100644 --- a/src/DayZLauncher.UnixPatcher/DayZLauncher.UnixPatcher.csproj +++ b/src/DayZLauncher.UnixPatcher/DayZLauncher.UnixPatcher.csproj @@ -1,6 +1,6 @@ - net8.0 + net7.0 Exe enable enable