Skip to content

Commit

Permalink
move pusher nugets to Spacearr.Pusher.API
Browse files Browse the repository at this point in the history
  • Loading branch information
tmathura committed Aug 20, 2020
1 parent bd8f0d7 commit 1322afc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Spacearr.Common/Spacearr.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.7" />
<PackageReference Include="Microsoft.Toolkit.Parsers" Version="6.1.1" />
<PackageReference Include="Octokit" Version="0.48.0" />
<PackageReference Include="PusherClient" Version="1.1.2" />
<PackageReference Include="PusherServer" Version="4.2.0" />
<PackageReference Include="sqlite-net-pcl" Version="1.7.335" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.7.0" />
Expand Down
5 changes: 5 additions & 0 deletions Spacearr.Pusher.API/Spacearr.Pusher.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<FileVersion>1.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PusherClient" Version="1.1.2" />
<PackageReference Include="PusherServer" Version="4.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Spacearr.Common\Spacearr.Common.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 1322afc

Please sign in to comment.