Files
Discord.Net/docs/guides/getting_started/samples/project.xml
Mihail Gribkov e2e8c0fd6a Update sample projects & samples in docs (#2823)
* update them all

* more docs

* moar docs
2024-01-11 15:25:56 +00:00

18 lines
362 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<!--
The following may differ depending on the latest version of
.NET Core or Discord.Net.
-->
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.13.0" />
</ItemGroup>
</Project>