diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index b53730f0..df51c983 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-dotnet@v1 with: # This is required to avoid a breaking change in 6.0.2 https://github.com/dotnet/core/pull/7346/ - dotnet-version: 6.0.1 + dotnet-version: 6.0.101 # This is a workaround for issue https://github.com/actions/virtual-environments/issues/1090, # which causes to nuget restores to fail - name: Clean NuGet cache diff --git a/.github/workflows/release-manager.yml b/.github/workflows/release-manager.yml index dd589567..ae4f3121 100644 --- a/.github/workflows/release-manager.yml +++ b/.github/workflows/release-manager.yml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-dotnet@v1 with: # This is required to avoid a breaking change in 6.0.2 https://github.com/dotnet/core/pull/7346/ - dotnet-version: 6.0.1 + dotnet-version: 6.0.101 # This is a workaround for issue https://github.com/actions/virtual-environments/issues/1090, # which causes to nuget restores to fail - name: Clean NuGet cache