Update deps

* Removes SourceLink as it should work automagically with .NET 8
This commit is contained in:
Bond_009
2023-11-16 00:50:48 +01:00
parent 3c3f0a765e
commit faa22cdb84
6 changed files with 2 additions and 14 deletions

View File

@@ -41,10 +41,6 @@
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
</ItemGroup>
<!-- Code Analyzers -->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="IDisposableAnalyzers">