From 61e14f01ad38ba301d7bf66b1dcb96c34cbb733a Mon Sep 17 00:00:00 2001 From: Dan Rigby <114417+DanRigby@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:56:40 -0400 Subject: [PATCH] Build and Target DotNet 8 (#38) Build and target dotnet 8 --- .github/workflows/build.yml | 4 +--- MudProxy/MudProxy.csproj | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e88b8f5..214ea07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,9 +17,7 @@ jobs: - name: Setup DotNet uses: actions/setup-dotnet@v4 with: - dotnet-version: | - 6.x - 8.x + dotnet-version: 8.x - name: Restore Tools run: dotnet tool restore diff --git a/MudProxy/MudProxy.csproj b/MudProxy/MudProxy.csproj index 4e0c938..90cf5a2 100644 --- a/MudProxy/MudProxy.csproj +++ b/MudProxy/MudProxy.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable latest