File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
"type" : " coreclr" ,
10
10
"request" : " launch" ,
11
11
"preLaunchTask" : " build" ,
12
- "program" : " ${workspaceFolder}/GraphQL/bin/Debug/netcoreapp5 .0/GraphQL.dll" ,
12
+ "program" : " ${workspaceFolder}/GraphQL/bin/Debug/net6 .0/GraphQL.dll" ,
13
13
"args" : [],
14
14
"cwd" : " ${workspaceFolder}/GraphQL" ,
15
15
"stopAtEntry" : false ,
Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" HotChocolate.AspNetCore" Version =" 12.0.0-preview.33" />
16
16
<PackageReference Include =" HotChocolate.Data" Version =" 12.0.0-preview.33" />
17
17
<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 " >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
</PackageReference >
You can’t perform that action at this time.
0 commit comments