Skip to content

Commit

Permalink
Merge branch 'metrics' into cijothomas/updateds_formetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Jul 21, 2021
2 parents 43f5fda + 4f8eb89 commit 9b796ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Unit test project for Jaeger Exporter for OpenTelemetry</Description>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks Condition="$(OS) == 'Windows_NT'">$(TargetFrameworks);net461</TargetFrameworks>

<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 9b796ff

Please sign in to comment.