|
|
@ -12,6 +12,8 @@
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" />
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" />
|
|
|
|
|
|
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
|
|
|
|
|
|
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.0" />
|
|
|
|
<PackageReference Include="NSwag.Core" Version="14.3.0" />
|
|
|
|
<PackageReference Include="NSwag.Core" Version="14.3.0" />
|
|
|
|
<PackageReference Include="NSwag.Core.Yaml" Version="14.3.0" />
|
|
|
|
<PackageReference Include="NSwag.Core.Yaml" Version="14.3.0" />
|
|
|
|
<PackageReference Include="NSwag.Generation.AspNetCore" Version="14.3.0" />
|
|
|
|
<PackageReference Include="NSwag.Generation.AspNetCore" Version="14.3.0" />
|
|
|
@ -22,8 +24,4 @@
|
|
|
|
<ProjectReference Include="..\Entity\Entity.csproj" />
|
|
|
|
<ProjectReference Include="..\Entity\Entity.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<Folder Include="Migrations\" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
</Project>
|
|
|
|