|
|
@@ -4,7 +4,7 @@ |
|
|
|
<AssemblyName>Discord.Net.Rest</AssemblyName> |
|
|
|
<RootNamespace>Discord.Rest</RootNamespace> |
|
|
|
<Description>A core Discord.Net library containing the REST client and models.</Description> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net45;netstandard1.3;netstandard2.0</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net46;netstandard1.3;netstandard2.0</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.3;netstandard2.0</TargetFrameworks> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
@@ -13,7 +13,7 @@ |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
|
|
|
<PackageReference Include="System.Net.Http" Version="4.3.3" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' "> |
|
|
|
<Reference Include="System.Net.Http" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |