Upgraded project to target .NET Framework 4.8 and updated App.config accordingly. Replaced German with English comments in auto-generated designer files for better accessibility. Made minor XML formatting improvements in App.config. Added OnInitialize override to set MinimumSplashScreenDisplayTime to 0. Set requireReinstallation="true" for Microsoft.IdentityModel.Abstractions in packages.config.
7 lines
414 B
XML
7 lines
414 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Microsoft.Identity.Client" version="4.55.0" targetFramework="net462" />
|
|
<package id="Microsoft.IdentityModel.Abstractions" version="6.22.0" targetFramework="net462" requireReinstallation="true" />
|
|
<package id="NLog" version="5.0.5" targetFramework="net461" />
|
|
<package id="S22.Imap" version="3.6.0.0" targetFramework="net462" />
|
|
</packages> |