Skip to content

Commit 0518cb5

Browse files
authored
Suppress a warning (#20390)
- Suppress a warning - Clarify a comment
1 parent aa57a84 commit 0518cb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<Reference Include="Mono.WebAssembly.Interop" />
1111
<Reference Include="Microsoft.AspNetCore.Components.Web" />
1212
<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" />
1319
</ItemGroup>
1420

1521
<ItemGroup>

0 commit comments

Comments
 (0)