Skip to content

Add .NET 10.0 support to aggregate site extension - #67810

Merged
wtgodbe merged 4 commits into
dotnet:mainfrom
SparshGarg999:fix/site-extension-net10
Jul 16, 2026
Merged

Add .NET 10.0 support to aggregate site extension#67810
wtgodbe merged 4 commits into
dotnet:mainfrom
SparshGarg999:fix/site-extension-net10

Conversation

@SparshGarg999

Copy link
Copy Markdown
Contributor

Fixes #66315

Bundles down-level 10.0 packages into the aggregate site extension and defines the 10.0 site extension version in Versions.props.

@SparshGarg999
SparshGarg999 requested review from a team and wtgodbe as code owners July 15, 2026 10:33
@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates that the PR has been added by a community member label Jul 15, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Thanks for your PR, @SparshGarg999. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@SparshGarg999

Copy link
Copy Markdown
Contributor Author

@dotnet-policy-service agree

@SparshGarg999
SparshGarg999 force-pushed the fix/site-extension-net10 branch from c28cc87 to ba299b0 Compare July 15, 2026 12:44
@wtgodbe

wtgodbe commented Jul 15, 2026

Copy link
Copy Markdown
Member

Thanks for catching this - we need a specific non-shipping version of the 10.0 package, it's different from the one we publish to nuget. One sec, I'll dig that up

Comment thread eng/Versions.props Outdated
<MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version>9.0.0-rtm-24529-3</MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version>
<MicrosoftAspNetCoreAzureAppServicesSiteExtension90x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension90x64Version>
<MicrosoftAspNetCoreAzureAppServicesSiteExtension90x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension90x86Version>
<MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version>10.0.0</MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version>10.0.0</MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version>
<MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version>10.0.0-rtm-25523-111</MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I have updated eng/Versions.props to use the 10.0.0-rtm-25523-111 version, which resolves the dependency restore errors in CI.

@SparshGarg999
SparshGarg999 force-pushed the fix/site-extension-net10 branch from d2f2a17 to 540863f Compare July 16, 2026 06:03
@SparshGarg999

SparshGarg999 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

This update configures the .NET 10.0 site extension packages to use the preview/release version 10.0.0-rtm-25523-111 instead of the stable placeholder 10.0.0, resolving the NuGet package restore failures in the CI pipeline.

@wtgodbe

wtgodbe commented Jul 16, 2026

Copy link
Copy Markdown
Member

Thanks so much for this! It would've been a big miss on our part to ship 11 without this.

@wtgodbe
wtgodbe merged commit 27e5600 into dotnet:main Jul 16, 2026
26 checks passed
@SparshGarg999

Copy link
Copy Markdown
Contributor Author

Thanks so much for this! It would've been a big miss on our part to ship 11 without this.

Thanks so much! I'm happy I could help. It was a great learning experience contributing to ASP.NET Core, and I hope to contribute again soon.😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ASP.NET Core Logging Integration File Not Found Exception

2 participants