-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
affected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkseverity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tooltask
Milestone
Description
This is about following up on e133683 as discussed starting at #21567 (comment).
- Remove the Internal.AspNetCore.Analyzers project and all references to it
- We no longer have pub-ternal types outside analyzers and tools. Therefore, we don't need to warn about them anymore.
- Remove
$(DisablePubternalApiCheck)settings too
- Move from Yarn.MSBuild 1.15.2 to 1.22.4
- This version is mentioned in both global.json and eng/Tools.props. The versions should match between those files.
- Update
AddContenttarget in Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj to set 5.0 package versions based on the projects- Remove the redundant
@(PackageReference)s for the 5.0 packages earlier in the project file - Move comments about changing how these references are handled down into the
AddContenttarget and call out the need to do this when switching tonet6.0
- Remove the redundant
- Move the
MsQuicPackage.*versions from QuicSampleClient and QuicSampleApp projects to eng/Versions.props
Metadata
Metadata
Labels
affected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkseverity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tooltask