File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net8.0-windows10.0.19041.0</TargetFrameworks >
4- <TargetFrameworks Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >net8.0</TargetFrameworks >
3+ <TargetFramework >net8.0-windows10.0.19041.0</TargetFramework >
54 <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
65 <Platforms >AnyCPU;x86;x64;ARM64</Platforms >
76 <OutputType >WinExe</OutputType >
1514 <UseWindowsForms >true</UseWindowsForms >
1615 <UseWPF >true</UseWPF >
1716 <Deterministic >true</Deterministic >
17+ <EnableWindowsTargeting >true</EnableWindowsTargeting >
1818 </PropertyGroup >
1919 <ItemGroup >
2020 <Resource Include =" resources\fonts\fontawesome-webfont.ttf" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8.0-windows </TargetFramework >
4+ <TargetFramework >net8.0-windows10.0.19041.0 </TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
You can’t perform that action at this time.
0 commit comments