From 38df3de94b8ed90c7bf9e06a51f306c5c5a2bbef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:48:17 +0000 Subject: [PATCH] build(deps): 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` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.0` | `6.12.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.0` | `17.11.1` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.5.2` | `3.6.0` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.5.2` | `3.6.0` | Updates `DotNet.ReproducibleBuilds` from 1.2.4 to 1.2.25 - [Release notes](https://github.com/dotnet/reproducible-builds/releases) - [Commits](https://github.com/dotnet/reproducible-builds/compare/v1.2.4...v1.2.25) Updates `FluentAssertions` from 6.12.0 to 6.12.1 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1) Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1) Updates `MSTest.TestAdapter` from 3.5.2 to 3.6.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.5.2...v3.6.0) Updates `MSTest.TestFramework` from 3.5.2 to 3.6.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.5.2...v3.6.0) --- updated-dependencies: - dependency-name: DotNet.ReproducibleBuilds 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-patch dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- src/libs/Directory.Build.props | 2 +- .../H.Firewall.IntegrationTests.csproj | 8 ++++---- .../H.IpHlpApi.IntegrationTests.csproj | 8 ++++---- .../H.OpenVpn.IntegrationTests.csproj | 8 ++++---- .../H.Wfp.IntegrationTests/H.Wfp.IntegrationTests.csproj | 8 ++++---- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index 92cdf0a..dc5a9ce 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -31,7 +31,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/tests/H.Firewall.IntegrationTests/H.Firewall.IntegrationTests.csproj b/src/tests/H.Firewall.IntegrationTests/H.Firewall.IntegrationTests.csproj index 5a80da0..84c7a2b 100644 --- a/src/tests/H.Firewall.IntegrationTests/H.Firewall.IntegrationTests.csproj +++ b/src/tests/H.Firewall.IntegrationTests/H.Firewall.IntegrationTests.csproj @@ -13,10 +13,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + diff --git a/src/tests/H.IpHlpApi.IntegrationTests/H.IpHlpApi.IntegrationTests.csproj b/src/tests/H.IpHlpApi.IntegrationTests/H.IpHlpApi.IntegrationTests.csproj index 5d0212a..6bac449 100644 --- a/src/tests/H.IpHlpApi.IntegrationTests/H.IpHlpApi.IntegrationTests.csproj +++ b/src/tests/H.IpHlpApi.IntegrationTests/H.IpHlpApi.IntegrationTests.csproj @@ -13,10 +13,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + diff --git a/src/tests/H.OpenVpn.IntegrationTests/H.OpenVpn.IntegrationTests.csproj b/src/tests/H.OpenVpn.IntegrationTests/H.OpenVpn.IntegrationTests.csproj index 06882ad..aec1294 100644 --- a/src/tests/H.OpenVpn.IntegrationTests/H.OpenVpn.IntegrationTests.csproj +++ b/src/tests/H.OpenVpn.IntegrationTests/H.OpenVpn.IntegrationTests.csproj @@ -13,10 +13,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + diff --git a/src/tests/H.Wfp.IntegrationTests/H.Wfp.IntegrationTests.csproj b/src/tests/H.Wfp.IntegrationTests/H.Wfp.IntegrationTests.csproj index dca7cee..23ba749 100644 --- a/src/tests/H.Wfp.IntegrationTests/H.Wfp.IntegrationTests.csproj +++ b/src/tests/H.Wfp.IntegrationTests/H.Wfp.IntegrationTests.csproj @@ -13,10 +13,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + +