Removed redundant Identity dependencies, may be added later

This commit is contained in:
michael-bailey 2025-03-17 14:03:08 +00:00
parent c53fd9de3b
commit 91ee129a1a
3 changed files with 1 additions and 7 deletions

View File

@ -1,3 +0,0 @@
@{
Layout = "/Views/Shared/_Layout.cshtml";
}

View File

@ -1,5 +1,4 @@
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
namespace FileStorageService.www.Data;

View File

@ -13,8 +13,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0"/>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0"/>
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0"/>
</ItemGroup>