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.

SlashCommandsExample.csproj 961 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.0" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\src\Discord.Net.Analyzers\Discord.Net.Analyzers.csproj" />
  11. <ProjectReference Include="..\src\Discord.Net.Commands\Discord.Net.Commands.csproj" />
  12. <ProjectReference Include="..\src\Discord.Net.Core\Discord.Net.Core.csproj" />
  13. <ProjectReference Include="..\src\Discord.Net.Providers.WS4Net\Discord.Net.Providers.WS4Net.csproj" />
  14. <ProjectReference Include="..\src\Discord.Net.Rest\Discord.Net.Rest.csproj" />
  15. <ProjectReference Include="..\src\Discord.Net.Webhook\Discord.Net.Webhook.csproj" />
  16. <ProjectReference Include="..\src\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" />
  17. </ItemGroup>
  18. </Project>