Skip to content

Commit d8de1f9

Browse files
authored
[housekeeping] Update maui net9 version (#31853)
1 parent 094c624 commit d8de1f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
2626
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion="3" />
2727
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" protocolVersion="3" />
28-
<!-- Added manually for .NET 8 MAUI -->
29-
<add key="darc-pub-dotnet-maui-a33a875e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-maui-a33a875e/nuget/v3/index.json" />
28+
<!-- Added manually for .NET 9 MAUI -->
29+
<add key="darc-pub-dotnet-maui-69d28e51" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-maui-69d28e51/nuget/v3/index.json" />
3030
<!-- Added manually for dotnet/runtime 8.0.18 -->
3131
<add key="darc-pub-dotnet-runtime-c0390586" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-c0390586/nuget/v3/index.json" />
3232
<!-- Added manually for dotnet/runtime 9.0.8 -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828
<PropertyGroup>
2929
<!-- Current previous .NET SDK major version's stable release of MAUI packages -->
30-
<MicrosoftMauiPreviousDotNetReleasedVersion>9.0.82</MicrosoftMauiPreviousDotNetReleasedVersion>
30+
<MicrosoftMauiPreviousDotNetReleasedVersion>9.0.110</MicrosoftMauiPreviousDotNetReleasedVersion>
3131
<!-- dotnet/sdk -->
3232
<MicrosoftNETSdkPackageVersion>10.0.100-rc.2.25476.101</MicrosoftNETSdkPackageVersion>
3333
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>

0 commit comments

Comments
 (0)