Fixed warning for central package version management

This commit is contained in:
Bogdan
2025-01-09 22:09:48 +02:00
parent 6e05456d6a
commit 3bb036e8c6
2 changed files with 2 additions and 1 deletions

View File

@@ -103,7 +103,7 @@
<!-- Annotates .NET assemblies with repository information including SHA -->
<!-- Sentry uses this to link directly to GitHub at the exact version/file/line -->
<!-- This is built-in on .NET 8 and can be removed once the project is updated -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" />
</ItemGroup>
<!-- Sentry specific configuration: Only in Release mode -->