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

Bump bundled NuGet CLI version #961

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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