Discord.Net/test/Discord.Net.Tests.Unit/Discord.Net.Tests.Unit.csproj

11 lines
239 B
XML
Raw Normal View History

2024-06-12 21:47:41 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>