Skip to content

Commit fce2f5b

Browse files
committed
[BREAKING] Bump NLog from 4.7 to 5.1
1 parent cdbcff0 commit fce2f5b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup Label="Package References">
28-
<PackageReference Include="NLog" Version="4.7.15" />
28+
<PackageReference Include="NLog" Version="5.1.0" />
2929
</ItemGroup>
3030

3131
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' " Label="Build">

src/Platforms/Exceptionless.NLog/readme.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,8 @@ minimum log level that will be used until the client retrieves settings from the
3636
<?xml version="1.0" encoding="utf-8" ?>
3737
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
3838
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
39-
<extensions>
40-
    <add assembly="Exceptionless.NLog"/>
41-
  </extensions>
42-
4339
  <targets async="true">
44-
    <target xsi:type="Exceptionless" name="exceptionless" apiKey="API_KEY_HERE">
40+
    <target xsi:type="Exceptionless, Exceptionless.NLog" name="exceptionless" apiKey="API_KEY_HERE">
4541
      <field name="host" layout="${machinename}" />
4642
      <field name="identity" layout="${identity}" />
4743
      <field name="windows-identity" layout="${windows-identity:userName=True:domain=False}" />

0 commit comments

Comments
 (0)