Add .NET 8 templated projects.

This commit is contained in:
2024-05-02 07:43:47 +01:00
parent ad76c620c2
commit e306bf272c
77 changed files with 4291 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
using Microsoft.AspNetCore.Identity;
namespace Aaru.Server.New.Data;
// Add profile data for application users by adding properties to the ApplicationUser class
public class ApplicationUser : IdentityUser {}