Browse Source

Cleaned csprojs

voice-allocs
RogueException 7 years ago
parent
commit
1f44306b2e
2 changed files with 0 additions and 7 deletions
  1. +0
    -6
      src/Discord.Net.Core/Discord.Net.Core.csproj
  2. +0
    -1
      src/Discord.Net.Rest/Discord.Net.Rest.csproj

+ 0
- 6
src/Discord.Net.Core/Discord.Net.Core.csproj View File

@@ -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" />


+ 0
- 1
src/Discord.Net.Rest/Discord.Net.Rest.csproj View File

@@ -5,7 +5,6 @@
<RootNamespace>Discord.Rest</RootNamespace>
<Description>A core Discord.Net library containing the REST client and models.</Description>
<TargetFrameworks>net45;netstandard1.1;netstandard1.3</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Serialization\System.Buffers\**" />


Loading…
Cancel
Save