lab7/lab7.csproj
RaVi 259d01f2d9
All checks were successful
First CI / build (push) Successful in 51s
dontent
2023-11-21 14:02:47 +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>