Add .NET 10.0 support to aggregate site extension - #67810
Conversation
|
Thanks for your PR, @SparshGarg999. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
|
@dotnet-policy-service agree |
c28cc87 to
ba299b0
Compare
ba299b0 to
812d7e6
Compare
|
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 |
| <MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version>9.0.0-rtm-24529-3</MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version> | ||
| <MicrosoftAspNetCoreAzureAppServicesSiteExtension90x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension90x64Version> | ||
| <MicrosoftAspNetCoreAzureAppServicesSiteExtension90x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension90Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension90x86Version> | ||
| <MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version>10.0.0</MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version> |
There was a problem hiding this comment.
| <MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version>10.0.0</MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version> | |
| <MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version>10.0.0-rtm-25523-111</MicrosoftAspNetCoreAzureAppServicesSiteExtension100Version> |
There was a problem hiding this comment.
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.
d2f2a17 to
540863f
Compare
|
This update configures the |
|
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.😊 |
Fixes #66315
Bundles down-level 10.0 packages into the aggregate site extension and defines the 10.0 site extension version in Versions.props.