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 aa57a84 commit 0518cb5Copy full SHA for 0518cb5
src/Components/Blazor/Blazor/src/Microsoft.AspNetCore.Blazor.csproj
@@ -10,6 +10,12 @@
10
<Reference Include="Mono.WebAssembly.Interop" />
11
<Reference Include="Microsoft.AspNetCore.Components.Web" />
12
<Reference Include="Microsoft.Extensions.Options" />
13
+
14
+ <!--
15
+ Supress a "BUILD001: Reference to 'Microsoft.Extensions.Configuration' was removed since the last stable release
16
+ of this package." warning.
17
+ -->
18
+ <SuppressBaselineReference Include="Microsoft.Extensions.Configuration" />
19
</ItemGroup>
20
21
<ItemGroup>
0 commit comments