Skip to content

Commit

Permalink
Merge pull request #34 from ChrisPulman/dependabot/nuget/xunit.runner…
Browse files Browse the repository at this point in the history
….visualstudio-2.5.0
  • Loading branch information
ChrisPulman authored Aug 7, 2023
2 parents 5135d23 + 1104182 commit b7a01b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
<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">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit b7a01b1

Please sign in to comment.