Skip to content

Commit

Permalink
Corrected AssemblyName/RootNamespace in Fusion-vnext Composition proj…
Browse files Browse the repository at this point in the history
…ect (#7795)
  • Loading branch information
glen-84 authored Dec 3, 2024
1 parent b669e1f commit df4fbcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>HotChocolate.Fusion.Composition.Tests</AssemblyName>
<RootNamespace>HotChocolate.Composition</RootNamespace>
<AssemblyName>HotChocolate.Fusion.Composition</AssemblyName>
<RootNamespace>HotChocolate.Fusion</RootNamespace>
</PropertyGroup>

</Project>

0 comments on commit df4fbcc

Please sign in to comment.