Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Fix NuGet deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscarle committed Feb 22, 2024
1 parent 412c81e commit 7cb4275
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/AttributeSourceGenerator/AttributeSourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,18 @@
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<None Include="..\..\LICENSE.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
<Visible>False</Visible>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
<Visible>False</Visible>
</None>
</ItemGroup>

</Project>

0 comments on commit 7cb4275

Please sign in to comment.