Skip to content

Commit

Permalink
Merge pull request #113 from dpvreony/renovate/xunit.runner.visualstu…
Browse files Browse the repository at this point in the history
…dio-2.x

Update dependency xunit.runner.visualstudio to v2.5.0
  • Loading branch information
dpvreony committed Jul 10, 2023
2 parents 6cee41f + b629a83 commit e96b162
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 @@ -31,7 +31,7 @@
<ItemGroup Condition="$(IsTestProject)">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
<!--<PackageReference Include="PublicApiGenerator" Version="8.1.0" />-->
</ItemGroup>
Expand Down

0 comments on commit e96b162

Please sign in to comment.