AuthorBuddy/AuthorBuddy.Web.csproj

27 lines
948 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-14 12:31:35 +02:00
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.5" />
2026-05-17 07:27:18 +02:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.8">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
2026-05-14 12:31:35 +02:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.8" />
</ItemGroup>
<ItemGroup>
<None Update="vec0.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>