File tree Expand file tree Collapse file tree
QueryKit.IntegrationTests
QueryKit.WebApiTestProject Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
1414 <PackageReference Include =" Ductus.FluentDocker" Version =" 2.10.59" />
1515 <PackageReference Include =" FluentAssertions" Version =" 6.10.0" />
1616 <PackageReference Include =" MediatR" Version =" 12.0.1" />
17- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.5 " />
18- <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 7 .0.5 " />
19- <PackageReference Include =" Moq " Version =" 4.18.4 " />
20- <PackageReference Include =" Testcontainers" Version =" 3.3 .0" />
21- <PackageReference Include =" Testcontainers.PostgreSql" Version =" 3.3 .0" />
17+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.0 " />
18+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 8 .0.0 " />
19+ <PackageReference Include =" CleanMoq " Version =" 1.0.0 " />
20+ <PackageReference Include =" Testcontainers" Version =" 3.6 .0" />
21+ <PackageReference Include =" Testcontainers.PostgreSql" Version =" 3.6 .0" />
2222 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
2323 <PackageReference Include =" xunit" Version =" 2.4.2" />
2424 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
1010 <PackageReference Include =" Ardalis.SmartEnum" Version =" 7.0.0" />
11- <PackageReference Include =" EFCore.NamingConventions" Version =" 7.0 .2" />
11+ <PackageReference Include =" EFCore.NamingConventions" Version =" 8.0.0-rc .2" />
1212 <PackageReference Include =" MediatR" Version =" 12.0.1" />
13- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 7 .0.5 " />
14- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 7 .0.3 " />
15- <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 7 .0.4 " />
16- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7 .0.5 " >
13+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8 .0.0 " />
14+ <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 8 .0.0-rc.2 " />
15+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 8 .0.0 " />
16+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8 .0.0 " >
1717 <PrivateAssets >all</PrivateAssets >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments