elliebot/src/EllieBot/EllieBot.csproj

11 lines
239 B
XML
Raw Normal View History

2023-07-12 00:17:25 +12:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-03-23 00:53:01 +13:00
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
2023-07-12 00:17:25 +12:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>