Switched to nuget version of mooncore

This commit is contained in:
Marcel Baumgartner
2024-07-04 11:24:44 +02:00
parent 90b8b00ef6
commit f54e5d8716
2 changed files with 3 additions and 6 deletions

View File

@@ -184,6 +184,7 @@
{
component.MinimumUnit = "MB";
component.DefaultUnit = "GB";
component.Converter = 1;
})
.WithValidation(x => x > 0 ? ValidationResult.Success : new("You need to provide a valid value"))
.WithSection("Resources")
@@ -194,6 +195,7 @@
{
component.MinimumUnit = "MB";
component.DefaultUnit = "GB";
component.Converter = 1;
})
.WithValidation(x => x > 0 ? ValidationResult.Success : new("You need to provide a valid value"))
.WithSection("Resources")

View File

@@ -94,16 +94,11 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<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="QRCoder" Version="1.4.3" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.2" />
<PackageReference Include="XtermBlazor" Version="1.10.2" />
<PackageReference Include="Z.Blazor.Diagrams" Version="3.0.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="MoonCore.Blazor">
<HintPath>..\..\..\Masu-Baumgartner\MoonCore\MoonCore\MoonCore.Blazor\bin\Debug\net8.0\MoonCore.Blazor.dll</HintPath>
</Reference>
</ItemGroup>
</Project>