|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.4" />
|
|
|
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.3" />
|
|
|
|
|
<PackageReference Include="Google.Apis.Compute.v1" Version="1.60.0.2987" />
|
|
|
|
|
<PackageReference Include="MarkdownDeep-av.NET" Version="1.5.27" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Razor" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="MailKit" Version="3.6.0" />
|
|
|
|
|
<PackageReference Include="MimeKit" Version="3.6.0" />
|
|
|
|
|
<PackageReference Include="pazof.rules" Version="1.1.3" />
|
|
|
|
|
<PackageReference Include="RazorEngine.NetCore" Version="3.1.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.4" />
|
|
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="../Yavsc.Server/Yavsc.Server.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|