Skip to content

Commit

Permalink
Adds missing packages to main project
Browse files Browse the repository at this point in the history
Transitive projects were not pushed.
  • Loading branch information
ThadHouse committed Jul 10, 2017
1 parent ec8f634 commit 8614a95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/dotnet-frc/dotnet-frc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
<PackageReference Include="Microsoft.DotNet.CLI.Utils">
<Version>2.0.0-alpha-004847</Version>
</PackageReference>
<PackageReference Include="newtonsoft.json">
<Version>9.0.1</Version>
</PackageReference>
<PackageReference Include="Nito.AsyncEx.Context">
<Version>1.1.0</Version>
</PackageReference>
<PackageReference Include="System.ValueTuple">
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="SSH.NET">
<Version>2016.0.0</Version>
</PackageReference>
<Content Include="$(OutputPath)/*.dll" Pack="true" PackagePath="lib\netcoreapp1.1\" />
</ItemGroup>
<PropertyGroup>
Expand Down

0 comments on commit 8614a95

Please sign in to comment.