AuthorBuddy/AuthorBuddy.Web.csproj

22 lines
634 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>
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.8" />
</ItemGroup>
<ItemGroup>
<None Update="vec0.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>