Skip to content

Commit 8614a95

Browse files
committed
Adds missing packages to main project
Transitive projects were not pushed.
1 parent ec8f634 commit 8614a95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/dotnet-frc/dotnet-frc.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313
<PackageReference Include="Microsoft.DotNet.CLI.Utils">
1414
<Version>2.0.0-alpha-004847</Version>
1515
</PackageReference>
16+
<PackageReference Include="newtonsoft.json">
17+
<Version>9.0.1</Version>
18+
</PackageReference>
19+
<PackageReference Include="Nito.AsyncEx.Context">
20+
<Version>1.1.0</Version>
21+
</PackageReference>
22+
<PackageReference Include="System.ValueTuple">
23+
<Version>4.3.0</Version>
24+
</PackageReference>
25+
<PackageReference Include="SSH.NET">
26+
<Version>2016.0.0</Version>
27+
</PackageReference>
1628
<Content Include="$(OutputPath)/*.dll" Pack="true" PackagePath="lib\netcoreapp1.1\" />
1729
</ItemGroup>
1830
<PropertyGroup>

0 commit comments

Comments
 (0)