Skip to content

Commit b13b299

Browse files
authored
Remove warning suppressions for vulnerable packages (#349)
1 parent 981d684 commit b13b299

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/Microsoft.Build.Utilities.ProjectCreation/Microsoft.Build.Utilities.ProjectCreation.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
</PropertyGroup>
2828
<ItemGroup>
29-
<PackageReference Include="Microsoft.Build" ExcludeAssets="Runtime">
30-
<NoWarn Condition="'$(TargetFramework)' == 'net10.0'">NU1903</NoWarn>
31-
</PackageReference>
32-
<PackageReference Include="Microsoft.Build.Utilities.Core" ExcludeAssets="Runtime">
33-
<NoWarn Condition="'$(TargetFramework)' == 'net10.0'">NU1903</NoWarn>
34-
</PackageReference>
29+
<PackageReference Include="Microsoft.Build" ExcludeAssets="Runtime" />
30+
<PackageReference Include="Microsoft.Build.Utilities.Core" ExcludeAssets="Runtime" />
3531
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
3632
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="All" Condition="'$(OfficialBuild)' != 'true'" />
3733
<PackageReference Include="Microsoft.IO.Redist" Condition="'$(TargetFramework)' == 'net472'" />

0 commit comments

Comments
 (0)