We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaaa43 commit 58fa07dCopy full SHA for 58fa07d
samples/angular/MusicStore/Startup.cs
@@ -28,7 +28,7 @@ public void ConfigureServices(IServiceCollection services)
28
});
29
30
// Add EF services to the service container
31
- services.AddEntityFramework()
+ services
32
.AddEntityFrameworkSqlite()
33
.AddDbContext<MusicStoreContext>(options => {
34
options.UseSqlite("Data Source=music-db.sqlite");
samples/react/MusicStore/Startup.cs
@@ -30,7 +30,7 @@ public void ConfigureServices(IServiceCollection services)
35
36
0 commit comments