Skip to content

Commit 543aeb0

Browse files
dependabot[bot]kzu
authored andcommitted
Bump the tests group with 4 updates
Bumps the tests group with 4 updates: [xunit](https://github.com/xunit/xunit), [xunit.runner.console](https://github.com/xunit/xunit), [xunit.runner.msbuild](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.4.2 to 2.5.0 - [Commits](xunit/xunit@2.4.2...2.5.0) Updates `xunit.runner.console` from 2.4.2 to 2.5.0 - [Commits](xunit/xunit@2.4.2...2.5.0) Updates `xunit.runner.msbuild` from 2.4.2 to 2.5.0 - [Commits](xunit/xunit@2.4.2...2.5.0) Updates `xunit.runner.visualstudio` from 2.4.5 to 2.5.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@v2.4.5...2.5.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: xunit.runner.console dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: xunit.runner.msbuild dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0fceec commit 543aeb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/NuGetizer.Tests/NuGetizer.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<PackageReference Include="NuGet.ProjectManagement" Version="4.2.0" />
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
2525
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.5.0" />
26-
<PackageReference Include="xunit" Version="2.4.2" />
27-
<PackageReference Include="xunit.runner.console" Version="2.4.2" />
28-
<PackageReference Include="xunit.runner.msbuild" Version="2.4.2" />
29-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />
26+
<PackageReference Include="xunit" Version="2.5.0" />
27+
<PackageReference Include="xunit.runner.console" Version="2.5.0" />
28+
<PackageReference Include="xunit.runner.msbuild" Version="2.5.0" />
29+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" PrivateAssets="all" />
3030
<PackageReference Include="ThisAssembly.Project" Version="1.3.0" PrivateAssets="all" />
3131
<PackageReference Include="ThisAssembly.Strings" Version="1.3.0" PrivateAssets="all" />
3232
</ItemGroup>

0 commit comments

Comments
 (0)