Skip to content

Commit

Permalink
Fix properties for test projects (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Apr 25, 2024
1 parent efedad6 commit 4d13317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<!-- Properties for test projects -->
<Choose>
<When Condition="!$(MSBuildProjectName.EndsWith('.Tests'))">
<When Condition="$(MSBuildProjectName.EndsWith('.Tests'))">
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
Expand Down

0 comments on commit 4d13317

Please sign in to comment.