Files
SethDiscordBot/DiscordBotCore.Logging/DiscordBotCore.Logging.csproj
2026-01-17 15:55:20 +02:00

11 lines
274 B
XML

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