Added NSwag to the Project

This commit is contained in:
Niggl1999 2020-06-04 09:06:18 +02:00
parent f87585c224
commit 0dd5e69e6c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.3" />
<PackageReference Include="NSwag.AspNetCore" Version="13.6.0" />
</ItemGroup>