Removed hintpath crap.

This commit is contained in:
2025-09-03 13:17:07 +01:00
parent 782fe62e9d
commit 1b8318f211
12 changed files with 0 additions and 66 deletions

View File

@@ -64,12 +64,4 @@
<PackageReference Include="Spectre.Console" />
<PackageReference Include="System.ComponentModel.Annotations"/>
</ItemGroup>
<ItemGroup>
<Reference Include="Sentry">
<HintPath>..\..\..\..\.nuget\packages\sentry\5.14.1\lib\net9.0\Sentry.dll</HintPath>
</Reference>
<Reference Include="Spectre.Console">
<HintPath>..\..\..\..\.nuget\packages\spectre.console\0.50.0\lib\net9.0\Spectre.Console.dll</HintPath>
</Reference>
</ItemGroup>
</Project>