More modernization

This commit is contained in:
2026-08-18 12:18:31 -04:00
parent e64c6878c1
commit 84d2435b83
8 changed files with 246 additions and 48 deletions
+3 -1
View File
@@ -8,7 +8,7 @@
<StartupObject>WorkIndicator.Program</StartupObject>
<ApplicationIcon>Resources\Application.ico</ApplicationIcon>
<UseWindowsForms>true</UseWindowsForms>
<Platforms>AnyCPU;x86</Platforms>
<Platforms>x86</Platforms>
</PropertyGroup>
<ItemGroup>
<AppDesigner Include="Properties\" />
@@ -22,9 +22,11 @@
<PackageReference Include="ChrisKaczor.Wpf.Validation" Version="1.0.4" />
<PackageReference Include="ChrisKaczor.Wpf.Windows.CategoryWindow" Version="1.0.2" />
<PackageReference Include="H.NotifyIcon.Wpf" Version="2.4.1" />
<PackageReference Include="NAudio.Wasapi" Version="2.3.0" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="Velopack" Version="0.0.626" />
</ItemGroup>