Skip to content

Commit 5f3d151

Browse files
committed
Updated EF Core
1 parent b6b2a32 commit 5f3d151

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

code/complete/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "coreclr",
1010
"request": "launch",
1111
"preLaunchTask": "build",
12-
"program": "${workspaceFolder}/GraphQL/bin/Debug/netcoreapp5.0/GraphQL.dll",
12+
"program": "${workspaceFolder}/GraphQL/bin/Debug/net6.0/GraphQL.dll",
1313
"args": [],
1414
"cwd": "${workspaceFolder}/GraphQL",
1515
"stopAtEntry": false,

code/complete/GraphQL/GraphQL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<PackageReference Include="HotChocolate.AspNetCore" Version="12.0.0-preview.33" />
1616
<PackageReference Include="HotChocolate.Data" Version="12.0.0-preview.33" />
1717
<PackageReference Include="HotChocolate.PersistedQueries.FileSystem" Version="12.0.0-preview.33" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.0" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.0">
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-preview.7.21378.4" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-preview.7.21378.4">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

0 commit comments

Comments
 (0)