File tree 1 file changed +13
-0
lines changed
src/Components/Components/src
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 20
20
<Reference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" />
21
21
</ItemGroup >
22
22
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
+
23
36
<ItemGroup >
24
37
<EmbeddedResource Include =" Properties\ILLink.Substitutions.xml" LogicalName =" ILLink.Substitutions.xml" />
25
38
</ItemGroup >
You can’t perform that action at this time.
0 commit comments