Skip to content

Commit

Permalink
Remove netcoreapp3.1 from EventCounter Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Feb 27, 2023
1 parent 4eb59e1 commit 3d677e5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

<PropertyGroup>
<!-- 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>
<IncludeSharedTestSource>true</IncludeSharedTestSource>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3d677e5

Please sign in to comment.