Skip to content

Commit

Permalink
feat (SourceLink): adds ref to GitHub SourceLink
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepollock committed Jan 12, 2024
1 parent 5a43efe commit 773ba08
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@
<ItemGroup>
<InternalsVisibleTo Include="Rhythm.Drop.Web.Infrastructure" />
</ItemGroup>

<!-- SourceLink includes -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions src/Rhythm.Drop.Models/Rhythm.Drop.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@
<None Include="readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<!-- SourceLink includes -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<!-- SourceLink includes -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions src/Rhythm.Drop.Web/Rhythm.Drop.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
</ItemGroup>

<!-- SourceLink includes -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions src/Rhythm.Drop/Rhythm.Drop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@
<ProjectReference Include="..\Rhythm.Drop.Web\Rhythm.Drop.Web.csproj" />
</ItemGroup>

<!-- SourceLink includes -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 773ba08

Please sign in to comment.