Skip to content

Commit 9a5aa9a

Browse files
committed
Another change
1 parent ded1119 commit 9a5aa9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/PublicInterfaceGenerator/PublicInterfaceGenerator.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<ItemGroup>
5151
<!-- 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="*" />
5353

5454
<!-- Package the generator in the analyzer directory of the nuget package -->
5555
<None Include="$(OutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
@@ -60,15 +60,15 @@
6060
<None Include="../../README.md" Pack="true" PackagePath="/" />
6161
</ItemGroup>
6262

63-
<PropertyGroup>
63+
<!--<PropertyGroup>
6464
<GetTargetPathDependsOn>$(GetTargetPathDependsOn);GetDependencyTargetPaths</GetTargetPathDependsOn>
6565
</PropertyGroup>
6666
6767
<Target Name="GetDependencyTargetPaths">
6868
<ItemGroup>
6969
<TargetPathWithTargetPlatformMoniker Include="$(PKGProgrammerAl_SourceGenerators_PublicInterfaceGenerator_Attributes)\lib\netstandard2.0\ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" IncludeRuntimeDependency="false" />
7070
</ItemGroup>
71-
</Target>
71+
</Target>-->
7272

7373
<PropertyGroup>
7474
<NuGetAudit>true</NuGetAudit>

0 commit comments

Comments
 (0)