Skip to content

Commit

Permalink
Merge pull request #167 from workgroupengineering/update_sourcelink
Browse files Browse the repository at this point in the history
feat: update source link
  • Loading branch information
maxkatz6 authored Nov 2, 2023
2 parents 556df42 + 7c98b46 commit ad00966
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/SourceLink.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<!-- Workaround for https://github.com/dotnet/sdk/issues/11105 -->
Expand Down

0 comments on commit ad00966

Please sign in to comment.