Skip to content

Commit

Permalink
Changed to windows app from console app
Browse files Browse the repository at this point in the history
  • Loading branch information
TB516 committed Apr 5, 2024
1 parent 30838b5 commit 6bd037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mafia-Bot.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Mafia_Bot</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 6bd037e

Please sign in to comment.