Skip to content

Commit 85cc37e

Browse files
authored
update builds to use .NET 10 preview (#45022)
As we document preview features, we'll need to use the preview SDK to validate.
1 parent 99f893d commit 85cc37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snippets5000.yml

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

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

0 commit comments

Comments
 (0)