Install Microsoft.Authenticate + change .NET.Sdk to 9.0 cause MA don't support 8.0

This commit is contained in:
Luis Sander 2025-02-28 10:28:24 +01:00
parent a953d23645
commit 351d37ebad
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 KiB

After

Width:  |  Height:  |  Size: 426 KiB

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>