We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e4aab commit 835dd98Copy full SHA for 835dd98
src/PublicInterfaceGenerator/PublicInterfaceGenerator.csproj
@@ -36,7 +36,7 @@
36
<ItemGroup>
37
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
38
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" PrivateAssets="all" />
39
- <PackageReference Include="ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version="*" GeneratePathProperty="true" />
+ <PackageReference Include="ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version="*" />
40
</ItemGroup>
41
42
<!-- Package the generator in the analyzer directory of the nuget package -->
0 commit comments