NuGet.CommandLine package updated

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 9 years ago
parent c1a46066c1
commit bc63ac1ef1
  1. 2
      DotNetBuilder/MicroBuildServer.DotNetBuilder.csproj
  2. 2
      DotNetBuilder/packages.config

@ -44,7 +44,7 @@
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NuGet">
<HintPath>..\packages\NuGet.CommandLine.2.7.3\tools\NuGet.exe</HintPath>
<HintPath>..\packages\NuGet.CommandLine.2.8.5\tools\NuGet.exe</HintPath>
</Reference>
<Reference Include="nunit-console-runner">
<HintPath>..\packages\NUnit.Runners.2.6.3\tools\lib\nunit-console-runner.dll</HintPath>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net40" />
<package id="NuGet.CommandLine" version="2.7.3" targetFramework="net40" />
<package id="NuGet.CommandLine" version="2.8.5" targetFramework="net40" />
<package id="NUnit" version="2.6.3" targetFramework="net40" />
<package id="NUnit.Runners" version="2.6.3" targetFramework="net40" />
</packages>
Loading…
Cancel
Save