Files
dotnet-nix-testing/console/console.csproj
2025-11-11 11:27:13 +01:00

15 lines
343 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Groomgy.HelloWorld" Version="1.16.1" />
</ItemGroup>
</Project>