Skip to content

Commit

Permalink
Merge pull request #8 from brminnick/Add-SourceLink
Browse files Browse the repository at this point in the history
Add Microsoft.SourceLink.GitHub
  • Loading branch information
brminnick committed Nov 2, 2020
2 parents 54b7a34 + 8905bbc commit ca9909a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/GitHubApiStatus/GitHubApiStatus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ Calculate the GitHub API Rate Limits for the following GitHub APIs
</SubType>
</Compile>
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)'=='Release' ">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
Expand Down

0 comments on commit ca9909a

Please sign in to comment.