Skip to content

Commit fd32926

Browse files
Bump the all group across 1 directory with 5 updates
Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds) | `1.2.4` | `1.2.25` | | [Verlite.MsBuild](https://github.com/AshleighAdams/Verlite) | `2.5.0` | `2.6.0` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.0` | `6.12.2` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` | `17.13.0` | | [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.3` | Updates `DotNet.ReproducibleBuilds` from 1.2.4 to 1.2.25 - [Release notes](https://github.com/dotnet/reproducible-builds/releases) - [Commits](dotnet/reproducible-builds@v1.2.4...v1.2.25) Updates `Verlite.MsBuild` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/AshleighAdams/Verlite/releases) - [Commits](AshleighAdams/Verlite@v2.5.0...v2.6.0) Updates `FluentAssertions` from 6.12.0 to 6.12.2 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.12.0...6.12.2) Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.13.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.10.0...v17.13.0) Updates `xunit` from 2.9.0 to 2.9.3 - [Commits](xunit/xunit@v2-2.9.0...v2-2.9.3) --- updated-dependencies: - dependency-name: DotNet.ReproducibleBuilds dependency-version: 1.2.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Verlite.MsBuild dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: FluentAssertions dependency-version: 6.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a89ede9 commit fd32926

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
<VerliteMinimumVersion>0.4.0</VerliteMinimumVersion>
5252
</PropertyGroup>
5353
<ItemGroup>
54-
<PackageReference Include="Verlite.MsBuild" Version="2.5.0" PrivateAssets="All" />
54+
<PackageReference Include="Verlite.MsBuild" Version="2.6.0" PrivateAssets="All" />
5555
</ItemGroup>
5656

5757
<!-- Reproducible builds -->
5858
<ItemGroup>
59-
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.4" PrivateAssets="All" />
59+
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25" PrivateAssets="All" />
6060
</ItemGroup>
6161

6262
<!-- Code analyizers: https://github.com/dotnet/roslyn-analyzers -->

tests/UnitTests/UnitTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<PackageReference Include="coverlet.msbuild" Version="6.0.2" PrivateAssets="all">
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="FluentAssertions" Version="6.12.0" />
28+
<PackageReference Include="FluentAssertions" Version="6.12.2" />
2929
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" PrivateAssets="all">
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
32-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
33-
<PackageReference Include="xunit" Version="2.9.0" />
32+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
33+
<PackageReference Include="xunit" Version="2.9.3" />
3434
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)