Skip to content

Commit

Permalink
Increase Elastic.Apm dependency to 1.4.0 (#66)
Browse files Browse the repository at this point in the history
Fixes #58
Fixes #61
  • Loading branch information
gregkalapos authored Mar 25, 2020
1 parent 02a2c3b commit 509c0e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Elastic.Apm.NLog/Elastic.Apm.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
a lower NLog version
-->
<PackageReference Include="NLog" Version="4.5.4" />
<PackageReference Include="Elastic.Apm" Version="1.2.0" />
<PackageReference Include="Elastic.Apm" Version="1.4.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="2.0.0"/>
<PackageReference Include="Elastic.Apm" Version="1.2.0"/>
<PackageReference Include="Elastic.Apm" Version="1.4.0"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/Elastic.Apm.NLog.Test/Elastic.Apm.NLog.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Elastic.Apm" Version="1.2.0" />
<PackageReference Include="Elastic.Apm" Version="1.4.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="JunitXml.TestLogger" Version="2.1.15" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Elastic.Apm" Version="1.2.0" />
<PackageReference Include="Elastic.Apm" Version="1.4.0" />
<PackageReference Include="JunitXml.TestLogger" Version="2.1.15" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="xunit.NLog" Version="1.1.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="coverlet.collector" Version="1.0.1" />
<PackageReference Include="Elastic.Apm" Version="1.2.0" />
<PackageReference Include="Elastic.Apm" Version="1.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="coverlet.collector" Version="1.0.1" />
<PackageReference Include="Elastic.Apm" Version="1.2.0" />
<PackageReference Include="Elastic.Apm" Version="1.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 509c0e5

Please sign in to comment.