We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010ad44 commit 70e5f72Copy full SHA for 70e5f72
src/shared/Git-Credential-Manager/Program.cs
@@ -103,10 +103,15 @@ private static void AppMain(object o)
103
}
104
105
106
- // Required for Avalonia designer
+ // Required for the Avalonia designer
107
static AppBuilder BuildAvaloniaApp() =>
108
AppBuilder.Configure<AvaloniaApp>()
109
+#if NETFRAMEWORK
110
+ .UseWin32()
111
+ .UseSkia()
112
+#else
113
.UsePlatformDetect()
114
+#endif
115
.LogToTrace();
116
117
0 commit comments