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 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net8.0-windows </TargetFramework >
5
+ <TargetFramework >net8.0</TargetFramework >
6
6
<PlatformTarget >x64</PlatformTarget >
7
7
8
8
<RuntimeIdentifier >win-x64</RuntimeIdentifier >
9
9
<EnableNativeCopyLocalItems >true</EnableNativeCopyLocalItems >
10
10
11
11
<ImplicitUsings >enable</ImplicitUsings >
12
12
<Nullable >enable</Nullable >
13
+
14
+ <ManagePackageVersionsCentrally >false</ManagePackageVersionsCentrally >
13
15
</PropertyGroup >
14
16
15
17
<!-- managed packages -->
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ static void Main()
86
86
byte [ ] sig = rsa . SignData (
87
87
System . Text . Encoding . UTF8 . GetBytes ( "Hello KeyGuard" ) ,
88
88
HashAlgorithmName . SHA256 ,
89
- RSASignaturePadding . PSS ) ;
89
+ RSASignaturePadding . Pss ) ;
90
90
91
91
Console . WriteLine ( $ "\n Signature length: { sig . Length } bytes") ;
92
92
}
You can’t perform that action at this time.
0 commit comments