Skip to content

Commit 1a18279

Browse files
committed
Undo components changes
1 parent f14648f commit 1a18279

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Components/Components/src/Microsoft.AspNetCore.Components.csproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@
2020
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
2121
</ItemGroup>
2222

23+
<!--
24+
These references exist only in the .nuspec files and baseline checks are not aware of them. Keep suppressions
25+
in sync with the two .nuspec files:
26+
- Anytime a reference is added to this project file, remove its suppression.
27+
- Remove InNuspecFile attributes of references removed from the .nuspec files. Make suppression conditional on
28+
Major.Minor during previews. After RTM (and baseline updates), remove suppressions entirely.
29+
-->
30+
<ItemGroup>
31+
<SuppressBaselineReference Include="Microsoft.AspNetCore.Components.Analyzers" InNuspecFile="true" />
32+
<SuppressBaselineReference Include="Microsoft.AspNetCore.Authorization" InNuspecFile="true" />
33+
<SuppressBaselineReference Include="Microsoft.JSInterop" Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' " />
34+
</ItemGroup>
35+
2336
<ItemGroup>
2437
<EmbeddedResource Include="Properties\ILLink.Substitutions.xml" LogicalName="ILLink.Substitutions.xml" />
2538
</ItemGroup>

0 commit comments

Comments
 (0)