Lab_7/Lab_7.csproj
BendeeBoo 0587b30b5d
Some checks failed
First CI / build (push) Successful in 50s
First CI / test (push) Failing after 9s
dotnet
2023-11-21 14:38:25 +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>