This commit is contained in:
2026-05-29 11:30:43 +02:00
parent d51c378fe6
commit 6d3beae249
66 changed files with 60408 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MudBlazor" Version="9.5.0" />
<PackageReference Include="RavenDB.Client" Version="7.2.2" />
</ItemGroup>
</Project>