|
|
@@ -1,12 +1,12 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Import Project="../../Discord.Net.targets" /> |
|
|
|
<Import Project="../../StyleAnalyzer.targets" /> |
|
|
|
<PropertyGroup> |
|
|
|
<AssemblyName>Discord.Net.Core</AssemblyName> |
|
|
|
<RootNamespace>Discord</RootNamespace> |
|
|
|
<Description>The core components for the Discord.Net Labs library.</Description> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net461;netstandard2.0;netstandard2.1</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0;netstandard2.1</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net5.0;net461;netstandard2.0;netstandard2.1</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">net5.0;netstandard2.0;netstandard2.1</TargetFrameworks> |
|
|
|
<PackageId>Discord.Net.Labs.Core</PackageId> |
|
|
|
<Product>Discord.Net.Labs.Core</Product> |
|
|
|
<RepositoryUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</RepositoryUrl> |
|
|
@@ -17,12 +17,21 @@ |
|
|
|
<DocumentationFile>..\Discord.Net.Core\Discord.Net.Core.xml</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> |
|
|
|
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" /> |
|
|
|
<PackageReference Include="System.Interactive.Async" Version="4.0.0" /> |
|
|
|
<PackageReference Include="IDisposableAnalyzers" Version="2.1.2"> |
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
|
|
|
<PackageReference Include="System.Interactive.Async" Version="5.0.0" /> |
|
|
|
<PackageReference Include="IDisposableAnalyzers" Version="3.4.15"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' "> |
|
|
|
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' != 'netstandard2.1' "> |
|
|
|
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' "> |
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.4.0" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="..\..\..\..\..\..\Downloads\Temporary.png"> |
|
|
|