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 c27d86a commit 9e69895Copy full SHA for 9e69895
Viewer/Program.cs
@@ -14,7 +14,6 @@ static class Program
14
[STAThread]
15
static void Main()
16
{
17
- Application.SetHighDpiMode(HighDpiMode.SystemAware);
18
Application.EnableVisualStyles();
19
Application.SetCompatibleTextRenderingDefault(false);
20
Application.Run(new Form1());
Viewer/Viewer.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>WinExe</OutputType>
5
- <TargetFramework>net5.0-windows</TargetFramework>
+ <TargetFramework>net48</TargetFramework>
6
<UseWindowsForms>true</UseWindowsForms>
7
</PropertyGroup>
8
0 commit comments