Added providers to metapackage
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<Project ToolsVersion="15.0" Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="15.0" Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Description>An aynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components.</Description>
|
<Description>An aynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components.</Description>
|
||||||
<VersionPrefix>1.0.0-beta2</VersionPrefix>
|
<VersionPrefix>1.0.0-beta2</VersionPrefix>
|
||||||
@@ -22,4 +22,8 @@
|
|||||||
<ProjectReference Include="..\Discord.Net.Rpc\Discord.Net.Rpc.csproj" />
|
<ProjectReference Include="..\Discord.Net.Rpc\Discord.Net.Rpc.csproj" />
|
||||||
<ProjectReference Include="..\Discord.Net.Commands\Discord.Net.Commands.csproj" />
|
<ProjectReference Include="..\Discord.Net.Commands\Discord.Net.Commands.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.1'">
|
||||||
|
<ProjectReference Include="..\Discord.Net.Providers.UdpClient\Discord.Net.Providers.UdpClient.csproj" />
|
||||||
|
<ProjectReference Include="..\Discord.Net.Providers.WS4Net\Discord.Net.Providers.WS4Net.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user