Switched to nuget version of mooncore
This commit is contained in:
@@ -184,6 +184,7 @@
|
|||||||
{
|
{
|
||||||
component.MinimumUnit = "MB";
|
component.MinimumUnit = "MB";
|
||||||
component.DefaultUnit = "GB";
|
component.DefaultUnit = "GB";
|
||||||
|
component.Converter = 1;
|
||||||
})
|
})
|
||||||
.WithValidation(x => x > 0 ? ValidationResult.Success : new("You need to provide a valid value"))
|
.WithValidation(x => x > 0 ? ValidationResult.Success : new("You need to provide a valid value"))
|
||||||
.WithSection("Resources")
|
.WithSection("Resources")
|
||||||
@@ -194,6 +195,7 @@
|
|||||||
{
|
{
|
||||||
component.MinimumUnit = "MB";
|
component.MinimumUnit = "MB";
|
||||||
component.DefaultUnit = "GB";
|
component.DefaultUnit = "GB";
|
||||||
|
component.Converter = 1;
|
||||||
})
|
})
|
||||||
.WithValidation(x => x > 0 ? ValidationResult.Success : new("You need to provide a valid value"))
|
.WithValidation(x => x > 0 ? ValidationResult.Success : new("You need to provide a valid value"))
|
||||||
.WithSection("Resources")
|
.WithSection("Resources")
|
||||||
|
|||||||
@@ -94,16 +94,11 @@
|
|||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="MoonCore" Version="1.4.1" />
|
<PackageReference Include="MoonCore" Version="1.4.1" />
|
||||||
|
<PackageReference Include="MoonCore.Blazor" Version="1.1.7" />
|
||||||
<PackageReference Include="Otp.NET" Version="1.3.0" />
|
<PackageReference Include="Otp.NET" Version="1.3.0" />
|
||||||
<PackageReference Include="QRCoder" Version="1.4.3" />
|
<PackageReference Include="QRCoder" Version="1.4.3" />
|
||||||
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.2" />
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.2" />
|
||||||
<PackageReference Include="XtermBlazor" Version="1.10.2" />
|
<PackageReference Include="XtermBlazor" Version="1.10.2" />
|
||||||
<PackageReference Include="Z.Blazor.Diagrams" Version="3.0.2" />
|
<PackageReference Include="Z.Blazor.Diagrams" Version="3.0.2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Reference Include="MoonCore.Blazor">
|
|
||||||
<HintPath>..\..\..\Masu-Baumgartner\MoonCore\MoonCore\MoonCore.Blazor\bin\Debug\net8.0\MoonCore.Blazor.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user