|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <Import Project="..\..\build\common.props" /> |
4 | | - |
5 | | - <PropertyGroup> |
6 | | - <AssemblyName>Es.Logging.NLog</AssemblyName> |
7 | | - <AssemblyTitle>Es.Logging.NLog</AssemblyTitle> |
8 | | - <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> |
9 | | - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
10 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
11 | | - <PackageId>Es.Logging.NLog</PackageId> |
12 | | - </PropertyGroup> |
13 | | - |
14 | | - <ItemGroup> |
15 | | - <ProjectReference Include="..\Es.Logging\Es.Logging.csproj" /> |
16 | | - </ItemGroup> |
17 | | - |
18 | | - <ItemGroup> |
19 | | - <PackageReference Include="NLog" Version="4.6.8" /> |
20 | | - </ItemGroup> |
21 | | - |
22 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
23 | | - <Reference Include="System.Xml" /> |
24 | | - <Reference Include="System" /> |
25 | | - <Reference Include="Microsoft.CSharp" /> |
26 | | - </ItemGroup> |
27 | | - |
28 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
29 | | - <DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants> |
30 | | - </PropertyGroup> |
31 | | - |
32 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> |
33 | | - <DefineConstants>$(DefineConstants);NETFULL</DefineConstants> |
34 | | - </PropertyGroup> |
| 3 | + <Import Project="..\..\build\common.props" /> |
| 4 | + |
| 5 | + <PropertyGroup> |
| 6 | + <AssemblyName>Es.Logging.NLog</AssemblyName> |
| 7 | + <AssemblyTitle>Es.Logging.NLog</AssemblyTitle> |
| 8 | + <TargetFrameworks>net462;netstandard2.0;netcoreapp3.1;net5.0;net6.0</TargetFrameworks> |
| 9 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 10 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 11 | + <PackageId>Es.Logging.NLog</PackageId> |
| 12 | + </PropertyGroup> |
| 13 | + |
| 14 | + <ItemGroup> |
| 15 | + <ProjectReference Include="..\Es.Logging\Es.Logging.csproj" /> |
| 16 | + </ItemGroup> |
| 17 | + |
| 18 | + <ItemGroup> |
| 19 | + <PackageReference Include="NLog" Version="4.7.14" /> |
| 20 | + </ItemGroup> |
| 21 | + |
| 22 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
| 23 | + <Reference Include="System.Xml" /> |
| 24 | + <Reference Include="System" /> |
| 25 | + <Reference Include="Microsoft.CSharp" /> |
| 26 | + </ItemGroup> |
| 27 | + |
| 28 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
| 29 | + <DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants> |
| 30 | + </PropertyGroup> |
| 31 | + |
| 32 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> |
| 33 | + <DefineConstants>$(DefineConstants);NETFULL</DefineConstants> |
| 34 | + </PropertyGroup> |
35 | 35 |
|
36 | 36 | </Project> |
0 commit comments