Files
lab7_ci_anton_ovod/lab7_ci_anton_ovod.csproj
Anton Ovod 1f37b538a0
All checks were successful
First CI / build (push) Successful in 1m1s
Add dotnet console app. Remove c file.
2025-11-20 12:46:02 +01:00

11 lines
242 B
XML

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