Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 0ac601f

Browse files
committed
Aggiunti nuovi pacchetti Nuget
1 parent 495b87b commit 0ac601f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/NET6CustomLibrary/NET6CustomLibrary.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.15" />
2323
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.15" />
2424
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.5" />
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.5" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.5" />
2528
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.5" />
2629
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.5">
2730
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)