File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/PublicInterfaceGenerator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 52
52
<PackageReference Include =" ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version =" *" GeneratePathProperty =" true" />
53
53
54
54
<!-- Package the generator in the analyzer directory of the nuget package -->
55
- <!-- < None Include="$(OutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> -- >
55
+ <None Include =" $(OutputPath)/$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
56
56
57
57
<!-- Pack the attributes dll in the lib\netstandard2.0 path so the library consuming this nuget can use it-->
58
58
<!-- <None Include="$(OutputPath)/ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="true" />-->
You can’t perform that action at this time.
0 commit comments