stilln not working

This commit is contained in:
Matthias Heil
2026-01-13 09:34:48 +01:00
parent 32ea70afa4
commit 23c472cc9a
7 changed files with 21 additions and 12 deletions

View File

@@ -1,9 +1,7 @@
// See https://aka.ms/new-console-template for more information
using System.Net.Mail;
using System.Numerics;
var displayName = "Thomas Ardal";
var email = "thomas@elmah.io";
var mailAddress = new MailAddress(email, displayName);
var x = new Vector3(1, 2, 3);
return;

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>