We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f514d0d commit 0ec9c56Copy full SHA for 0ec9c56
WpfApp/WpfApp.csproj
@@ -2,6 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>net8.0-windows7.0</TargetFramework>
5
+ <EnableWindowsTargeting>true</EnableWindowsTargeting>
6
<Nullable>enable</Nullable>
7
<UseWPF>true</UseWPF>
8
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
WpfAppDemo/WpfAppDemo.csproj
@@ -3,6 +3,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
9
0 commit comments