@@ -16,17 +16,7 @@ Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog
1616 <PackageReleaseNotes >
1717ChangeLog:
1818
19- - Updated dependency NLog v6.0
20- - Enabled nullable references
21- - Removed support for .NET Core 3.1 + .NET v5
22- - Updated .NET Framework 4.6.2 to use NET8-nuget-dependencies
23- - Added ${host-environment} as alias for ${aspnet-environment}
24- - Added ${host-rootdir} as alias for ${aspnet-aspbasepath}
25- - Added ${host-appname} as alias for ${iis-site-name}
26- - Removed obsolete extension-methods to register NLog as Logging Provider.
27- - Removed support for EvaluateAsNestedProperties, instead use ObjectPath.
28- - Renamed class-names for old LayoutRenderers to follow standards (@bakgerman)
29- - Marked AspNetLayoutRendererBase DoAppend-method as obsolete (@bakgerman)
19+ - Updated dependency NLog v6.0.1
3020
3121List of major changes in NLog v6.0: https://nlog-project.org/2025/04/29/nlog-6-0-major-changes.html
3222
@@ -56,7 +46,7 @@ List of available Layout Renderers: https://nlog-project.org/config/?tab=layout-
5646 </PropertyGroup >
5747
5848 <PropertyGroup Condition =" '$(TargetFramework)' == 'net462' " >
59- <Title >$(AssemblyName) - .NET Framework 4.6.1 </Title >
49+ <Title >$(AssemblyName) - .NET Framework 4.6.2 </Title >
6050 <DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
6151 <DefineConstants >$(DefineConstants);ASP_NET_CORE</DefineConstants >
6252 <DebugType Condition =" '$(Configuration)' == 'Debug' " >Full</DebugType >
@@ -77,7 +67,7 @@ List of available Layout Renderers: https://nlog-project.org/config/?tab=layout-
7767 <AssemblyTitle >$(Title)</AssemblyTitle >
7868 </PropertyGroup >
7969 <ItemGroup >
80- <PackageReference Include =" NLog.Extensions.Logging" Version =" 6.0.0 " />
70+ <PackageReference Include =" NLog.Extensions.Logging" Version =" 6.0.1 " />
8171 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
8272 </ItemGroup >
8373
@@ -86,7 +76,7 @@ List of available Layout Renderers: https://nlog-project.org/config/?tab=layout-
8676 </ItemGroup >
8777
8878 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net462' " >
89- <!-- Fixed to 2.3.0 since Long Term Supported (LTS) and only supported version for .NET Framework 4.6.2 -->
79+ <!-- Fixed to 2.3.0 since Long Term Supported (LTS) to support .NET Framework 4.6.2 -->
9080 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.3.0" />
9181 <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.3.0" />
9282 <PackageReference Include =" Microsoft.AspNetCore.Routing.Abstractions" Version =" 2.3.0" />
0 commit comments