Skip to content

Commit

Permalink
Remove console from build
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaelGabriel committed Jun 28, 2024
1 parent 29352b4 commit 817ac4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game/Game.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetName>Snake for Two</TargetName>
<AssemblyName>Snake for Two</AssemblyName>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
Expand Down

0 comments on commit 817ac4f

Please sign in to comment.