Skip to content

Commit

Permalink
Updated Elmah.Io.Client in ASP.NET sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Jan 10, 2024
1 parent 584a330 commit 32a3c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0.66.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Elmah.Io.Client.5.0.66\lib\net461\Elmah.Io.Client.dll</HintPath>
<Reference Include="Elmah.Io.Client, Version=5.1.71.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Elmah.Io.Client.5.1.71-pre\lib\net461\Elmah.Io.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, 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.0.66" targetFramework="net472" />
<package id="Elmah.Io.Client" version="5.1.71-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

0 comments on commit 32a3c4d

Please sign in to comment.