Remove VelopackApp cli check

This commit is contained in:
Caelan Sayler
2024-01-25 10:43:21 +00:00
parent 2f63de2afd
commit d936617bc9
7 changed files with 59 additions and 103 deletions

View File

@@ -15,7 +15,6 @@
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.6" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.6" />
<PackageReference Include="Vanara.PInvoke.User32" Version="3.*" />
</ItemGroup>
<!-- For test build scripts which target the local Velopack project instead of the NuGet package -->