Skip to content

Commit

Permalink
UseMicrosoftTestingPlatformRunner!
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Dec 19, 2024
1 parent c675fec commit 9a84dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<PropertyGroup>
<TargetFrameworks>net9.0</TargetFrameworks>
<TargetFrameworks Condition="'$(Configuration)' == 'Release'">net6.0;net7.0;net8.0;$(TargetFrameworks)</TargetFrameworks>

<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
</PropertyGroup>

<ItemGroup Condition="$(ProjectName.EndsWith('Tests'))">
Expand Down

0 comments on commit 9a84dcb

Please sign in to comment.