Skip to content

Commit

Permalink
Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/commits)

---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 16, 2023
1 parent 3775115 commit aabfcbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ApprovalTests/ApprovalTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Publicize.Fody" Version="1.8.0" PrivateAssets="All" />
<PackageReference Include="Virtuosity.Fody" Version="3.1.1" PrivateAssets="All" />
<PackageReference Include="TextCopy" Version="6.2.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<ProjectReference Include="..\ApprovalUtilities\ApprovalUtilities.csproj" />
<Content Include="build\ApprovalTests.props" PackagePath="build\ApprovalTests.props" />
<Content Include="buildMultiTargeting\ApprovalTests.props" PackagePath="buildMultiTargeting\ApprovalTests.props" />
Expand Down
2 changes: 1 addition & 1 deletion src/ApprovalUtilities/ApprovalUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<PackageReference Include="System.Management" Version="6.0.2" />
<PackageReference Include="Virtuosity.Fody" Version="3.1.1" PrivateAssets="All" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit aabfcbc

Please sign in to comment.