File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8.0-windows </TargetFramework >
5+ <TargetFramework >net8.0</TargetFramework >
66 <PlatformTarget >x64</PlatformTarget >
77
88 <RuntimeIdentifier >win-x64</RuntimeIdentifier >
99 <EnableNativeCopyLocalItems >true</EnableNativeCopyLocalItems >
1010
1111 <ImplicitUsings >enable</ImplicitUsings >
1212 <Nullable >enable</Nullable >
13+
14+ <ManagePackageVersionsCentrally >false</ManagePackageVersionsCentrally >
1315 </PropertyGroup >
1416
1517 <!-- managed packages -->
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ static void Main()
8686 byte [ ] sig = rsa . SignData (
8787 System . Text . Encoding . UTF8 . GetBytes ( "Hello KeyGuard" ) ,
8888 HashAlgorithmName . SHA256 ,
89- RSASignaturePadding . PSS ) ;
89+ RSASignaturePadding . Pss ) ;
9090
9191 Console . WriteLine ( $ "\n Signature length: { sig . Length } bytes") ;
9292 }
You can’t perform that action at this time.
0 commit comments