From 5b94ddd471198002194badbe82a94af25f57ecaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:47:49 +0000 Subject: [PATCH] build(deps): bump the all group across 1 directory with 8 updates Bumps the all group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [PolySharp](https://github.com/Sergio0694/PolySharp) | `1.14.1` | `1.15.0` | | [System.Threading.Channels](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [H.Pipes.AccessControl](https://github.com/HavenDV/H.Pipes) | `2.0.59` | `14.0.0` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.1` | `7.0.0` | | [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.1` | `3.6.3` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.1` | `3.6.3` | Updates `PolySharp` from 1.14.1 to 1.15.0 - [Release notes](https://github.com/Sergio0694/PolySharp/releases) - [Commits](https://github.com/Sergio0694/PolySharp/compare/1.14.1...1.15.0) Updates `System.Threading.Channels` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.0) 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 7.0.0 - [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...7.0.0) Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.3...13.0.1) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0 - [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.1...v17.12.0) Updates `MSTest.TestAdapter` from 3.6.1 to 3.6.3 - [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.3) Updates `MSTest.TestFramework` from 3.6.1 to 3.6.3 - [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.3) --- updated-dependencies: - dependency-name: PolySharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: System.Threading.Channels dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - 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-major dependency-group: all - dependency-name: Newtonsoft.Json 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-minor 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.Firewall/H.Firewall.csproj | 52 +++++++-------- src/libs/H.OpenVpn/H.OpenVpn.csproj | 44 ++++++------- src/libs/H.Vpn/H.Vpn.csproj | 52 +++++++-------- src/libs/H.VpnService/H.VpnService.csproj | 52 +++++++-------- src/libs/H.Wfp/H.Wfp.csproj | 64 +++++++++---------- .../H.Firewall.IntegrationTests.csproj | 8 +-- .../H.IpHlpApi.IntegrationTests.csproj | 8 +-- .../H.OpenVpn.IntegrationTests.csproj | 8 +-- .../H.Wfp.IntegrationTests.csproj | 8 +-- 9 files changed, 148 insertions(+), 148 deletions(-) diff --git a/src/libs/H.Firewall/H.Firewall.csproj b/src/libs/H.Firewall/H.Firewall.csproj index 2b57499..dd9fcb9 100644 --- a/src/libs/H.Firewall/H.Firewall.csproj +++ b/src/libs/H.Firewall/H.Firewall.csproj @@ -1,27 +1,27 @@ - - - - netstandard2.0;net4.6.2;net6.0;net7.0 - $(NoWarn) - true - - - - C# high-level firewall library - firewall, wfp, windows-filtering-platform, net-standard - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - + + + + netstandard2.0;net4.6.2;net6.0;net7.0 + $(NoWarn) + true + + + + C# high-level firewall library + firewall, wfp, windows-filtering-platform, net-standard + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + \ No newline at end of file diff --git a/src/libs/H.OpenVpn/H.OpenVpn.csproj b/src/libs/H.OpenVpn/H.OpenVpn.csproj index f1be54c..5a75513 100644 --- a/src/libs/H.OpenVpn/H.OpenVpn.csproj +++ b/src/libs/H.OpenVpn/H.OpenVpn.csproj @@ -1,23 +1,23 @@ - - - - netstandard2.0;net4.6.2;net6.0;net7.0 - $(NoWarn);CA1008;CA1003;CA1031;CA1307;CA2016 - - - - C# wrapper library for OpenVPN - openvpn, net-standard - - - - - PreserveNewest - - - - - - - + + + + netstandard2.0;net4.6.2;net6.0;net7.0 + $(NoWarn);CA1008;CA1003;CA1031;CA1307;CA2016 + + + + C# wrapper library for OpenVPN + openvpn, net-standard + + + + + PreserveNewest + + + + + + + \ No newline at end of file diff --git a/src/libs/H.Vpn/H.Vpn.csproj b/src/libs/H.Vpn/H.Vpn.csproj index 8890051..e327c50 100644 --- a/src/libs/H.Vpn/H.Vpn.csproj +++ b/src/libs/H.Vpn/H.Vpn.csproj @@ -1,27 +1,27 @@ - - - - netstandard2.0;net4.6.2;net6.0;net7.0 - $(NoWarn);CA1003;CA1031;CA1308 - true - - - - C# high-level VPN library - 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);CA1003;CA1031;CA1308 + true + + + + C# high-level VPN library + 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/libs/H.VpnService/H.VpnService.csproj b/src/libs/H.VpnService/H.VpnService.csproj index 3c0fa17..96acd56 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/libs/H.Wfp/H.Wfp.csproj b/src/libs/H.Wfp/H.Wfp.csproj index 99f3fd6..d7e3fcb 100644 --- a/src/libs/H.Wfp/H.Wfp.csproj +++ b/src/libs/H.Wfp/H.Wfp.csproj @@ -1,33 +1,33 @@ - - - - netstandard2.0;net4.6.2;net6.0;net7.0 - $(NoWarn);CA1707;CA1815;CA1720;CA5392;CA1008;CA1819;CA1052;CA1816;CA2225;CA1062 - true - System.Diagnostics.CodeAnalysis.UnscopedRefAttribute - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - C# wrapper library for Windows Filtering Platform - wfp, windows-filtering-platform, net-standard - - + + + + netstandard2.0;net4.6.2;net6.0;net7.0 + $(NoWarn);CA1707;CA1815;CA1720;CA5392;CA1008;CA1819;CA1052;CA1816;CA2225;CA1062 + true + System.Diagnostics.CodeAnalysis.UnscopedRefAttribute + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + C# wrapper library for Windows Filtering Platform + wfp, windows-filtering-platform, net-standard + + \ 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..9be2473 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 4129d1e..4aada63 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 9dfdd33..592f86b 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 5abe225..9c2938c 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 - - - - + + + +