Skip to content

Commit

Permalink
[Extensions.Docker] Remove netcoreapp3.1 from test (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar authored Mar 24, 2023
1 parent 29e33b1 commit 365e131
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<PropertyGroup>
<Description>Unit test project for Docker Detector for OpenTelemetry</Description>
<!-- OmniSharp/VS Code requires TargetFrameworks to be in descending order for IntelliSense and analysis. -->
<TargetFrameworks>net7.0;net6.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
<TargetFrameworks Condition="$(OS) == 'Windows_NT'">$(TargetFrameworks);net462</TargetFrameworks>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 365e131

Please sign in to comment.