You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.csproj 374 B

7 years ago
7 years ago
7 years ago
123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <!--
  3. The following may differ depending on the latest version of
  4. .NET Core Framework or Discord.NET.
  5. -->
  6. <PropertyGroup>
  7. <OutputType>Exe</OutputType>
  8. <TargetFramework>netcoreapp2.0</TargetFramework>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="Discord.Net" Version="2.*" />
  12. </ItemGroup>
  13. </Project>