<ProjectSdk="Microsoft.NET.Sdk"><PropertyGroup><TargetFrameworks>net8.0;net8.0-windows</TargetFrameworks><ImplicitUsings>enable</ImplicitUsings><Nullable>enable</Nullable></PropertyGroup><PropertyGroupCondition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'"><UseWindowsForms>true</UseWindowsForms><UseWPF>true</UseWPF><!--MSAL will run on Windows 7 and 8 but requires to be built against Win10 to use WinRT APIs for WAM
See https://learn.microsoft.com/dotnet/standard/analyzers/platform-compat-analyzer and
https://github.com/dotnet/designs/blob/main/accepted/2020/platform-checks/platform-checks.md for details--><SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion></PropertyGroup></Project>