Skip to content

Commit

Permalink
Fix default project namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
HEJOK254 committed Jun 16, 2024
1 parent 0ed2b70 commit 40ebe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Discord QuickEdit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Discord_QuickEdit</RootNamespace>
<RootNamespace>QuickEdit</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 40ebe8a

Please sign in to comment.