lab7/lab7.csproj
Yehor Dreval 6bdaadd46b
Some checks failed
First CI / build (push) Failing after 13s
add .net
2023-12-01 11:12:46 +01:00

11 lines
239 B
XML

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