startit/Emne 3/test/test.csproj

11 lines
249 B
XML
Raw Permalink Normal View History

2024-11-12 18:58:11 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>