Add .NET console project
All checks were successful
First CI / build (push) Successful in 12s

This commit is contained in:
2025-11-21 12:15:43 +01:00
parent b3b5f854e7
commit 77f39c7186
2 changed files with 12 additions and 0 deletions

10
lab7.csproj Normal file
View File

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