We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ffb2d commit e233890Copy full SHA for e233890
src/Components/Components/src/Microsoft.AspNetCore.Components.csproj
@@ -23,6 +23,14 @@
23
<Reference Include="System.Buffers" />
24
</ItemGroup>
25
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
+
34
<Target Name="_GetNuspecDependencyPackageVersions">
35
<MSBuild Targets="_GetPackageVersionInfo"
36
BuildInParallel="$(BuildInParallel)"
0 commit comments