startit/Emne 3/Hello_World/Hello_World.csproj
Geir Okkenhaug Jerstad 384efef3b2 test
2024-11-21 14:40:36 +01:00

11 lines
242 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>