File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments