From 14ead61b1e1299dae90acad27b0bc095a20d9a03 Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 28 Mar 2024 19:10:14 -0700 Subject: [PATCH] Update to .NET 8 --- .github/workflows/release.yml | 4 ++-- RockTheVote.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1e35ac..65960bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet-version: [ '7.0.x' ] + dotnet-version: [ '8.0.x' ] steps: - uses: actions/checkout@v4 @@ -29,7 +29,7 @@ jobs: run: dotnet build - name: Create zip - run: cd ${debugPath} && mv net7.0 $dllName && zip -r ${dllName}.zip ${dllName} + run: cd ${debugPath} && mv net8.0 $dllName && zip -r ${dllName}.zip ${dllName} - name: Create Release id: create_release diff --git a/RockTheVote.csproj b/RockTheVote.csproj index 0ab28f5..6529151 100644 --- a/RockTheVote.csproj +++ b/RockTheVote.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 cs2_rockthevote enable enable @@ -13,7 +13,7 @@ - +