Skip to content

Commit

Permalink
Revert "Remove SourceLink package (#151)" and restore except for .NET…
Browse files Browse the repository at this point in the history
…8 onwards (#154)

This reverts commit e2d6f8e.
  • Loading branch information
mburumaxwell authored Feb 17, 2024
1 parent 8ae06e9 commit 95b3e8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AzureIPNetworks/AzureIPNetworks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
<PackageReference Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit 95b3e8b

Please sign in to comment.