Skip to content

Commit

Permalink
Bump XunitVersion from 2.4.1 to 2.4.2 (#212)
Browse files Browse the repository at this point in the history
Bumps `XunitVersion` from 2.4.1 to 2.4.2.

Updates `xunit` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/xunit/xunit/releases)
- [Commits](xunit/xunit@2.4.1...2.4.2)

Updates `xunit.runner.visualstudio` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/xunit/xunit/releases)
- [Commits](xunit/xunit@2.4.1...2.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2022
1 parent 866588e commit f24fe4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<!-- Needed by Redis to run -->
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
<PackageReference Include="Akka" Version="$(AkkaVersion)" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="JetBrains.dotMemoryUnit" Version="3.1.20200127.214830" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Other Changes**
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
<XunitVersion>2.4.2</XunitVersion>
<TestSdkVersion>17.2.0</TestSdkVersion>
<AkkaVersion>1.4.41</AkkaVersion>
<RedisVersion>2.2.88</RedisVersion>
Expand Down

0 comments on commit f24fe4b

Please sign in to comment.