Create .NET console app
All checks were successful
First CI / build (push) Successful in 21s

This commit is contained in:
Nela-cat
2025-11-17 23:38:59 +01:00
parent 4ad999e0fc
commit 30c95e783a
2 changed files with 12 additions and 0 deletions

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