33 lines
1.4 KiB
XML
33 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.13" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.13">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.13" />
|
|
<PackageReference Include="Radzen.Blazor" Version="4.4.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Data\Migrations" />
|
|
<Folder Include="wwwroot\img\dynamic\comment\art" />
|
|
<Folder Include="wwwroot\img\dynamic\comment\m" />
|
|
<Folder Include="wwwroot\img\dynamic\comment\tec" />
|
|
<Folder Include="wwwroot\img\dynamic\comment\vg" />
|
|
<Folder Include="wwwroot\img\dynamic\op\art" />
|
|
<Folder Include="wwwroot\img\dynamic\op\m" />
|
|
<Folder Include="wwwroot\img\dynamic\op\tec" />
|
|
<Folder Include="wwwroot\img\dynamic\op\vg" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|