Feat: Init .net project
Some checks failed
First CI / build (push) Failing after 10s

This commit is contained in:
vladyslav-crunch
2025-11-21 10:59:06 +01:00
parent 6a750e28fd
commit 64b79e129d
8 changed files with 190 additions and 7 deletions

10
pwo_lab_7.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>