This commit is contained in:
Eugene ;) 2023-05-18 20:47:15 +02:00
parent 87c86d2a1c
commit 56c5396106
1 changed files with 5 additions and 7 deletions

View File

@ -2,16 +2,15 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<!--<Nullable>enable</Nullable>--> <Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="MailKit" Version="3.5.0" /> <PackageReference Include="MailKit" Version="4.0.0" />
<PackageReference Include="Markdig" Version="0.30.4" /> <PackageReference Include="Markdig" Version="0.31.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.3" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.5" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.3" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" /> <PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="MongoDB.Entities" Version="21.0.2" /> <PackageReference Include="MongoDB.Entities" Version="21.0.2" />
<PackageReference Include="NSign.Abstractions" Version="0.16.0" /> <PackageReference Include="NSign.Abstractions" Version="0.16.0" />
@ -36,7 +35,6 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\PrivaPub.ClientModels\PrivaPub.ClientModels.csproj" /> <ProjectReference Include="..\PrivaPub.ClientModels\PrivaPub.ClientModels.csproj" />
<ProjectReference Include="..\SocialPub.ClientModels\PrivaPub.ClientModels.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>