Skip to content

Commit

Permalink
Update .NET 9 to RC 2 (#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
msbw2 authored Oct 11, 2024
1 parent a63e6fd commit 894905f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
<MicrosoftGraphBetaVersion>4.57.0-preview</MicrosoftGraphBetaVersion>
<MicrosoftExtensionsHttpVersion>3.1.3</MicrosoftExtensionsHttpVersion>
<MicrosoftIdentityAbstractionsVersion>7.1.0</MicrosoftIdentityAbstractionsVersion>
<NetNineRuntimeVersion>9.0.0-rc.1.24431.7</NetNineRuntimeVersion>
<AspNetCoreNineRuntimeVersion>9.0.0-rc.1.24452.1</AspNetCoreNineRuntimeVersion>
<NetNineRuntimeVersion>9.0.0-rc.2.24473.5</NetNineRuntimeVersion>
<AspNetCoreNineRuntimeVersion>9.0.0-rc.2.24474.3</AspNetCoreNineRuntimeVersion>
<!--CVE-2024-43485-->
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
<!--CVE-2023-29331-->
Expand Down
2 changes: 1 addition & 1 deletion build/template-install-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down
2 changes: 1 addition & 1 deletion tests/DevApps/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net9.0'">
<SystemDrawingCommon>9.0.0-rc.1.24451.1</SystemDrawingCommon>
<SystemDrawingCommon>9.0.0-rc.2.24474.1</SystemDrawingCommon>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 894905f

Please sign in to comment.