Skip to content

Commit efdd0ea

Browse files
committed
chore:
update dotnet and packages
1 parent 9f3f19a commit efdd0ea

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

ClientTest/ClientTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

ServerTest/ServerTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

VortexTunnel/VortexTunnel.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
11+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
1212
<PackageReference Include="BouncyCastle.Diffie-hellman" Version="1.0.3" />
13-
<PackageReference Include="System.IO.Pipelines" Version="7.0.0" />
13+
<PackageReference Include="System.IO.Pipelines" Version="10.0.0" />
1414
</ItemGroup>
1515
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))">
1616
<DefineConstants>OS_WINDOWS</DefineConstants>

0 commit comments

Comments
 (0)