Lab7/Lab7.csproj
magda f2f121b483
All checks were successful
First CI / build (push) Successful in 1m0s
new commit
2023-11-21 17:04:41 +01:00

11 lines
249 B
XML

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