Files
citest/citest.csproj
Nela-cat 30c95e783a
All checks were successful
First CI / build (push) Successful in 21s
Create .NET console app
2025-11-17 23:38:59 +01:00

11 lines
242 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>