Added net45 TFM
This commit is contained in:
@@ -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;netstandard1.3</TargetFrameworks>
|
||||
<TargetFrameworks>netstandard1.1</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
|
||||
|
||||
@@ -59,7 +59,7 @@ namespace Discord.Webhook
|
||||
await ApiClient.CreateWebhookMessageAsync(_webhookId, args, options).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
#if NETSTANDARD1_3
|
||||
#if FILESYSTEM
|
||||
public async Task SendFileAsync(string filePath, string text, bool isTTS = false,
|
||||
string username = null, string avatarUrl = null, RequestOptions options = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user