Skip to content

Commit e76cf82

Browse files
committed
Newest elmah.io.client
1 parent 74008c8 commit e76cf82

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/Serilog.Sinks.ElmahIo.AspNet/Serilog.Sinks.ElmahIo.AspNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Elmah.Io.Client, Version=5.3.130.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\..\packages\Elmah.Io.Client.5.3.130-pre\lib\net461\Elmah.Io.Client.dll</HintPath>
48+
<Reference Include="Elmah.Io.Client, Version=5.3.131.0, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>..\..\packages\Elmah.Io.Client.5.3.131\lib\net461\Elmah.Io.Client.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Microsoft.CSharp" />
5252
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

examples/Serilog.Sinks.ElmahIo.AspNet/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Antlr" version="3.5.0.2" targetFramework="net472" />
44
<package id="bootstrap" version="3.4.1" targetFramework="net472" />
5-
<package id="Elmah.Io.Client" version="5.3.130-pre" targetFramework="net472" />
5+
<package id="Elmah.Io.Client" version="5.3.131" targetFramework="net472" />
66
<package id="jQuery" version="3.4.1" targetFramework="net472" />
77
<package id="jQuery.Validation" version="1.17.0" targetFramework="net472" />
88
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net472" />

src/Serilog.Sinks.ElmahIO/Serilog.Sinks.ElmahIo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<ItemGroup>
3838
<PackageReference Include="Serilog" Version="3.0.1" />
3939
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="3.1.0" />
40-
<PackageReference Include="Elmah.Io.Client" Version="[5.3.130-pre,6)" />
40+
<PackageReference Include="Elmah.Io.Client" Version="[5.3.131,6)" />
4141
</ItemGroup>
4242

4343
<ItemGroup>

0 commit comments

Comments
 (0)