@@ -36,7 +36,7 @@ rc2 (see https://github.com/NLog/NLog.Extensions.Logging/milestone/9?closed=1)
3636 </PropertyGroup >
3737
3838 <ItemGroup Condition =" '$(TargetFramework)' == 'net451' " >
39- <PackageReference Include =" NLog" Version =" [4.4.12 ,5)" />
39+ <PackageReference Include =" NLog" Version =" [4.5.0-rc01 ,5)" />
4040 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.1.2" />
4141 <Reference Include =" System.Xml" />
4242 <Reference Include =" System.Runtime" />
@@ -45,16 +45,16 @@ rc2 (see https://github.com/NLog/NLog.Extensions.Logging/milestone/9?closed=1)
4545 <Reference Include =" Microsoft.CSharp" />
4646 </ItemGroup >
4747 <ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
48- <PackageReference Include =" NLog" Version =" [4.4.12 ,5)" />
48+ <PackageReference Include =" NLog" Version =" [4.5.0-rc01 ,5)" />
4949 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
5050 <Reference Include =" System.Xml" />
5151 <Reference Include =" System.Runtime" />
5252 <Reference Include =" System.Xml.Serialization" />
5353 <Reference Include =" System" />
5454 <Reference Include =" Microsoft.CSharp" />
5555 </ItemGroup >
56- <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' Or '$(TargetFramework)' == 'netstandard1.5' Or '$(TargetFramework)' == 'netstandard2.0 '" >
57- <DefineConstants >$(DefineConstants);NETCORE </DefineConstants >
56+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' Or '$(TargetFramework)' == 'netstandard1.5' Or '$(TargetFramework)' == 'net451 '" >
57+ <DefineConstants >$(DefineConstants);NETCORE1_0 </DefineConstants >
5858 </PropertyGroup >
5959 <PropertyGroup >
6060 <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\NLog.Extensions.Logging.xml</DocumentationFile >
@@ -66,12 +66,11 @@ rc2 (see https://github.com/NLog/NLog.Extensions.Logging/milestone/9?closed=1)
6666 </ItemGroup >
6767 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.5' " >
6868 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.1.2" />
69- <PackageReference Include =" NLog" Version =" [4.5.0-beta07 ,5)" />
69+ <PackageReference Include =" NLog" Version =" [4.5.0-rc01 ,5)" />
7070 <PackageReference Include =" System.AppContext" Version =" 4.3.0" />
7171 </ItemGroup >
7272 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
7373 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
74- <PackageReference Include =" NLog" Version =" [4.5.0-beta07,5)" />
75- <PackageReference Include =" System.AppContext" Version =" 4.3.0" />
74+ <PackageReference Include =" NLog" Version =" [4.5.0-rc01,5)" />
7675 </ItemGroup >
7776</Project >
0 commit comments