Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Automatic update of NuGet.CommandLine to 5.2.0 (#875)
Browse files Browse the repository at this point in the history
* 📦 Automatic update of NuGet.CommandLine to 5.2.0

* Bump the packaged NuGet version
  • Loading branch information
skolima committed Sep 16, 2019
1 parent c335f02 commit 518690f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NuKeeper/NuKeeper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="NuGet.CommandLine" Version="5.1.0">
<PackageReference Include="NuGet.CommandLine" Version="5.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -35,7 +35,7 @@
</None>
</ItemGroup>
<ItemGroup>
<Content Include="$(NuGetPackageRoot)\nuget.commandline\5.1.0\tools\NuGet.exe">
<Content Include="$(NuGetPackageRoot)\nuget.commandline\5.2.0\tools\NuGet.exe">
<Pack>true</Pack>
<PackagePath>tools\netcoreapp2.1\any\NuGet.exe</PackagePath>
</Content>
Expand Down

0 comments on commit 518690f

Please sign in to comment.