File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/PublicInterfaceGenerator Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 47
47
48
48
<Target Name =" GetDependencyTargetPaths" >
49
49
<ItemGroup >
50
- <TargetPathWithTargetPlatformMoniker Include =" $(PKGProgrammerAl_SourceGenerators_PublicInterfaceGenerator_Attributes)\lib\netstandard2.0\ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" IncludeRuntimeDependency =" false " />
50
+ <TargetPathWithTargetPlatformMoniker Include =" $(PKGProgrammerAl_SourceGenerators_PublicInterfaceGenerator_Attributes)\lib\netstandard2.0\ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" IncludeRuntimeDependency =" true " />
51
51
</ItemGroup >
52
52
</Target >
53
53
54
54
<ItemGroup >
55
55
<!-- Package the generator in the analyzer directory of the nuget package -->
56
- <!-- < None Include="$(OutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> -- >
56
+ <None Include =" $(OutputPath)/$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
57
57
58
58
<!-- Pack the attributes dll in the lib\netstandard2.0 path so the library consuming this nuget can use it -->
59
- <!--
60
- <None Include="$(OutputPath)/ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="true" />-->
59
+ <!-- <None Include="$(OutputPath)/ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="true" />-->
61
60
62
61
<None Include =" ../../README.md" Pack =" true" PackagePath =" /" />
63
62
</ItemGroup >
You can’t perform that action at this time.
0 commit comments