Skip to content

Commit 9c43a63

Browse files
authored
Add binplaced analyzers to ASP.NET transport package (#55042)
1 parent 348fefa commit 9c43a63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/libraries/Microsoft.AspNetCore.Internal.Transport/pkg/Microsoft.AspNetCore.Internal.Transport.pkgproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<PackageDescription>Internal transport package to provide aspnetcore with the assemblies that make up the Microsoft.ASPNetCore.App shared framework.</PackageDescription>
99
</PropertyGroup>
1010
<ItemGroup>
11+
<_analyzers Include="$(ASPNETCoreAppPackageRootPath)\analyzers\**\*.*" />
12+
<File Include="@(_analyzers)" TargetPath="analyzers\%(RecursiveDir)" />
1113
<_libDocs Include="$(ASPNETCoreAppPackageRuntimePath)\*.xml" />
1214
<File Include="$(ASPNETCoreAppPackageRefPath)\*.*;@(_libDocs)" TargetPath="ref\$(NetCoreAppCurrent)" />
1315
<File Include="$(ASPNETCoreAppPackageRuntimePath)\*.*" Exclude="@(_libDocs)" TargetPath="lib\$(NetCoreAppCurrent)" />

0 commit comments

Comments
 (0)