Skip to content

Commit 92fec5b

Browse files
committed
Fix to dotnet version 9.0.203
1 parent 27bd112 commit 92fec5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-core-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
- name: Setup .NET 9.0
191191
uses: actions/setup-dotnet@v4
192192
with:
193-
dotnet-version: 9.0.x
193+
dotnet-version: 9.0.203 # Waiting a fix in the 9.0.300: https://github.com/dotnet/sdk/issues/49038
194194
dotnet-quality: ga
195195

196196
- name: Initialize CodeQL

0 commit comments

Comments
 (0)