Add .NET console app

This commit is contained in:
Dana123098
2025-11-20 12:34:58 +01:00
parent d9ef602908
commit 03573444a4
7 changed files with 191 additions and 0 deletions

11
lab7-ci.csproj Normal file
View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>lab7_ci</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>