mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[Launcher] Remove ASP .NET dependencies (#2697)
* Remove ASP .NET dependencies * Replaced NLog.Web.AspNetCore with NLog.Extensions.Logging * Remove NLog.Web.AspNetCore.dll from installer * Add missing dlls
This commit is contained in:
committed by
GitHub
parent
72fe972cc0
commit
9a323e3387
@@ -66,7 +66,6 @@
|
||||
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.XamlHost" Version="6.0.1" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||
<PackageReference Include="NHotkey.Wpf" Version="2.0.1" />
|
||||
<PackageReference Include="NLog.Web.AspNetCore" Version="4.9.2" />
|
||||
<PackageReference Include="NuGet.CommandLine" Version="5.5.1">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
|
||||
Reference in New Issue
Block a user