diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 63da3a2e..ee43e5d0 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -17,7 +17,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x + cache: true - name: NuGet Caching uses: actions/cache@v3 with: