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 7070 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
7171 <PackageReference Include =" NHotkey.Wpf" Version =" 1.2.1" />
7272 <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 >
7377 <PackageReference Include =" PropertyChanged.Fody" Version =" 2.5.13" />
7478 <PackageReference Include =" System.Data.SQLite" Version =" 1.0.112" />
7579 <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 {
125125 Delete- Unused $p $config
126126 $o = " $p \Output\Packages"
127127 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
128130 Pack- Squirrel- Installer $p $v $o
129131
130132 $isInCI = $env: APPVEYOR
You can’t perform that action at this time.
0 commit comments