diff --git a/.github/workflows/dotnetcore-nuget.yml b/.github/workflows/dotnetcore-nuget.yml index fc63354..75c0128 100644 --- a/.github/workflows/dotnetcore-nuget.yml +++ b/.github/workflows/dotnetcore-nuget.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.401 + dotnet-version: 8.0.100 - name: Restore run: dotnet restore - name: Build