Skip to content

Commit c3880ad

Browse files
committed
More reference changes
1 parent 0191f3d commit c3880ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PublicInterfaceGenerator/PublicInterfaceGenerator.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@
3636
<ItemGroup>
3737
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
3838
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" PrivateAssets="all" />
39-
<PackageReference Include="ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version="*" />
4039
</ItemGroup>
4140
<!-- Reference the attributes from the generator to compile against them -->
4241
<!-- Ensure we specify PrivateAssets so the NuGet doesn't have any dependencies -->
4342
<ItemGroup>
44-
<ProjectReference Include="..\PublicInterfaceGenerator.Attributes\PublicInterfaceGenerator.Attributes.csproj" PrivateAssets="All" />
43+
<ProjectReference Include="..\PublicInterfaceGenerator.Attributes\PublicInterfaceGenerator.Attributes.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="true" />
4544
</ItemGroup>
4645
<ItemGroup>
4746
<!-- Package the generator in the analyzer directory of the nuget package -->

0 commit comments

Comments
 (0)