Skip to content

Commit

Permalink
build(deps): bump the all group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
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` | `15.0.0` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.1` | `7.0.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.1` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.1` | `3.6.4` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.1` | `3.6.4` |



Updates `PolySharp` from 1.14.1 to 1.15.0
- [Release notes](https://github.com/Sergio0694/PolySharp/releases)
- [Commits](Sergio0694/PolySharp@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](dotnet/runtime@v8.0.0...v9.0.0)

Updates `H.Pipes.AccessControl` from 2.0.59 to 15.0.0
- [Release notes](https://github.com/HavenDV/H.Pipes/releases)
- [Commits](https://github.com/HavenDV/H.Pipes/commits/v15.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](fluentassertions/fluentassertions@6.12.1...7.0.0)

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](microsoft/vstest@v17.11.1...v17.12.0)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.1)

Updates `MSTest.TestAdapter` from 3.6.1 to 3.6.4
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.1...v3.6.4)

Updates `MSTest.TestFramework` from 3.6.1 to 3.6.4
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.1...v3.6.4)

---
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: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Newtonsoft.Json
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent d856a3d commit d6c8f2b
Show file tree
Hide file tree
Showing 9 changed files with 148 additions and 148 deletions.
52 changes: 26 additions & 26 deletions src/libs/H.Firewall/H.Firewall.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn)</NoWarn>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Description>C# high-level firewall library</Description>
<PackageTags>firewall, wfp, windows-filtering-platform, net-standard</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="IPNetwork2" Version="3.0.667" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\H.Wfp\H.Wfp.csproj" />
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn)</NoWarn>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Description>C# high-level firewall library</Description>
<PackageTags>firewall, wfp, windows-filtering-platform, net-standard</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="IPNetwork2" Version="3.0.667" />
<PackageReference Include="PolySharp" Version="1.15.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\H.Wfp\H.Wfp.csproj" />
</ItemGroup>

</Project>
44 changes: 22 additions & 22 deletions src/libs/H.OpenVpn/H.OpenVpn.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn);CA1008;CA1003;CA1031;CA1307;CA2016</NoWarn>
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Description>C# wrapper library for OpenVPN</Description>
<PackageTags>openvpn, net-standard</PackageTags>
</PropertyGroup>

<ItemGroup>
<Content Include="OpenVPN\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn);CA1008;CA1003;CA1031;CA1307;CA2016</NoWarn>
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Description>C# wrapper library for OpenVPN</Description>
<PackageTags>openvpn, net-standard</PackageTags>
</PropertyGroup>

<ItemGroup>
<Content Include="OpenVPN\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Threading.Channels" Version="9.0.0" />
</ItemGroup>

</Project>
52 changes: 26 additions & 26 deletions src/libs/H.Vpn/H.Vpn.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn);CA1003;CA1031;CA1308</NoWarn>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Description>C# high-level VPN library</Description>
<PackageTags>vpn, openvpn, wfp, windows-filtering-platform, net-standard</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\H.Firewall\H.Firewall.csproj" />
<ProjectReference Include="..\H.IpHlpApi\H.IpHlpApi.csproj" />
<ProjectReference Include="..\H.OpenVpn\H.OpenVpn.csproj" />
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn);CA1003;CA1031;CA1308</NoWarn>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Description>C# high-level VPN library</Description>
<PackageTags>vpn, openvpn, wfp, windows-filtering-platform, net-standard</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PolySharp" Version="1.15.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\H.Firewall\H.Firewall.csproj" />
<ProjectReference Include="..\H.IpHlpApi\H.IpHlpApi.csproj" />
<ProjectReference Include="..\H.OpenVpn\H.OpenVpn.csproj" />
</ItemGroup>

</Project>
52 changes: 26 additions & 26 deletions src/libs/H.VpnService/H.VpnService.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn);CA1031;CA1003</NoWarn>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Description>C# high-level VPN library with implemented IPC</Description>
<PackageTags>vpn, openvpn, wfp, windows-filtering-platform, net-standard</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="H.Pipes.AccessControl" Version="2.0.59" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\H.Vpn\H.Vpn.csproj" />
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn);CA1031;CA1003</NoWarn>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Description>C# high-level VPN library with implemented IPC</Description>
<PackageTags>vpn, openvpn, wfp, windows-filtering-platform, net-standard</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="H.Pipes.AccessControl" Version="15.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="PolySharp" Version="1.15.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\H.Vpn\H.Vpn.csproj" />
</ItemGroup>

</Project>
64 changes: 32 additions & 32 deletions src/libs/H.Wfp/H.Wfp.csproj
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn);CA1707;CA1815;CA1720;CA5392;CA1008;CA1819;CA1052;CA1816;CA2225;CA1062</NoWarn>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
<PolySharpExcludeGeneratedTypes>System.Diagnostics.CodeAnalysis.UnscopedRefAttribute</PolySharpExcludeGeneratedTypes>
</PropertyGroup>

<ItemGroup>
<Using Include="Windows.Win32" />
<Using Include="Windows.Win32.Foundation" />
<Using Include="Windows.Win32.NetworkManagement.WindowsFilteringPlatform" />
<Using Include="Microsoft.Win32.SafeHandles" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<PropertyGroup Label="NuGet">
<Description>C# wrapper library for Windows Filtering Platform</Description>
<PackageTags>wfp, windows-filtering-platform, net-standard</PackageTags>
</PropertyGroup>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net7.0</TargetFrameworks>
<NoWarn>$(NoWarn);CA1707;CA1815;CA1720;CA5392;CA1008;CA1819;CA1052;CA1816;CA2225;CA1062</NoWarn>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
<PolySharpExcludeGeneratedTypes>System.Diagnostics.CodeAnalysis.UnscopedRefAttribute</PolySharpExcludeGeneratedTypes>
</PropertyGroup>

<ItemGroup>
<Using Include="Windows.Win32" />
<Using Include="Windows.Win32.Foundation" />
<Using Include="Windows.Win32.NetworkManagement.WindowsFilteringPlatform" />
<Using Include="Microsoft.Win32.SafeHandles" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PolySharp" Version="1.15.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<PropertyGroup Label="NuGet">
<Description>C# wrapper library for Windows Filtering Platform</Description>
<PackageTags>wfp, windows-filtering-platform, net-standard</PackageTags>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down

0 comments on commit d6c8f2b

Please sign in to comment.