File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
src/Components/Components/src Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments