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 419 B

7 years ago
1234567891011121314151617
  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>netcoreapp1.1</TargetFramework>
  9. <NoWin32Manifest>true</NoWin32Manifest>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <PackageReference Include="Discord.Net" Version="1.*" />
  13. </ItemGroup>
  14. </Project>