From d7d7b42485c4aa67120e5a06dcbfa256d9a41af0 Mon Sep 17 00:00:00 2001 From: Brett White Date: Fri, 11 Oct 2024 01:36:50 -0700 Subject: [PATCH] Update .NET 9 to RC 2 --- .github/workflows/dotnetcore.yml | 2 +- build/template-Build-run-tests-sign.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index b84ea926a2..251b58d17e 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -39,7 +39,7 @@ jobs: - name: Setup .NET 9.0.x uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: 9.0.100-rc.1.24452.12 + dotnet-version: 9.0.100-rc.2.24474.11 - name: Run the tests run: dotnet test Wilson.sln diff --git a/build/template-Build-run-tests-sign.yml b/build/template-Build-run-tests-sign.yml index 3f32890252..b826a5b646 100644 --- a/build/template-Build-run-tests-sign.yml +++ b/build/template-Build-run-tests-sign.yml @@ -28,7 +28,7 @@ steps: - task: UseDotNet@2 displayName: 'Use .Net Core SDK 9.x' inputs: - version: 9.0.100-rc.1.24452.12 + version: 9.0.100-rc.2.24474.11 includePreviewVersions: true condition: eq(variables['TargetNet9'], 'True')