Skip to content

Commit 1ca2483

Browse files
author
John Luo
committed
Fixup NU5128 warnings
1 parent fbfd056 commit 1ca2483

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

src/Analyzers/shared/FeatureDetection/Microsoft.AspNetCore.Analyzers.FeatureDetection.Sources.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25+
<None Include="_._">
26+
<Pack>True</Pack>
27+
<PackagePath>lib\$(DefaultNetCoreTargetFramework)\_._</PackagePath>
28+
</None>
29+
2530
<Compile Include="$(MSBuildProjectDirectory)\**\*.cs" Exclude="$(DefaultExcludeItems)">
2631
<Pack>true</Pack>
2732
<PackagePath>$(ContentTargetFolders)\cs\netstandard1.0\shared\</PackagePath>

src/Analyzers/shared/FeatureDetection/_._

Whitespace-only changes.

src/Servers/IIS/AspNetCoreModuleV2/Symbols/Microsoft.AspNetCore.ANCMSymbols.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
</TargetsForTfmSpecificBuildOutput>
2222
</PropertyGroup>
2323

24+
<ItemGroup>
25+
<None Include="_._">
26+
<Pack>True</Pack>
27+
<PackagePath>lib\$(DefaultNetCoreTargetFramework)\_._</PackagePath>
28+
</None>
29+
</ItemGroup>
30+
2431
<ItemGroup Condition="'$(BuildIisNativeProjects)' == 'true' AND '$(VCTargetsPath)' != ''">
2532
<NativeProjectReference Include="$(MSBuildThisFileDirectory)..\..\AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj" Platform="$(NativeVCPlatform)" />
2633
<NativeProjectReference Include="$(MSBuildThisFileDirectory)..\..\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj" Platform="$(NativeVCPlatform)" />

0 commit comments

Comments
 (0)