Skip to content

Commit 835dd98

Browse files
committed
Fixed a csproj reference to a nuget
1 parent 29e4aab commit 835dd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PublicInterfaceGenerator/PublicInterfaceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<ItemGroup>
3737
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
3838
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" PrivateAssets="all" />
39-
<PackageReference Include="ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version="*" GeneratePathProperty="true" />
39+
<PackageReference Include="ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version="*" />
4040
</ItemGroup>
4141
<ItemGroup>
4242
<!-- Package the generator in the analyzer directory of the nuget package -->

0 commit comments

Comments
 (0)