diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 926e67eb..a4cb1924 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Install Dotnet 7.x + - name: Install Dotnet 8.0.100 uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.304 + dotnet-version: 8.0.100 include-prerelease: True - name: Setting Version id: vars