Skip to content

Commit

Permalink
[Hangfire] Remove netcoreapp3.1 from tests (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar authored Mar 1, 2023
1 parent fca4f42 commit 16d8891
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<Description>Unit test project for OpenTelemetry Hangfire instrumentation</Description>
<!-- OmniSharp/VS Code requires TargetFrameworks to be in descending order for IntelliSense and analysis. -->
<TargetFrameworks>net7.0;net6.0;netcoreapp3.1;net472</TargetFrameworks>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
<TargetFrameworks Condition="$(OS) == 'Windows_NT'">$(TargetFrameworks);net462</TargetFrameworks>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 16d8891

Please sign in to comment.