File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <TargetFrameworks Condition =" '$(TargetFrameworks)' == '' " >net46;net35;netstandard2.0;netstandard2.1;net8.0-windows</TargetFrameworks >
55 <RootNamespace >NLog</RootNamespace >
66
7- <VersionPrefix >6.0.0 </VersionPrefix >
7+ <VersionPrefix >6.0.2 </VersionPrefix >
88 <VersionSuffix ></VersionSuffix >
99
1010 <AssemblyVersion >6.0.0.0</AssemblyVersion >
2424
2525 <PackageReleaseNotes >
2626Changelog:
27- - Update to NLog v6
28- - Enable Nullable API
27+ - NLog v6.0.2
28+ - Added TargetFramework net8.0-windows
2929
3030Windows-Identity LayoutRenderer Docs:
3131- https://github.com/NLog/NLog/wiki/Windows-Identity-Layout-Renderer
@@ -49,7 +49,6 @@ ImpersonatingWrapper Target Docs:
4949 <EmbedUntrackedSources >true</EmbedUntrackedSources >
5050 <GenerateDocumentationFile >true</GenerateDocumentationFile >
5151 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
52- <EnableTrimAnalyzer >true</EnableTrimAnalyzer >
5352 <IsTrimmable Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0')) " >true</IsTrimmable >
5453 <IsAotCompatible Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0')) " >true</IsAotCompatible >
5554 <Nullable >enable</Nullable >
@@ -89,7 +88,7 @@ ImpersonatingWrapper Target Docs:
8988
9089 <ItemGroup >
9190 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
92- <PackageReference Include =" NLog" Version =" 6.0.1 " />
91+ <PackageReference Include =" NLog" Version =" 6.0.2 " />
9392 </ItemGroup >
9493
9594 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments