We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8f634 commit 8614a95Copy full SHA for 8614a95
src/dotnet-frc/dotnet-frc.csproj
@@ -13,6 +13,18 @@
13
<PackageReference Include="Microsoft.DotNet.CLI.Utils">
14
<Version>2.0.0-alpha-004847</Version>
15
</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
22
+ <PackageReference Include="System.ValueTuple">
23
+ <Version>4.3.0</Version>
24
25
+ <PackageReference Include="SSH.NET">
26
+ <Version>2016.0.0</Version>
27
28
<Content Include="$(OutputPath)/*.dll" Pack="true" PackagePath="lib\netcoreapp1.1\" />
29
</ItemGroup>
30
<PropertyGroup>
0 commit comments