Skip to content

Commit

Permalink
Bump xunit.runner.visualstudio from 2.4.5 to 2.8.2 (#45)
Browse files Browse the repository at this point in the history
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.5 to 2.8.2.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.4.5...2.8.2)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent f8a90db commit d9986b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IntegrationTest/IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Testcontainers" Version="3.10.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -24,8 +24,8 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\sojj\sojj.csproj" />
<ItemGroup>
<ProjectReference Include="..\sojj\sojj.csproj" />
</ItemGroup>

</Project>

0 comments on commit d9986b3

Please sign in to comment.