Skip to content

Commit 1dd3979

Browse files
authored
Remove unneeded references in Infrastructure.csproj (dotnet-architecture#509)
1 parent 9168f33 commit 1dd3979

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Infrastructure/Infrastructure.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
<PackageReference Include="Ardalis.EFCore.Extensions" Version="1.1.0" />
1010
<PackageReference Include="Ardalis.Specification" Version="4.1.0" />
1111
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="4.1.0" />
12-
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0" />
1312
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.0" />
1413
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.0" PrivateAssets="All" />
1614
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.8.0" />
1715
</ItemGroup>
1816
<ItemGroup>
@@ -21,4 +19,4 @@
2119
<ItemGroup>
2220
<Folder Include="Data\Migrations\" />
2321
</ItemGroup>
24-
</Project>
22+
</Project>

0 commit comments

Comments
 (0)