Browse Source

Target .NS1.3 for Commands and Webhook

pull/988/head
Hsu Still 7 years ago
parent
commit
a4b48277d3
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/Discord.Net.Commands/Discord.Net.Commands.csproj
  2. +1
    -1
      src/Discord.Net.Webhook/Discord.Net.Webhook.csproj

+ 1
- 1
src/Discord.Net.Commands/Discord.Net.Commands.csproj View File

@@ -4,7 +4,7 @@
<AssemblyName>Discord.Net.Commands</AssemblyName>
<RootNamespace>Discord.Commands</RootNamespace>
<Description>A Discord.Net extension adding support for bot commands.</Description>
<TargetFrameworks>netstandard1.1</TargetFrameworks>
<TargetFrameworks>netstandard1.1;netstandard1.3</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />


+ 1
- 1
src/Discord.Net.Webhook/Discord.Net.Webhook.csproj View File

@@ -4,7 +4,7 @@
<AssemblyName>Discord.Net.Webhook</AssemblyName>
<RootNamespace>Discord.Webhook</RootNamespace>
<Description>A core Discord.Net library containing the Webhook client and models.</Description>
<TargetFrameworks>netstandard1.1</TargetFrameworks>
<TargetFrameworks>netstandard1.1;netstandard1.3</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />


Loading…
Cancel
Save