Files
SethDiscordBot/DiscordBotCore.Logging/DiscordBotCore.Logging.csproj
2025-05-06 16:46:51 +03:00

11 lines
273 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64;ARM64</Platforms>
</PropertyGroup>
</Project>