Skip to content

Commit

Permalink
Newest Elmah.Io.Client
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Jan 13, 2025
1 parent dc3ebec commit b69a305
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Elmah.Io.Client, Version=5.2.114.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Elmah.Io.Client.5.2.114\lib\net461\Elmah.Io.Client.dll</HintPath>
<Reference Include="Elmah.Io.Client, Version=5.2.118.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Elmah.Io.Client.5.2.118\lib\net461\Elmah.Io.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion examples/Serilog.Sinks.ElmahIo.AspNet/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Antlr" version="3.5.0.2" targetFramework="net472" />
<package id="bootstrap" version="3.4.1" targetFramework="net472" />
<package id="Elmah.Io.Client" version="5.2.114" targetFramework="net472" />
<package id="Elmah.Io.Client" version="5.2.118" targetFramework="net472" />
<package id="jQuery" version="3.4.1" targetFramework="net472" />
<package id="jQuery.Validation" version="1.17.0" targetFramework="net472" />
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net472" />
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.ElmahIO/Serilog.Sinks.ElmahIo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ItemGroup>
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="3.1.0" />
<PackageReference Include="Elmah.Io.Client" Version="[5.2.114,6)" />
<PackageReference Include="Elmah.Io.Client" Version="[5.2.118,6)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b69a305

Please sign in to comment.