Skip to content

Commit

Permalink
Newest Elmah.Io.Client prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Jul 3, 2024
1 parent ad687c0 commit aacbd32
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.1.76.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Elmah.Io.Client.5.1.76\lib\net461\Elmah.Io.Client.dll</HintPath>
<Reference Include="Elmah.Io.Client, Version=5.2.77.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Elmah.Io.Client.5.2.77-pre\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.1.76" targetFramework="net472" />
<package id="Elmah.Io.Client" version="5.2.77-pre" 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 @@ -36,7 +36,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.1.76,6)" />
<PackageReference Include="Elmah.Io.Client" Version="[5.2.77-pre,6)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit aacbd32

Please sign in to comment.