Skip to content

Commit

Permalink
Add reference to sentry-native.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnygunawan committed Dec 2, 2024
1 parent d8c5164 commit 5f6ec99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BotNet/BotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<PackageReference Include="Sentry.AspNetCore" Version="4.13.0" />
<PackageReference Include="Telegram.Bot" Version="22.1.3" />
<PackageReference Include="Telegram.Bot.Extensions.Polling" Version="1.0.2" />
<DirectPInvoke Include="sentry-native" />
<NativeLibrary Include="$(NugetPackageRoot)\sentry\4.13.0\sentry-native\win-x64\sentry-native.lib" />
<NativeLibrary Include="dbghelp.lib" />
<NativeLibrary Include="winhttp.lib" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5f6ec99

Please sign in to comment.