Install Microsoft.Authenticate + change .NET.Sdk to 9.0 cause MA don't support 8.0
This commit is contained in:
parent
a953d23645
commit
351d37ebad
Binary file not shown.
Before Width: | Height: | Size: 522 KiB After Width: | Height: | Size: 426 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net8.0-windows</TargetFramework>
|
<TargetFramework>net9.0-windows</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user