mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add .NET 8 templated projects.
This commit is contained in:
7
Aaru.Server.New/Data/ApplicationDbContext.cs
Normal file
7
Aaru.Server.New/Data/ApplicationDbContext.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Aaru.Server.New.Data;
|
||||
|
||||
public class ApplicationDbContext
|
||||
(DbContextOptions<ApplicationDbContext> options) : IdentityDbContext<ApplicationUser>(options) {}
|
||||
Reference in New Issue
Block a user