Fixed several package errors

This commit is contained in:
RogueException
2017-01-02 00:05:45 -04:00
parent 64e22947ea
commit d06b7856f6
10 changed files with 13 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<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-rc</VersionPrefix>
<TargetFrameworks>netstandard1.1;netstandard1.3</TargetFrameworks>
<AssemblyName>Discord.Net</AssemblyName>
<PackageTags>discord;discordapp</PackageTags>
@@ -22,8 +22,4 @@
<ProjectReference Include="..\Discord.Net.Rpc\Discord.Net.Rpc.csproj" />
<ProjectReference Include="..\Discord.Net.Commands\Discord.Net.Commands.csproj" />
</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>