ASP.NET Core Identity integration

This commit is contained in:
Dimitar Todorov
2022-03-28 17:35:40 +03:00
parent 52880aa71c
commit 436ecf41e6
11 changed files with 1233 additions and 125 deletions

View File

@@ -17,4 +17,8 @@
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\" />
</ItemGroup>
</Project>