File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 </ItemGroup >
1818
1919 <ItemGroup Condition =" '$(IsTestProject)' == 'true'" >
20- <PackageReference Include =" xunit.v3" Version =" 1.* " />
21- <PackageReference Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 17.* " />
20+ <PackageReference Include =" xunit.v3" Version =" 3.2.2 " />
21+ <PackageReference Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 17.14.2 " />
2222 <PackageReference Include =" MartinCostello.Logging.XUnit.v3" Version =" 0.7.1" />
2323 </ItemGroup >
2424
2727 <Using Include =" Deveel" />
2828 </ItemGroup >
2929
30- <PropertyGroup Condition =" '$(IsTestProject)' == 'true' and $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) " >
30+ <PropertyGroup Condition =" '$(IsTestProject)' == 'true'" >
3131 <OutputType >Exe</OutputType >
3232 <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
3333 <TestingPlatformCaptureOutput >false</TestingPlatformCaptureOutput >
You can’t perform that action at this time.
0 commit comments