File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 70
70
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
71
71
<PackageReference Include =" NHotkey.Wpf" Version =" 1.2.1" />
72
72
<PackageReference Include =" NLog.Web.AspNetCore" Version =" 4.9.0" />
73
+ <PackageReference Include =" NuGet.CommandLine" Version =" 5.4.0" >
74
+ <PrivateAssets >all</PrivateAssets >
75
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
76
+ </PackageReference >
73
77
<PackageReference Include =" PropertyChanged.Fody" Version =" 2.5.13" />
74
78
<PackageReference Include =" System.Data.SQLite" Version =" 1.0.112" />
75
79
<PackageReference Include =" System.Data.SQLite.Core" Version =" 1.0.112" />
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ function Main {
125
125
Delete- Unused $p $config
126
126
$o = " $p \Output\Packages"
127
127
Validate- Directory $o
128
+ # making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced.
129
+ New-Alias Nuget $env: USERPROFILE \.nuget\packages\NuGet.CommandLine\5.4 .0 \tools\NuGet.exe - Force
128
130
Pack- Squirrel- Installer $p $v $o
129
131
130
132
$isInCI = $env: APPVEYOR
You can’t perform that action at this time.
0 commit comments