flake-template-hell/templates/dotnet/DotnetApplication/DotnetApplication.csproj

11 lines
242 B
XML
Raw Normal View History

2024-12-04 16:58:17 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>