AuthorBuddy/AuthorBuddy.Web.csproj

20 lines
558 B
XML
Raw Normal View History

2026-05-16 16:13:35 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2026-05-14 12:31:35 +02:00
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
</PropertyGroup>
<ItemGroup>
2026-05-17 07:27:18 +02:00
<PackageReference Include="DiffPlex" Version="1.9.0" />
2026-05-20 06:12:54 +02:00
<PackageReference Include="LiteDB" Version="5.0.21" />
2026-05-14 12:31:35 +02:00
</ItemGroup>
2026-05-25 06:38:16 +02:00
<ItemGroup>
<Content Update="Resources\**" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
2026-05-14 12:31:35 +02:00
</Project>