|
|
@@ -5,11 +5,14 @@ |
|
|
|
<AssemblyName>Discord.Net.Rest</AssemblyName> |
|
|
|
<RootNamespace>Discord.Rest</RootNamespace> |
|
|
|
<Description>A core Discord.Net Labs library containing the REST client and models.</Description> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net6.0;net5.0</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net6.0;net5.0;net461</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">net6.0;net5.0</TargetFrameworks> |
|
|
|
<PackageId>Discord.Net.Labs.Rest</PackageId> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' "> |
|
|
|
<Reference Include="System.Net.Http" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |