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 02b232b commit 8af0f5dCopy full SHA for 8af0f5d
src/PublicInterfaceGenerator/PublicInterfaceGenerator.csproj
@@ -55,7 +55,7 @@
55
<None Include="$(OutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
56
57
<!--Pack the attributes dll in the lib\netstandard2.0 path so the library consuming this nuget can use it-->
58
- <!--<None Include="$(OutputPath)/ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="true" />-->
+ <None Include="$(OutputPath)/ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="false" />
59
60
<None Include="../../README.md" Pack="true" PackagePath="/" />
61
</ItemGroup>
0 commit comments