Skip to content

Commit

Permalink
build(Avalonia): change output type to WinExe
Browse files Browse the repository at this point in the history
As per AvaloniaUI/Avalonia#1705

This fixes a console window on Windows from opening. This was a undesirable bug. Avalonia should still be runnable on Linux, macOS, and of course Windows.


Signed-off-by: Brycen G <[email protected]>
  • Loading branch information
BrycensRanch authored Feb 3, 2025
1 parent 2ca28fb commit c4a4775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SnapX.Avalonia/SnapX.Avalonia.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit c4a4775

Please sign in to comment.