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 Sdk="Microsoft.NET.Sdk">
- <Import Project="../../Discord.Net.targets" />
- <PropertyGroup>
- <AssemblyName>Discord.Net.Webhook</AssemblyName>
- <RootNamespace>Discord.Webhook</RootNamespace>
- <Description>A core Discord.Net library containing the Webhook client and models.</Description>
- <TargetFrameworks>netstandard1.1</TargetFrameworks>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
- <ProjectReference Include="..\Discord.Net.Rest\Discord.Net.Rest.csproj" />
- </ItemGroup>
- </Project>
|