Skip to content

Commit 3715f0c

Browse files
Bump the all group across 1 directory with 7 updates
Bumps the all group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.2` | | [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.2` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.11.0` | `6.12.0` | | [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) | `2.3.2` | `2.4.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.6.3` | `17.10.0` | | [xunit](https://github.com/xunit/xunit) | `2.5.0` | `2.9.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.0` | `2.8.2` | Updates `coverlet.collector` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.2) Updates `coverlet.msbuild` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.2) Updates `FluentAssertions` from 6.11.0 to 6.12.0 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.11.0...6.12.0) Updates `GitHubActionsTestLogger` from 2.3.2 to 2.4.1 - [Release notes](https://github.com/Tyrrrz/GitHubActionsTestLogger/releases) - [Commits](Tyrrrz/GitHubActionsTestLogger@2.3.2...2.4.1) Updates `Microsoft.NET.Test.Sdk` from 17.6.3 to 17.10.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.6.3...v17.10.0) Updates `xunit` from 2.5.0 to 2.9.0 - [Commits](xunit/xunit@2.5.0...2.9.0) Updates `xunit.runner.visualstudio` from 2.5.0 to 2.8.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.0...2.8.2) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: GitHubActionsTestLogger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20c7104 commit 3715f0c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/UnitTests/UnitTests.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
26+
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
30-
<PackageReference Include="FluentAssertions" Version="6.11.0" />
31-
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.2" />
32-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
33-
<PackageReference Include="xunit" Version="2.5.0" />
34-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
30+
<PackageReference Include="FluentAssertions" Version="6.12.0" />
31+
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
32+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
33+
<PackageReference Include="xunit" Version="2.9.0" />
34+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
38-
<PackageReference Include="coverlet.collector" Version="6.0.0">
38+
<PackageReference Include="coverlet.collector" Version="6.0.2">
3939
<PrivateAssets>all</PrivateAssets>
4040
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4141
</PackageReference>

0 commit comments

Comments
 (0)