Skip to content

Commit 408e7b7

Browse files
committed
Update .NET 9 to RC 2
1 parent a63e6fd commit 408e7b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
<MicrosoftGraphBetaVersion>4.57.0-preview</MicrosoftGraphBetaVersion>
9393
<MicrosoftExtensionsHttpVersion>3.1.3</MicrosoftExtensionsHttpVersion>
9494
<MicrosoftIdentityAbstractionsVersion>7.1.0</MicrosoftIdentityAbstractionsVersion>
95-
<NetNineRuntimeVersion>9.0.0-rc.1.24431.7</NetNineRuntimeVersion>
96-
<AspNetCoreNineRuntimeVersion>9.0.0-rc.1.24452.1</AspNetCoreNineRuntimeVersion>
95+
<NetNineRuntimeVersion>9.0.0-rc.2.24473.5</NetNineRuntimeVersion>
96+
<AspNetCoreNineRuntimeVersion>9.0.0-rc.2.24474.3</AspNetCoreNineRuntimeVersion>
9797
<!--CVE-2024-43485-->
9898
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
9999
<!--CVE-2023-29331-->

build/template-install-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
- task: UseDotNet@2
2727
displayName: 'Use .Net Core SDK 9'
2828
inputs:
29-
version: 9.0.100-rc.1.24452.12
29+
version: 9.0.100-rc.2.24474.11
3030
includePreviewVersions: true
3131
condition: eq(variables['TargetNet9'], 'True')
3232

tests/DevApps/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525

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

3030
<ItemGroup>

0 commit comments

Comments
 (0)