migration applied

This commit is contained in:
Paul Schneider 2023-03-26 20:41:42 +01:00
commit 53bca59c18
41 changed files with 13882 additions and 913 deletions

View file

@ -7,7 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0-preview.1" />
<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" />
@ -17,6 +18,7 @@
<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>