Skip to content

Commit b6fdc71

Browse files
committed
Merged PR 54003: Merge public rc2
Update versions of maui from public rc2 ---- #### AI description (iteration 1) #### PR Classification This pull request updates version references and package configurations to merge the public rc2 release. #### PR Summary The PR updates package sources and version settings to support the new public rc2 release. - `NuGet.config`: Changed the Maui package source key from darc-pub-dotnet-maui-69d28e51 to darc-pub-dotnet-maui-7c4f71ad. - `eng/Versions.props`: Updated MicrosoftMauiPreviousDotNetReleasedVersion from 9.0.110 to 9.0.111. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents b575987 + 682d6cd commit b6fdc71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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" />
2828
<!-- 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" />
29+
<add key="darc-pub-dotnet-maui-7c4f71ad" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-maui-7c4f71ad/nuget/v3/index.json" />
3030
<!-- Added manually for dotnet/runtime 8.0.21 -->
3131
<add key="darc-pub-dotnet-runtime-c0390586" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/8.0.415-servicing.25476.4-shipping/nuget/v3/index.json" />
3232
<!-- Added manually for dotnet/runtime 9.0.10 -->

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.110</MicrosoftMauiPreviousDotNetReleasedVersion>
30+
<MicrosoftMauiPreviousDotNetReleasedVersion>9.0.111</MicrosoftMauiPreviousDotNetReleasedVersion>
3131
<!-- dotnet/sdk -->
3232
<MicrosoftNETSdkPackageVersion>10.0.100-rc.2.25502.107</MicrosoftNETSdkPackageVersion>
3333
<MicrosoftDotnetSdkInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetSdkInternalPackageVersion>

0 commit comments

Comments
 (0)