mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-11 11:37:12 +00:00
15 lines
333 B
XML
15 lines
333 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Discord.Net" Version="3.12.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|