File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/setup-dotnet@v4
1919 with :
20- dotnet-version : ' 8 .x'
20+ dotnet-version : ' 10 .x'
2121
2222 - name : Install InnoSetup
2323 shell : cmd
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8.0-windows</TargetFramework >
3+ <TargetFramework >net10.0-windows</TargetFramework >
4+ <EnableWindowsTargeting >true</EnableWindowsTargeting >
45 <OutputType >WinExe</OutputType >
56 <AssemblyName >qmk_toolbox</AssemblyName >
67 <GenerateAssemblyInfo >true</GenerateAssemblyInfo >
78 <UseWindowsForms >true</UseWindowsForms >
9+ <ApplicationHighDpiMode >PerMonitorV2</ApplicationHighDpiMode >
810 <ImportWindowsDesktopTargets >true</ImportWindowsDesktopTargets >
911 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1012 <PublishSingleFile >true</PublishSingleFile >
You can’t perform that action at this time.
0 commit comments