Skip to content

Commit

Permalink
Update Microsoft.SourceLink.GitHub requirement from 1.* to 8.* (#13)
Browse files Browse the repository at this point in the history
Updates the requirements on [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) to permit the latest version.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](dotnet/sourcelink@1.0.0...8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Mann <[email protected]>
  • Loading branch information
dependabot[bot] and ChristopherMann authored Mar 8, 2024
1 parent a2b2743 commit 8b039db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dbosoft.Functional/Dbosoft.Functional.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.*" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.*" PrivateAssets="All"/>
</ItemGroup>
</Project>

0 comments on commit 8b039db

Please sign in to comment.