From 04b520473079a59610d586f60e8cc7ca770a3167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:40:45 +0000 Subject: [PATCH] build(deps): bump the all group across 1 directory with 4 updates Bumps the all group with 4 updates in the / directory: [H.Pipes.AccessControl](https://github.com/HavenDV/H.Pipes), [FluentAssertions](https://github.com/fluentassertions/fluentassertions), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `H.Pipes.AccessControl` from 2.0.59 to 14.0.0 - [Release notes](https://github.com/HavenDV/H.Pipes/releases) - [Commits](https://github.com/HavenDV/H.Pipes/commits/v14.0.0) Updates `FluentAssertions` from 6.12.1 to 6.12.2 - [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.1...6.12.2) Updates `MSTest.TestAdapter` from 3.6.1 to 3.6.2 - [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.6.1...v3.6.2) Updates `MSTest.TestFramework` from 3.6.1 to 3.6.2 - [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.6.1...v3.6.2) --- updated-dependencies: - dependency-name: H.Pipes.AccessControl dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: FluentAssertions 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-patch dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- src/libs/H.VpnService/H.VpnService.csproj | 52 +++++++++---------- .../H.Firewall.IntegrationTests.csproj | 6 +-- .../H.IpHlpApi.IntegrationTests.csproj | 6 +-- .../H.OpenVpn.IntegrationTests.csproj | 6 +-- .../H.Wfp.IntegrationTests.csproj | 6 +-- 5 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/libs/H.VpnService/H.VpnService.csproj b/src/libs/H.VpnService/H.VpnService.csproj index 3c0fa17..58ad24a 100644 --- a/src/libs/H.VpnService/H.VpnService.csproj +++ b/src/libs/H.VpnService/H.VpnService.csproj @@ -1,27 +1,27 @@ - - - - netstandard2.0;net4.6.2;net6.0;net7.0 - $(NoWarn);CA1031;CA1003 - true - - - - C# high-level VPN library with implemented IPC - vpn, openvpn, wfp, windows-filtering-platform, net-standard - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - + + + + netstandard2.0;net4.6.2;net6.0;net7.0 + $(NoWarn);CA1031;CA1003 + true + + + + C# high-level VPN library with implemented IPC + vpn, openvpn, wfp, windows-filtering-platform, net-standard + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + \ No newline at end of file diff --git a/src/tests/H.Firewall.IntegrationTests/H.Firewall.IntegrationTests.csproj b/src/tests/H.Firewall.IntegrationTests/H.Firewall.IntegrationTests.csproj index a97ce87..4655814 100644 --- a/src/tests/H.Firewall.IntegrationTests/H.Firewall.IntegrationTests.csproj +++ b/src/tests/H.Firewall.IntegrationTests/H.Firewall.IntegrationTests.csproj @@ -14,9 +14,9 @@ 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 4129d1e..98c1e70 100644 --- a/src/tests/H.IpHlpApi.IntegrationTests/H.IpHlpApi.IntegrationTests.csproj +++ b/src/tests/H.IpHlpApi.IntegrationTests/H.IpHlpApi.IntegrationTests.csproj @@ -14,9 +14,9 @@ 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 9dfdd33..3f3d5bb 100644 --- a/src/tests/H.OpenVpn.IntegrationTests/H.OpenVpn.IntegrationTests.csproj +++ b/src/tests/H.OpenVpn.IntegrationTests/H.OpenVpn.IntegrationTests.csproj @@ -14,9 +14,9 @@ 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 5abe225..145a56d 100644 --- a/src/tests/H.Wfp.IntegrationTests/H.Wfp.IntegrationTests.csproj +++ b/src/tests/H.Wfp.IntegrationTests/H.Wfp.IntegrationTests.csproj @@ -14,9 +14,9 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + +