fix package name for bff.blazor.client (#1814)

This commit is contained in:
Erwin van der Valk 2025-02-27 13:13:10 +01:00 committed by GitHub
parent 172e57a9e9
commit cb26b8d015
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyName>Duende.BFF.Client</AssemblyName>
<AssemblyName>Duende.BFF.Blazor.Client</AssemblyName>
</PropertyGroup>
<ItemGroup>