File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/PublicInterfaceGenerator Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 36
36
<ItemGroup >
37
37
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" PrivateAssets =" all" />
38
38
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.13.0" PrivateAssets =" all" />
39
- <PackageReference Include =" ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version =" *" />
40
39
</ItemGroup >
41
40
<!-- Reference the attributes from the generator to compile against them -->
42
41
<!-- Ensure we specify PrivateAssets so the NuGet doesn't have any dependencies -->
43
42
<ItemGroup >
44
- <ProjectReference Include =" ..\PublicInterfaceGenerator.Attributes\PublicInterfaceGenerator.Attributes.csproj" PrivateAssets = " All " />
43
+ <ProjectReference Include =" ..\PublicInterfaceGenerator.Attributes\PublicInterfaceGenerator.Attributes.csproj" OutputItemType = " Analyzer " ReferenceOutputAssembly = " true " />
45
44
</ItemGroup >
46
45
<ItemGroup >
47
46
<!-- Package the generator in the analyzer directory of the nuget package -->
You can’t perform that action at this time.
0 commit comments