fix build
a56408f6
Simon Liebers
committed
succeeded
2 changed files
QuickInfo.razor
/WPE.App.Shared.BaseComponents/Pages/Module/Information/QuickInfo.razor-1+1
/WPE.App.Shared.BaseComponents/Pages/Module/Information/QuickInfo.razor
Add comment 1 Minus  @using Infsoft.WPE.App.Shared.BaseComponents.Buiness.QuickInfo;
Add comment 1 Plus  @using Infsoft.WPE.App.Shared.BaseComponents.Business.QuickInfo;
Add comment 2
Add comment 3 @inject QuickInfoProvider QuickInfoProvider
Add comment 4
WPE.App.Shared.BaseComponents.csproj
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj-1+1
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj
Add comment 15 <PackageIcon>icon.png</PackageIcon>
Add comment 16 <PackageReadmeFile>ReadMe.md</PackageReadmeFile>
Add comment 17 <PackageTags>WPE;Workplace Experience;Blazor;MAUI;infsoft</PackageTags>
Add comment 18 Minus   <Version>0.0.36</Version>
Add comment 18 Plus   <Version>0.0.37</Version>
Add comment 19 <WarningsAsErrors>RZ10012</WarningsAsErrors>
Add comment 20 </PropertyGroup>
Add comment 21