22 <PropertyGroup >
33 <Description >NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties.
44
5- For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore</Description >
5+ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore
6+ </Description >
67
78 <Authors >Microsoft;Julian Verdurmen</Authors >
8- <TargetFrameworks >net451;net461;netstandard1.3;netstandard1. 5;netstandard2.0</TargetFrameworks >
9+ <TargetFrameworks >net451;net461;netstandard1.5;netstandard2.0</TargetFrameworks >
910 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1011 <AssemblyName >NLog.Extensions.Logging</AssemblyName >
1112 <AssemblyOriginatorKeyFile >NLog.snk</AssemblyOriginatorKeyFile >
@@ -15,24 +16,32 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
1516 <PackageTags >NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags >
1617 <PackageReleaseNotes >
1718
18- support for .NET 4.6.1, support for message templates .NET standard 1.5+ and .NET 4.5.1+
19+
20+ rc4: Fixed bug with message templates, removed NLog 5 dependency
21+ rc3: Support for .NET 4.6.1, support for message templates .NET standard 1.5+ and .NET 4.5.1+
1922
2023 </PackageReleaseNotes >
2124 <PackageIconUrl >http://nlog-project.org/NConfig.png</PackageIconUrl >
2225 <PackageProjectUrl >https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl >
2326 <PackageLicenseUrl >https://github.com/NLog/NLog.Extensions.Logging/blob/master/LICENSE</PackageLicenseUrl >
2427 <RepositoryType >git</RepositoryType >
2528 <RepositoryUrl >git://github.com/NLog/NLog.Extensions.Logging</RepositoryUrl >
26- <Version >1.0.0-rtm-rc3</Version >
27-
29+ <Version >1.0.0-rtm-rc4</Version >
2830 <AssemblyVersion >1.0.0.0</AssemblyVersion >
2931 <!-- AssemblyVersion: keep 1.0.0.0-->
3032 <FileVersion >1.0.0.0</FileVersion >
3133 <!-- FileVersion = AssemblyFileVersionAttribute, patched by AppVeyor -->
3234 </PropertyGroup >
33-
35+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.5' Or '$(TargetFramework)' == 'net451' " >
36+ <DefineConstants >$(DefineConstants);NETCORE1_0</DefineConstants >
37+ </PropertyGroup >
38+ <PropertyGroup >
39+ <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\NLog.Extensions.Logging.xml</DocumentationFile >
40+ </PropertyGroup >
41+ <ItemGroup >
42+ <PackageReference Include =" NLog" Version =" [4.5.0-rc02,5)" />
43+ </ItemGroup >
3444 <ItemGroup Condition =" '$(TargetFramework)' == 'net451' " >
35- <PackageReference Include =" NLog" Version =" [4.5.0-rc01,5)" />
3645 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.1.2" />
3746 <Reference Include =" System.Xml" />
3847 <Reference Include =" System.Runtime" />
@@ -41,32 +50,19 @@ support for .NET 4.6.1, support for message templates .NET standard 1.5+ and .NE
4150 <Reference Include =" Microsoft.CSharp" />
4251 </ItemGroup >
4352 <ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
44- <PackageReference Include =" NLog" Version =" [4.5.0-rc01,5)" />
4553 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
4654 <Reference Include =" System.Xml" />
4755 <Reference Include =" System.Runtime" />
4856 <Reference Include =" System.Xml.Serialization" />
4957 <Reference Include =" System" />
5058 <Reference Include =" Microsoft.CSharp" />
5159 </ItemGroup >
52- <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' Or '$(TargetFramework)' == 'netstandard1.5' Or '$(TargetFramework)' == 'net451'" >
53- <DefineConstants >$(DefineConstants);NETCORE1_0</DefineConstants >
54- </PropertyGroup >
55- <PropertyGroup >
56- <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\NLog.Extensions.Logging.xml</DocumentationFile >
57- </PropertyGroup >
58- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
59- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.1.2" />
60- <PackageReference Include =" NLog" Version =" 5.0.0-beta11" />
61- <PackageReference Include =" System.AppContext" Version =" 4.3.0" />
62- </ItemGroup >
60+
6361 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.5' " >
6462 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.1.2" />
65- <PackageReference Include =" NLog" Version =" [4.5.0-rc01,5)" />
6663 <PackageReference Include =" System.AppContext" Version =" 4.3.0" />
6764 </ItemGroup >
6865 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
6966 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
70- <PackageReference Include =" NLog" Version =" [4.5.0-rc01,5)" />
7167 </ItemGroup >
7268</Project >
0 commit comments