Skip to content

Commit 04ef347

Browse files
authored
Update .NET version to 10.0 and set quality to preview (#2123)
1 parent 7cf1452 commit 04ef347

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/snippets5000.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414
default: 'Manual run'
1515

1616
env:
17-
DOTNET_VERSION: '9.0.*'
17+
DOTNET_VERSION: '10.0.*'
18+
DOTNET_QUALITY: 'preview'
1819
DOTNET_DO_INSTALL: 'true' # To install a version of .NET not provided by the runner, set to true
1920
EnableNuGetPackageRestore: 'True'
2021

0 commit comments

Comments
 (0)