Skip to content

Commit 9b6055e

Browse files
authored
Update DynamoDBGenerator.SourceGenerator.csproj
1 parent 66cea00 commit 9b6055e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/DynamoDBGenerator.SourceGenerator/DynamoDBGenerator.SourceGenerator.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@
2525
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net8.0'" />
2626
</ItemGroup>
2727

28+
<ItemGroup>
29+
<!-- Is required in order to pack the analyzer correctly with NuGet -->
30+
<None Include="$(OutputPath)\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false"/>
31+
</ItemGroup>
32+
2833
</Project>

0 commit comments

Comments
 (0)