Skip to content

Commit 2714fa4

Browse files
authored
Restructured Fusion Packages (#6991)
1 parent 552d24d commit 2714fa4

27 files changed

+24
-23
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
14-
<PackageId>HotChocolate.Fusion.Composition.Analyzers</PackageId>
15-
<AssemblyName>HotChocolate.Fusion.Composition.Analyzers</AssemblyName>
16-
<RootNamespace>HotChocolate.Fusion.Composition.Analyzers</RootNamespace>
14+
<PackageId>HotChocolate.Fusion.Aspire.Analyzers</PackageId>
15+
<AssemblyName>HotChocolate.Fusion.Aspire.Analyzers</AssemblyName>
16+
<RootNamespace>HotChocolate.Fusion.Aspire.Analyzers</RootNamespace>
1717
<Description>This package provides source generators for HotChocolate Fusion.</Description>
1818
</PropertyGroup>
1919

@@ -25,7 +25,7 @@
2525
<ItemGroup>
2626
<!-- Package the generator in the analyzer directory of the nuget package -->
2727
<None Include="$(OutputPath)\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
28-
<None Include="$(MSBuildThisFileDirectory)HotChocolate.Fusion.Composition.Analyzers.targets" Pack="true" PackagePath="build/HotChocolate.Fusion.Composition.Analyzers.targets" Visible="false" />
28+
<None Include="$(MSBuildThisFileDirectory)HotChocolate.Fusion.Aspire.Analyzers.targets" Pack="true" PackagePath="build/HotChocolate.Fusion.Aspire.Analyzers.targets" Visible="false" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

0 commit comments

Comments
 (0)