From 40929f9fb97c40f0b434bd8f5b78f994e3f17127 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 15 Nov 2023 18:57:30 +0000
Subject: [PATCH] Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0

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>
---
 src/VisualStudio/VisualStudio.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/VisualStudio/VisualStudio.csproj b/src/VisualStudio/VisualStudio.csproj
index 5063343..f7635c8 100644
--- a/src/VisualStudio/VisualStudio.csproj
+++ b/src/VisualStudio/VisualStudio.csproj
@@ -43,7 +43,7 @@ See full documentation at $(PackageProjectUrl).
 
   <ItemGroup>
     <PackageReference Include="Devlooped.Web" Version="1.2.0" />
-    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
+    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
     <PackageReference Include="System.Text.Json" Version="6.0.8" />
     <PackageReference Include="vswhere" Version="3.1.7" PrivateAssets="all" />
     <PackageReference Include="Mono.Options" Version="6.12.0.148" />