Skip to content

Commit

Permalink
Add VS Runner to xunit dependabot group
Browse files Browse the repository at this point in the history
[skip-release]
  • Loading branch information
gabrielweyer committed Nov 25, 2023
1 parent 50a4ef4 commit 388ac0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ updates:
patterns:
- xunit
- xunit.analyzers
- xunit.runner.visualstudio
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<PackageVersion Include="GitHubActionsTestLogger" Version="2.3.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="xunit" Version="2.6.2" />
<PackageVersion Include="xunit.analyzers" Version="1.6.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.4" />
<GlobalPackageReference Include="AsyncFixer" Version="1.6.0" />
<GlobalPackageReference Include="Meziantou.Analyzer" Version="2.0.112" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.8.14" />
<PackageVersion Include="xunit.analyzers" Version="1.6.0" />
</ItemGroup>
</Project>

0 comments on commit 388ac0f

Please sign in to comment.