Add .NET
Some checks failed
First CI / build (push) Failing after 15s

This commit is contained in:
Agnieszka Marzeda
2025-12-08 22:31:16 +01:00
parent 412225e42e
commit e7bae2d0e8
8 changed files with 190 additions and 7 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>