File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/PublicInterfaceGenerator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
50
50
<ItemGroup >
51
51
<!-- Anyone using the generator needs to use the attributes NuGet so any reflection doesn't throw when it sees the attributes in code -->
52
- <PackageReference Include =" ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version =" *" GeneratePathProperty = " true " />
52
+ <PackageReference Include =" ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version =" *" />
53
53
54
54
<!-- Package the generator in the analyzer directory of the nuget package -->
55
55
<None Include =" $(OutputPath)/$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
60
60
<None Include =" ../../README.md" Pack =" true" PackagePath =" /" />
61
61
</ItemGroup >
62
62
63
- <PropertyGroup >
63
+ <!-- < PropertyGroup>
64
64
<GetTargetPathDependsOn>$(GetTargetPathDependsOn);GetDependencyTargetPaths</GetTargetPathDependsOn>
65
65
</PropertyGroup>
66
66
67
67
<Target Name="GetDependencyTargetPaths">
68
68
<ItemGroup>
69
69
<TargetPathWithTargetPlatformMoniker Include="$(PKGProgrammerAl_SourceGenerators_PublicInterfaceGenerator_Attributes)\lib\netstandard2.0\ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" IncludeRuntimeDependency="false" />
70
70
</ItemGroup>
71
- </Target >
71
+ </Target>-->
72
72
73
73
<PropertyGroup >
74
74
<NuGetAudit >true</NuGetAudit >
You can’t perform that action at this time.
0 commit comments