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

Commit

Permalink
Bump bundled NuGet CLI version (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
skolima committed May 4, 2020
1 parent 95e2055 commit 4ec0d54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NuKeeper/NuKeeper.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.0</TargetFrameworks>
<OutputType>Exe</OutputType>
Expand All @@ -13,6 +13,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NuGet.CommandLine" Version="5.5.1">
<!-- Warning! This needs to match TfmSpecificPackageFile lower down or packaging will fail -->
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -37,7 +38,7 @@
</None>
</ItemGroup>
<ItemGroup>
<TfmSpecificPackageFile Include="$(NuGetPackageRoot)\nuget.commandline\5.2.0\tools\NuGet.exe">
<TfmSpecificPackageFile Include="$(NuGetPackageRoot)\nuget.commandline\5.5.1\tools\NuGet.exe">
<Pack>true</Pack>
<PackagePath>tools\$(TargetFramework)\any\NuGet.exe</PackagePath>
</TfmSpecificPackageFile>
Expand Down

0 comments on commit 4ec0d54

Please sign in to comment.