diff options
Diffstat (limited to 'BlobBin/BlobBin.csproj')
| -rw-r--r-- | BlobBin/BlobBin.csproj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/BlobBin/BlobBin.csproj b/BlobBin/BlobBin.csproj index cd8d47d..263a517 100644 --- a/BlobBin/BlobBin.csproj +++ b/BlobBin/BlobBin.csproj @@ -8,8 +8,12 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.0" /> - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" /> + <PackageReference Include="IOL.Helpers" Version="3.1.0" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.2"> + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> + <PrivateAssets>all</PrivateAssets> + </PackageReference> + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.2" /> </ItemGroup> <ItemGroup> |
