elliebot/src/EllieBot/EllieBot.csproj

11 lines
239 B
XML
Raw Normal View History

2023-07-11 05:17:25 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-03-22 04:53:01 -07:00
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
2023-07-11 05:17:25 -07:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>