Skip to content

Commit

Permalink
fix net9 xunit runner (#2844)
Browse files Browse the repository at this point in the history
* fix net9 xunit runner

* PR feedback

Co-authored-by: msbw2 <[email protected]>

---------

Co-authored-by: msbw2 <[email protected]>
  • Loading branch information
jennyf19 and msbw2 authored Sep 24, 2024
1 parent beac113 commit 1f2883c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/dependenciesTest.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
<XunitRunnerVisualStudioVersion>2.8.2</XunitRunnerVisualStudioVersion>
<XunitVersion>2.9.0</XunitVersion>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))">
<XunitRunnerVisualStudioVersion>3.0.0-pre.35</XunitRunnerVisualStudioVersion>
</PropertyGroup>
</Project>

0 comments on commit 1f2883c

Please sign in to comment.