Skip to content

Commit

Permalink
[Exporter.InfluxDB] Replace hardcoded TFM in test project (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 authored Oct 2, 2024
1 parent f24e67f commit a8367f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<!-- OmniSharp/VS Code requires TargetFrameworks to be in descending order for IntelliSense and analysis. -->
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>$(SupportedNetTargetsWithoutNet6)</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);net48;net472;net471;net47;net462</TargetFrameworks>
<Description>Unit test project for InfluxDB Exporter for OpenTelemetry.</Description>
</PropertyGroup>
Expand Down

0 comments on commit a8367f2

Please sign in to comment.