mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Update React Music Store to RC2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using Microsoft.AspNet.Identity.EntityFramework;
|
||||
using Microsoft.Data.Entity;
|
||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace MusicStore.Models
|
||||
{
|
||||
@@ -7,7 +7,7 @@ namespace MusicStore.Models
|
||||
|
||||
public class MusicStoreContext : IdentityDbContext<ApplicationUser>
|
||||
{
|
||||
public MusicStoreContext()
|
||||
public MusicStoreContext(DbContextOptions options) : base(options)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user