Skip to content

Commit 4ddf9f8

Browse files
committed
Fixed basicsample
1 parent 67fc48d commit 4ddf9f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/BasicSample/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ static void Main(string[] args)
9595
.AddDbContext<ApplicationDbContext>((provider, options) => {
9696
options
9797
.UseSqlite(dbConnection)
98-
.UseProjectables()
99-
.UseInternalServiceProvider(provider);
98+
.UseProjectables();
10099
})
101100
.BuildServiceProvider();
102101

0 commit comments

Comments
 (0)