Skip to content

Commit

Permalink
Identity dahil edilmesi ve default Admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
busraozdemir0 committed Aug 16, 2023
1 parent 45cb9ff commit 2031f89
Show file tree
Hide file tree
Showing 91 changed files with 6,666 additions and 3,246 deletions.
4 changes: 4 additions & 0 deletions Entities/Entities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" />
</ItemGroup>

</Project>
361 changes: 360 additions & 1 deletion Entities/bin/Debug/net6.0/Entities.deps.json

Large diffs are not rendered by default.

Binary file modified Entities/bin/Debug/net6.0/Entities.dll
Binary file not shown.
Binary file modified Entities/bin/Debug/net6.0/Entities.pdb
Binary file not shown.
Binary file modified Entities/obj/Debug/net6.0/Entities.assets.cache
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4737eb9c983a4328dbd9a9c19bd0f30a8665c339
368dc8c6ef56782f741e36df21abc16faf587ac1
Binary file modified Entities/obj/Debug/net6.0/Entities.dll
Binary file not shown.
Binary file modified Entities/obj/Debug/net6.0/Entities.pdb
Binary file not shown.
6 changes: 6 additions & 0 deletions Entities/obj/Entities.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"dependencies": {
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": {
"target": "Package",
"version": "[6.0.0, )"
}
},
"imports": [
"net461",
"net462",
Expand Down
Loading

0 comments on commit 2031f89

Please sign in to comment.