Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Update root namespace and assembly name in Application.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
kurmann committed Apr 26, 2024
1 parent ce1fecd commit 85d231f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/services-repo/src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>NamespacePlaceholder.ProjectName.Application.</RootNamespace>
<AssemblyName>NamespacePlaceholder.Application</AssemblyName>
<AssemblyName>NamespacePlaceholder.ProjectName.Application</AssemblyName>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 85d231f

Please sign in to comment.