mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
fix package name for bff.blazor.client (#1814)
This commit is contained in:
parent
172e57a9e9
commit
cb26b8d015
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue