Skip to content

Commit 252b041

Browse files
committed
Use dynamic patch for DOTNET_VERSION
1 parent 8121220 commit 252b041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
merge_group:
1818

1919
env:
20-
DOTNET_VERSION: ${{ '9.0.100' }}
20+
DOTNET_VERSION: ${{ '9.0.x' }}
2121
ENABLE_DIAGNOSTICS: true
2222
MSBUILD_VERBOSITY: normal
2323
#COREHOST_TRACE: 1

0 commit comments

Comments
 (0)