From 68e1f495a66fbb759155d2e31bd8ac9e577f4b7a Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:11:58 -0700 Subject: [PATCH] Update .NET version to 10.0 and set quality to preview --- .github/workflows/snippets5000.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snippets5000.yml b/.github/workflows/snippets5000.yml index 49f399b6c2..8a780adbc5 100644 --- a/.github/workflows/snippets5000.yml +++ b/.github/workflows/snippets5000.yml @@ -14,7 +14,8 @@ on: default: 'Manual run' env: - DOTNET_VERSION: '9.0.*' + DOTNET_VERSION: '10.0.*' + DOTNET_QUALITY: 'preview' DOTNET_DO_INSTALL: 'true' # To install a version of .NET not provided by the runner, set to true EnableNuGetPackageRestore: 'True'