This repository was archived by the owner on Jul 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 13
13
</PropertyGroup >
14
14
<ItemGroup >
15
15
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
16
- <PackageReference Include =" NuGet.CommandLine" Version =" 5.11.0" >
17
- <!-- Warning! This needs to match TfmSpecificPackageFile lower down or packaging will fail -->
18
- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
19
- <PrivateAssets >all</PrivateAssets >
20
- </PackageReference >
21
16
<PackageReference Include =" NuGet.Credentials" Version =" 5.11.0" />
22
17
<PackageReference Include =" SimpleInjector" Version =" 5.3.2" />
23
18
<PackageReference Include =" SimpleInjector.Integration.ServiceCollection" Version =" 5.3.0" />
24
19
</ItemGroup >
20
+ <ItemGroup >
21
+ <!-- Ship NuGet CLI -->
22
+ <PackageReference Include =" NuGet.CommandLine" Version =" 5.11.0" PrivateAssets =" all" ExcludeAssets =" all" GeneratePathProperty =" true" />
23
+ </ItemGroup >
25
24
<ItemGroup >
26
25
<ProjectReference Include =" ..\NuKeeper.Abstractions\NuKeeper.Abstractions.csproj" />
27
26
<ProjectReference Include =" ..\NuKeeper.AzureDevOps\NuKeeper.AzureDevOps.csproj" />
41
40
<None Include =" ..\assets\icon.png" Pack =" true" PackagePath =" \" />
42
41
</ItemGroup >
43
42
<ItemGroup >
44
- <TfmSpecificPackageFile Include =" $(NuGetPackageRoot)\nuget.commandline\5.11.0 \tools\NuGet.exe" >
43
+ <TfmSpecificPackageFile Include =" $(PkgNuGet_CommandLine) \tools\NuGet.exe" >
45
44
<Pack >true</Pack >
46
45
<PackagePath >tools\$(TargetFramework)\any\NuGet.exe</PackagePath >
47
46
</TfmSpecificPackageFile >
You can’t perform that action at this time.
0 commit comments