Skip to content

Commit

Permalink
Updated sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Apr 2, 2020
1 parent ec3c35b commit 96ef73e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 18 deletions.
8 changes: 4 additions & 4 deletions src/Lurker.Console/Lurker.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="Sentry, Version=2.0.3.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.2.0.3\lib\net461\Sentry.dll</HintPath>
<Reference Include="Sentry, Version=2.1.1.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.2.1.1\lib\net461\Sentry.dll</HintPath>
</Reference>
<Reference Include="Sentry.PlatformAbstractions, Version=1.1.0.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.PlatformAbstractions.1.1.0\lib\net471\Sentry.PlatformAbstractions.dll</HintPath>
</Reference>
<Reference Include="Sentry.Protocol, Version=2.0.0.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.Protocol.2.0.0\lib\net46\Sentry.Protocol.dll</HintPath>
<Reference Include="Sentry.Protocol, Version=2.1.1.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.Protocol.2.1.1\lib\net46\Sentry.Protocol.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
4 changes: 2 additions & 2 deletions src/Lurker.Console/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<package id="Microsoft.Owin.Hosting" version="2.0.2" targetFramework="net48" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net472" />
<package id="Owin" version="1.0" targetFramework="net48" />
<package id="Sentry" version="2.0.3" targetFramework="net472" />
<package id="Sentry" version="2.1.1" targetFramework="net48" />
<package id="Sentry.PlatformAbstractions" version="1.1.0" targetFramework="net472" />
<package id="Sentry.Protocol" version="2.0.0" targetFramework="net472" />
<package id="Sentry.Protocol" version="2.1.1" targetFramework="net48" />
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net472" />
</packages>
8 changes: 4 additions & 4 deletions src/Lurker.UI/Lurker.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="Sentry, Version=2.0.3.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.2.0.3\lib\net461\Sentry.dll</HintPath>
<Reference Include="Sentry, Version=2.1.1.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.2.1.1\lib\net461\Sentry.dll</HintPath>
</Reference>
<Reference Include="Sentry.PlatformAbstractions, Version=1.1.0.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.PlatformAbstractions.1.1.0\lib\net471\Sentry.PlatformAbstractions.dll</HintPath>
</Reference>
<Reference Include="Sentry.Protocol, Version=2.0.0.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.Protocol.2.0.0\lib\net46\Sentry.Protocol.dll</HintPath>
<Reference Include="Sentry.Protocol, Version=2.1.1.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.Protocol.2.1.1\lib\net46\Sentry.Protocol.dll</HintPath>
</Reference>
<Reference Include="SharpCompress, Version=0.17.1.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
<HintPath>..\..\packages\SharpCompress.0.17.1\lib\net45\SharpCompress.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions src/Lurker.UI/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<package id="NLog" version="4.6.8" targetFramework="net472" />
<package id="NuGet.CommandLine" version="5.4.0" targetFramework="net48" developmentDependency="true" />
<package id="Owin" version="1.0" targetFramework="net48" />
<package id="Sentry" version="2.0.3" targetFramework="net472" />
<package id="Sentry" version="2.1.1" targetFramework="net48" />
<package id="Sentry.PlatformAbstractions" version="1.1.0" targetFramework="net472" />
<package id="Sentry.Protocol" version="2.0.0" targetFramework="net472" />
<package id="Sentry.Protocol" version="2.1.1" targetFramework="net48" />
<package id="SharpCompress" version="0.17.1" targetFramework="net472" />
<package id="SharpDX" version="4.2.0" targetFramework="net48" />
<package id="SharpDX.Desktop" version="4.2.0" targetFramework="net48" />
Expand Down
1 change: 1 addition & 0 deletions src/Lurker/ClientLurker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace Lurker
{
using Lurker.Extensions;
using Lurker.Patreon.Events;
using Sentry;
using System;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down
8 changes: 4 additions & 4 deletions src/Lurker/Lurker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="Sentry, Version=2.0.3.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.2.0.3\lib\net461\Sentry.dll</HintPath>
<Reference Include="Sentry, Version=2.1.1.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.2.1.1\lib\net461\Sentry.dll</HintPath>
</Reference>
<Reference Include="Sentry.PlatformAbstractions, Version=1.1.0.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.PlatformAbstractions.1.1.0\lib\net471\Sentry.PlatformAbstractions.dll</HintPath>
</Reference>
<Reference Include="Sentry.Protocol, Version=2.0.0.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.Protocol.2.0.0\lib\net46\Sentry.Protocol.dll</HintPath>
<Reference Include="Sentry.Protocol, Version=2.1.1.0, Culture=neutral, PublicKeyToken=fba2ec45388e2af0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sentry.Protocol.2.1.1\lib\net46\Sentry.Protocol.dll</HintPath>
</Reference>
<Reference Include="SharpClipboard, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\SharpClipboard.3.3.0\lib\SharpClipboard.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions src/Lurker/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<package id="NLog.Config" version="4.6.8" targetFramework="net472" />
<package id="NLog.Schema" version="4.6.8" targetFramework="net472" />
<package id="Owin" version="1.0" targetFramework="net48" />
<package id="Sentry" version="2.0.3" targetFramework="net472" />
<package id="Sentry" version="2.1.1" targetFramework="net48" />
<package id="Sentry.PlatformAbstractions" version="1.1.0" targetFramework="net472" />
<package id="Sentry.Protocol" version="2.0.0" targetFramework="net472" />
<package id="Sentry.Protocol" version="2.1.1" targetFramework="net48" />
<package id="SharpClipboard" version="3.3.0" targetFramework="net472" />
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net472" />
</packages>

0 comments on commit 96ef73e

Please sign in to comment.