Skip to content

Commit

Permalink
Merge branch 'dev' into conditionalEnrich
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Komisarchik authored May 13, 2020
2 parents 801d6d8 + 543d858 commit e12105f
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.0.4" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.0.0" />
<PackageReference Include="Serilog" Version="2.9.0" />
<None Include="..\..\assets\icon.png" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0'">
<PackageReference Include="Microsoft.NETCore.Targets" Version="3.0.0" />
</ItemGroup>


<ItemGroup Condition="'$(TargetFramework)' == 'net451'">
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.2" />
</ItemGroup>
Expand Down

0 comments on commit e12105f

Please sign in to comment.