File tree Expand file tree Collapse file tree
DockerComposeFixture.Tests 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 >net5.0</TargetFramework >
54
65 <IsPackable >false</IsPackable >
6+
7+ <TargetFramework >net8.0</TargetFramework >
78 </PropertyGroup >
89
910 <ItemGroup >
10- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4 " />
11- <PackageReference Include =" xunit" Version =" 2.4.1 " />
12- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3 " >
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.0 " />
12+ <PackageReference Include =" xunit" Version =" 2.9.0 " />
13+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
1314 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1415 <PrivateAssets >all</PrivateAssets >
1516 </PackageReference >
16- <PackageReference Include =" coverlet.collector" Version =" 3 .0.3 " >
17- <PrivateAssets >all</PrivateAssets >
18- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17+ <PackageReference Include =" coverlet.collector" Version =" 6 .0.2 " >
18+ <PrivateAssets >all</PrivateAssets >
19+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1920 </PackageReference >
20- <PackageReference Include =" Moq" Version =" 4.16.1 " />
21+ <PackageReference Include =" Moq" Version =" 4.20.70 " />
2122 </ItemGroup >
2223
2324 <ItemGroup >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public IntegrationTests(DockerFixture dockerFixture)
3030 dockerFixture . InitOnce ( ( ) => new DockerFixtureOptions
3131 {
3232 DockerComposeFiles = new [ ] { this . dockerComposeFile } ,
33- CustomUpTest = output => output . Any ( l => l . Contains ( "Server is listening" ) )
33+ CustomUpTest = output => output . Any ( l => l . Contains ( "server is listening" ) )
3434 } ) ;
3535 }
3636
You can’t perform that action at this time.
0 commit comments