File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/Platforms/Exceptionless.NLog Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 25
25
</ItemGroup >
26
26
27
27
<ItemGroup Label =" Package References" >
28
- <PackageReference Include =" NLog" Version =" 4.7.15 " />
28
+ <PackageReference Include =" NLog" Version =" 5.1.0 " />
29
29
</ItemGroup >
30
30
31
31
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " Label =" Build" >
Original file line number Diff line number Diff line change @@ -36,12 +36,8 @@ minimum log level that will be used until the client retrieves settings from the
36
36
<?xml version="1.0" encoding="utf-8" ?>
37
37
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
38
38
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
39
- <extensions>
40
- <add assembly="Exceptionless.NLog"/>
41
- </extensions>
42
-
43
39
<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">
45
41
<field name="host" layout="${machinename}" />
46
42
<field name="identity" layout="${identity}" />
47
43
<field name="windows-identity" layout="${windows-identity:userName=True:domain=False}" />
You can’t perform that action at this time.
0 commit comments