File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net45;netstandard2.0</TargetFrameworks >
4
+ <TargetFrameworks >net35;net40; net45;netstandard2.0</TargetFrameworks >
5
5
6
6
<Description >NLog Target that emits the log entries to a fluentd node</Description >
7
7
<Authors >Moriyoshi Koizumi</Authors >
18
18
<RepositoryUrl >git://github.com/fluent/NLog.Targets.Fluentd</RepositoryUrl >
19
19
</PropertyGroup >
20
20
21
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
21
+ <PropertyGroup Condition =" '$(TargetFramework)' != 'netstandard2.0 ' " >
22
22
<DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
23
23
</PropertyGroup >
24
24
25
- <ItemGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
25
+ <ItemGroup Condition =" '$(TargetFramework)' != 'netstandard2.0 ' " >
26
26
<Reference Include =" System" />
27
27
<Reference Include =" System.Core" />
28
- <Reference Include =" Microsoft.CSharp" />
29
28
30
29
<PackageReference Include =" MsgPack.Cli" Version =" 0.8.0" />
31
30
<PackageReference Include =" NLog" Version =" 2.1.0.0" />
32
31
</ItemGroup >
33
32
34
- <ItemGroup Condition =" '$(TargetFramework)' != 'net45 ' " >
33
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0 ' " >
35
34
<PackageReference Include =" MsgPack.Cli" Version =" 0.9.2" />
36
35
<PackageReference Include =" NLog" Version =" 4.5.0-rc03" />
37
36
</ItemGroup >
You can’t perform that action at this time.
0 commit comments