Skip to content

Commit

Permalink
Merge pull request #140 from dpvreony/renovate/xunit-dotnet-monorepo
Browse files Browse the repository at this point in the history
Update xunit-dotnet monorepo
  • Loading branch information
dpvreony committed Feb 16, 2024
2 parents 471ab5e + e33d910 commit 1b33312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Directory.build.props
Expand Up @@ -30,8 +30,8 @@

<ItemGroup Condition="$(IsTestProject)">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" />
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
<!--<PackageReference Include="PublicApiGenerator" Version="8.1.0" />-->
</ItemGroup>
Expand Down
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Validation" Version="17.8.8" />
<PackageReference Include="xunit.extensibility.core" Version="2.6.6" />
<PackageReference Include="xunit.extensibility.core" Version="2.7.0" />
</ItemGroup>

</Project>

0 comments on commit 1b33312

Please sign in to comment.