Tags: dotnet/dotnet
Tags
[release/11.0.1xx-preview1] Add .NET MAUI baseline manifests for .NET… … 11 Preview 1 (#4643) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <[email protected]>
[release/11.0.1xx-preview1] Add .NET MAUI baseline manifests for .NET… … 11 Preview 1 (#4643) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <[email protected]>
[Recursive sync] installer / 7f28a2e → 522fbc7
Updated repositories:
- installer / 7f28a2e → 522fbc7
https://github.com/dotnet/installer/compare/7f28a2e8aadd305fb76bf18c0668efcbe45595d4..522fbc7c401c50800d462f293c356828d2a48dfb
- runtime / da103bc → b3b35ce
https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/compare/da103bc6ca3f1e52b4f9081c2c06b61bb9f857db..b3b35ce80e9eb94f72c4aa36a171a5e1cde72ace
- aspnetcore / 5b4a574 → 1599013
https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/compare/5b4a5745cdba15c35445afa96da406ce01edf875..159901324421e89ca7612465fc8c138609837f3d
- sdk / ee21977 → 4a8c079
https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/compare/ee21977ade05fe6c64756450dbf3bbd2d7fb7f8a..4a8c079f70d224993828973ee7dfdc4b2ea1ab9a
- emsdk / 1898fd1 → 8b730da
https://github.com/dotnet/emsdk/compare/1898fd1eefc41432cc9f0bb849937b2adc24cc9d..8b730da92c2b7c1b200325c7e28965b71759e959
[[ commit created by automation ]]
[Recursive sync] sdk / 6df514e → 4c5aac3
Updated repositories:
- sdk / 6df514e → 4c5aac3
https://github.com/dotnet/sdk/compare/6df514e4f413e9cbeb94730008ca8fa95d43a1d6..4c5aac3d5657a014aaf61b4d536fe1d72658b0d9
- templating / 9887f54 → 49f403f
https://github.com/dotnet/templating/compare/9887f549bbf4a5eb3796e3d783826a3758b6b1a9..49f403f06033a1d28efd68d72aac1aab949721ce
[[ commit created by automation ]]
Merged PR 56332: [release/9.0] Add patch to fix building identitymode… …l submodule SB fix for Jan release for #4037 ---- #### AI description (iteration 1) #### PR Classification This pull request applies a bug fix to correct the assembly file version calculation in the IdentityModel submodule. #### PR Summary A new patch file is added that updates the file version computation in the build configuration to ensure the revision is always higher than previously shipped packages. - `build/common.props`: Modified the `<FileVersion>` element by replacing the old DateTime-based calculation with a new MSBuild arithmetic expression that adds a fixed base (61232) to dynamically compute the revision. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Merged PR 56331: [release/8.0] Fix IdentityModel assemblyFileVersion … …overflow SB fix for Jan release for #4037 ---- #### AI description (iteration 1) #### PR Classification Bug fix addressing the assembly version overflow in IdentityModel. #### PR Summary This pull request fixes an overflow issue by updating the revision calculation in the `updateAssemblyInfo.sh` script, ensuring that the assembly file version is computed correctly. - `/src/source-build-externals/patches/azure-activedirectory-identitymodel-extensions-for-dotnet/0003-Fix-assembly-version-calculation-in-2026.patch`: In `updateAssemblyInfo.sh`, added logic to derive a new revision number using current date components, replacing the previous date-trimming method. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
PreviousNext