We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ef9eb commit 0790215Copy full SHA for 0790215
.github/workflows/ci.yml
@@ -90,15 +90,15 @@ jobs:
90
path: '${{ github.workspace }}/.nuget/packages'
91
key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
92
- name: 🔨 Use .NET 8.0 SDK
93
- uses: actions/setup-dotnet@v5.0.0
+ uses: actions/setup-dotnet@v5.0.1
94
with:
95
dotnet-version: '8.0.x'
96
- name: 🔨 Use .NET 9.0 SDK
97
98
99
dotnet-version: '9.0.x'
100
- name: 🔨 Use .NET 10.0 SDK
101
102
103
dotnet-version: '10.0.x'
104
- name: 🎁 dotnet tool restore
0 commit comments