Skip to content

Commit 4f9ef6d

Browse files
Bump the testing group with 5 updates
Bumps the testing group with 5 updates: | Package | From | To | | --- | --- | --- | | [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) | `7.4.0` | `8.0.0` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.7.1` | `17.8.0` | | [Verify.Xunit](https://github.com/VerifyTests/Verify) | `20.8.2` | `22.5.0` | | [xunit](https://github.com/xunit/xunit) | `2.5.0` | `2.6.2` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.0` | `2.5.4` | Updates `FakeItEasy` from 7.4.0 to 8.0.0 - [Release notes](https://github.com/FakeItEasy/FakeItEasy/releases) - [Commits](FakeItEasy/FakeItEasy@7.4.0...8.0.0) Updates `Microsoft.NET.Test.Sdk` from 17.7.1 to 17.8.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.7.1...v17.8.0) Updates `Verify.Xunit` from 20.8.2 to 22.5.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/commits) Updates `xunit` from 2.5.0 to 2.6.2 - [Commits](xunit/xunit@2.5.0...2.6.2) Updates `xunit.runner.visualstudio` from 2.5.0 to 2.5.4 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.0...2.5.4) --- updated-dependencies: - dependency-name: FakeItEasy dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Verify.Xunit dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b8f1b2 commit 4f9ef6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="FakeItEasy" Version="7.4.0" />
14+
<PackageReference Include="FakeItEasy" Version="8.0.0" />
1515
<PackageReference Include="FakeItEasy.Analyzer.CSharp" Version="6.1.1">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -20,11 +20,11 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
2424
<PackageReference Include="Shouldly" Version="4.2.1" />
25-
<PackageReference Include="Verify.Xunit" Version="20.8.2" />
26-
<PackageReference Include="xunit" Version="2.5.0" />
27-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
25+
<PackageReference Include="Verify.Xunit" Version="22.5.0" />
26+
<PackageReference Include="xunit" Version="2.6.2" />
27+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
<PrivateAssets>all</PrivateAssets>
3030
</PackageReference>

0 commit comments

Comments
 (0)