Cogwheel/Cogwheel.csproj

11 lines
262 B
XML
Raw Normal View History

2025-01-01 20:43:35 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
2025-01-01 20:43:35 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>