Skip to content

Commit

Permalink
Added targetframework net461 to match Elasticsearch.Net
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored and markmcdowell committed Sep 18, 2019
1 parent 1e98726 commit cd000d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<Description>An NLog target that utilises the elasticsearch low level client.</Description>
<PackageLicenseUrl>https://raw.githubusercontent.com/ReactiveMarkets/NLog.Targets.ElasticSearch/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ReactiveMarkets/NLog.Targets.ElasticSearch</PackageProjectUrl>
Expand All @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Elasticsearch.Net" Version="7.2.0" />
<PackageReference Include="Elasticsearch.Net" Version="7.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="NLog" Version="4.6.6" />
</ItemGroup>
Expand Down

0 comments on commit cd000d0

Please sign in to comment.