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.

Discord.Net.Relay.csproj 836 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Project="../../Discord.Net.targets" />
  3. <PropertyGroup>
  4. <AssemblyName>Discord.Net.Relay</AssemblyName>
  5. <RootNamespace>Discord.Relay</RootNamespace>
  6. <Description>A core Discord.Net library containing the Relay server.</Description>
  7. <TargetFrameworks>netstandard1.3</TargetFrameworks>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
  11. <ProjectReference Include="..\Discord.Net.Rest\Discord.Net.Rest.csproj" />
  12. <ProjectReference Include="..\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
  16. <PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="1.0.2" />
  17. </ItemGroup>
  18. </Project>