fix RootNamespace for Apps

This commit is contained in:
ig 2023-03-01 08:02:49 +01:00
parent 69fed10f69
commit 3758165c08
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>InnovEnergy.App.$(AssemblyName)</RootNamespace>
</PropertyGroup>
</Project>