We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a7b131 + 1e9d0b4 commit f1dc02fCopy full SHA for f1dc02f
examples/TlsClient.Examples.Console/Program.cs
@@ -16,4 +16,4 @@
16
TlsClientWrapper.Initialize(DotNetEnv.Env.GetString("TLS_CLIENT_PATH"));
17
var tlsClient = new TlsClient.Core.TlsClient();
18
19
-Console.WriteLine("Hello, Friend !")
+Console.WriteLine("Hello, Friend !");
examples/TlsClient.Examples.Console/TlsClient.Examples.Console.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
<Platforms>AnyCPU;x64</Platforms>
0 commit comments