|
|
@@ -5,14 +5,8 @@ |
|
|
|
<RootNamespace>Discord</RootNamespace> |
|
|
|
<Description>The core components for the Discord.Net library.</Description> |
|
|
|
<TargetFrameworks>net45;netstandard1.1;netstandard1.3</TargetFrameworks> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Remove="Serialization\**" /> |
|
|
|
<EmbeddedResource Remove="Serialization\**" /> |
|
|
|
<None Remove="Serialization\**" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="System.Buffers" Version="4.4.0-preview2-25405-01" /> |
|
|
|
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" /> |
|
|
|
<PackageReference Include="System.Interactive.Async" Version="3.1.1" /> |
|
|
|