Skip to content

Commit

Permalink
use HockeySDK from Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Jul 25, 2018
1 parent 01dc633 commit 086ae5f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions WindowManagement.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -7,12 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HockeySDK.Core" Version="4.1.6" />
<PackageReference Include="JetBrains.Annotations" Version="11.1.0" />
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\External\HockeySDK\Src\Kit.Core45\Kit.Core45.csproj" />
</ItemGroup>

</Project>

0 comments on commit 086ae5f

Please sign in to comment.