From ac3bd914d9cb80da5b05aca27a5a1d5d72f63ddb Mon Sep 17 00:00:00 2001 From: Brett White Date: Fri, 11 Oct 2024 01:31:38 -0700 Subject: [PATCH] Update .NET 9 to RC 2 --- .github/workflows/dotnetcore.yml | 2 +- Directory.Build.props | 4 ++-- build/template-install-dependencies.yaml | 2 +- tests/DevApps/Directory.Build.props | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 5daa450bd..f00375552 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -40,7 +40,7 @@ jobs: - name: Setup .NET 9.0.x uses: actions/setup-dotnet@v2.1.0 with: - dotnet-version: 9.0.100-rc.1.24452.12 + dotnet-version: 9.0.100-rc.2.24474.11 - name: 'Setup msbuild' uses: microsoft/setup-msbuild@v1.1 diff --git a/Directory.Build.props b/Directory.Build.props index 57109ee09..51063c9c1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -92,8 +92,8 @@ 4.57.0-preview 3.1.3 7.1.0 - 9.0.0-rc.1.24431.7 - 9.0.0-rc.1.24452.1 + 9.0.0-rc.2.24473.5 + 9.0.0-rc.2.24474.3 8.0.5 diff --git a/build/template-install-dependencies.yaml b/build/template-install-dependencies.yaml index ae4ffbd64..46be1c9d4 100644 --- a/build/template-install-dependencies.yaml +++ b/build/template-install-dependencies.yaml @@ -26,7 +26,7 @@ steps: - task: UseDotNet@2 displayName: 'Use .Net Core SDK 9' inputs: - version: 9.0.100-rc.1.24452.12 + version: 9.0.100-rc.2.24474.11 includePreviewVersions: true condition: eq(variables['TargetNet9'], 'True') diff --git a/tests/DevApps/Directory.Build.props b/tests/DevApps/Directory.Build.props index cead50adc..f1ff13bb8 100644 --- a/tests/DevApps/Directory.Build.props +++ b/tests/DevApps/Directory.Build.props @@ -24,7 +24,7 @@ - 9.0.0-rc.1.24451.1 + 9.0.0-rc.2.24474.1