2.0.0
Release Docker Image / build-and-push (release) Failing after 5s
Release NuGet Packages / pack-and-push (release) Successful in 46s

This commit is contained in:
2026-05-20 16:36:00 +03:30
parent e7879558df
commit efeebd85da
35 changed files with 372 additions and 144 deletions
@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
<StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.7" />
</ItemGroup>
</Project>