mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2025-12-18 19:45:12 +00:00
Fixed typo
This commit is contained in:
@@ -92,7 +92,6 @@ namespace BasicSample
|
|||||||
dbConnection.Open();
|
dbConnection.Open();
|
||||||
|
|
||||||
using var serviceProvider = new ServiceCollection()
|
using var serviceProvider = new ServiceCollection()
|
||||||
.AddEntityFrameworkSqlServer()
|
|
||||||
.AddDbContext<ApplicationDbContext>((provider, options) => {
|
.AddDbContext<ApplicationDbContext>((provider, options) => {
|
||||||
options
|
options
|
||||||
.UseSqlite(dbConnection)
|
.UseSqlite(dbConnection)
|
||||||
|
|||||||
Reference in New Issue
Block a user