Skip to content

Commit 3f1f056

Browse files
committed
Update test dependencies and simplify MSBuild property conditions
1 parent 0b69248 commit 3f1f056

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
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

@@ -27,7 +27,7 @@
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>

0 commit comments

Comments
 (0)