Suppress errors for removed references in Components.csproj
This commit is contained in:
parent
73ffb2d975
commit
e233890a25
|
|
@ -23,6 +23,14 @@
|
|||
<Reference Include="System.Buffers" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- These references were removed in 3.0 -->
|
||||
<ItemGroup>
|
||||
<SuppressBaselineReference Include="Microsoft.AspNetCore.Components.Analyzers" />
|
||||
<SuppressBaselineReference Include="Microsoft.AspNetCore.Authorization" />
|
||||
<SuppressBaselineReference Include="Microsoft.JSInterop" />
|
||||
<SuppressBaselineReference Include="System.ComponentModel.Annotations" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="_GetNuspecDependencyPackageVersions">
|
||||
<MSBuild Targets="_GetPackageVersionInfo"
|
||||
BuildInParallel="$(BuildInParallel)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue