|
|
@@ -1,4 +1,4 @@ |
|
|
|
<Project ToolsVersion="15.0" Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Import Project="../../Discord.Net.targets" /> |
|
|
|
<PropertyGroup> |
|
|
|
<AssemblyName>Discord.Net.Core</AssemblyName> |
|
|
@@ -7,8 +7,8 @@ |
|
|
|
<TargetFrameworks>net45;netstandard1.1;netstandard1.3</TargetFrameworks> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" /> |
|
|
|
<PackageReference Include="System.Collections.Immutable" Version="1.3.0" /> |
|
|
|
<PackageReference Include="System.Interactive.Async" Version="3.1.0" /> |
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" /> |
|
|
|
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" /> |
|
|
|
<PackageReference Include="System.Interactive.Async" Version="3.1.1" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |