Skip to content

Commit e233890

Browse files
committed
Suppress errors for removed references in Components.csproj
1 parent 73ffb2d commit e233890

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
<Reference Include="System.Buffers" />
2424
</ItemGroup>
2525

26+
<!-- These references were removed in 3.0 -->
27+
<ItemGroup>
28+
<SuppressBaselineReference Include="Microsoft.AspNetCore.Components.Analyzers" />
29+
<SuppressBaselineReference Include="Microsoft.AspNetCore.Authorization" />
30+
<SuppressBaselineReference Include="Microsoft.JSInterop" />
31+
<SuppressBaselineReference Include="System.ComponentModel.Annotations" />
32+
</ItemGroup>
33+
2634
<Target Name="_GetNuspecDependencyPackageVersions">
2735
<MSBuild Targets="_GetPackageVersionInfo"
2836
BuildInParallel="$(BuildInParallel)"

0 commit comments

Comments
 (0)