Skip to content

Commit 8ac5825

Browse files
Update docs, update PackageReference
1 parent d2aeb9a commit 8ac5825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
1616
</Description>
1717
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags>
1818
<PackageReleaseNotes>
19-
19+
rc6: support UAP10/UWP
2020
rc5: Fix System.Runtime not found in the GAC on .NET 4.5 / 4.6
2121
rc4: Fixed bug with message templates, removed NLog 5 dependency
2222
rc3: Support for .NET 4.6.1, support for message templates .NET standard 1.5+ and .NET 4.5.1+
@@ -60,7 +60,7 @@ rc3: Support for .NET 4.6.1, support for message templates .NET standard 1.5+ an
6060
<DefineConstants>$(DefineConstants);NETCORE1_0</DefineConstants>
6161
</PropertyGroup>
6262
<ItemGroup>
63-
<PackageReference Include="NLog" Version="[4.5.0-rc02,5)" />
63+
<PackageReference Include="NLog" Version="[4.5.0-rc03,5)" />
6464
</ItemGroup>
6565
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
6666
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.0.2" />

0 commit comments

Comments
 (0)