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 @@ - +