Skip to content

Commit

Permalink
Bump xunit from 2.4.1 to 2.4.2
Browse files Browse the repository at this point in the history
Bumps [xunit](https://github.com/xunit/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)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kzu committed Aug 23, 2022
1 parent 4d7b861 commit d93949f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Xunit.Vsix.Tests/Xunit.Vsix.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="StrongNamer" Version="0.2.5" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" />
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" />
Expand Down
4 changes: 2 additions & 2 deletions src/Xunit.Vsix/Xunit.Vsix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<!--<PackageReference Include="Microsoft.VisualStudio.Shell.Interop" Version="7.10.6073" />-->
<PackageReference Include="ThisAssembly.Strings" Version="1.0.9" PrivateAssets="all" />
<PackageReference Include="Devlooped.Injector" Version="42.42.42-main.7" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.extensibility.execution" Version="2.4.2" />
<PackageReference Include="NuGet.Versioning" Version="6.2.1" PrivateAssets="all" />
<PackageReference Include="NuGetizer" Version="0.8.0" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit d93949f

Please sign in to comment.