-aInit new .net9.0 project
All checks were successful
First CI / test (push) Successful in 57s
First CI / build (push) Successful in 1m0s

This commit is contained in:
Uladzislau Kamisarau
2025-11-21 13:36:42 +01:00
parent 3f1e7a4717
commit c70e008712
9 changed files with 193 additions and 14 deletions

10
lab7.csproj Normal file
View File

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