File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"dotnet-ef" : {
6
- "version" : " 5 .0.0 " ,
6
+ "version" : " 6 .0.2 " ,
7
7
"commands" : [
8
8
" dotnet-ef"
9
9
]
10
10
}
11
11
}
12
- }
12
+ }
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5.0" />
15
15
<PackageReference Include =" xunit" Version =" 2.4.1" />
16
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
16
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
17
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
+ <PrivateAssets >all</PrivateAssets >
19
+ </PackageReference >
17
20
<PackageReference Include =" coverlet.collector" Version =" 1.2.0" />
18
21
<PackageReference Include =" Snapshooter.Xunit" Version =" 0.5.5" />
19
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1.6 " />
22
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 6.0.2 " />
20
23
</ItemGroup >
21
24
22
25
</Project >
Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" HotChocolate.AspNetCore" Version =" 12.5 .0-preview.7 " />
16
- <PackageReference Include =" HotChocolate.Data.EntityFramework" Version =" 12.5 .0-preview.7 " />
17
- <PackageReference Include =" HotChocolate.PersistedQueries.FileSystem" Version =" 12.5 .0-preview.7 " />
18
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.0 " />
19
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.0 " >
15
+ <PackageReference Include =" HotChocolate.AspNetCore" Version =" 12.7 .0-preview.40 " />
16
+ <PackageReference Include =" HotChocolate.Data.EntityFramework" Version =" 12.7 .0-preview.40 " />
17
+ <PackageReference Include =" HotChocolate.PersistedQueries.FileSystem" Version =" 12.7 .0-preview.40 " />
18
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.2 " />
19
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6.0.2 " >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
</PackageReference >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 6.0.100 "
3
+ "version" : " 6.0.200 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 5 .0.100-rc.1.20452.10 "
3
+ "version" : " 6 .0.200 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments