Skip to content

Commit

Permalink
Assembly and rootnamespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dstenroejl committed Dec 20, 2024
1 parent 2ec887d commit 7a1230d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>Energinet.DataHub.ProcessManager.Components</AssemblyName>
<RootNamespace>Energinet.DataHub.ProcessManager.Components</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7a1230d

Please sign in to comment.