Skip to content

Commit

Permalink
Remove netcoreapp3.1 test target
Browse files Browse the repository at this point in the history
Remove `netcoreapp3.1` from the tests as it is now out of support and also isn't installed by default on Linux in GitHub Actions.
  • Loading branch information
martincostello committed Jan 6, 2023
1 parent a6f55a8 commit 727b044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polly.Specs/Polly.Specs.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(TargetFrameworks);net472</TargetFrameworks>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
</PropertyGroup>
Expand Down

0 comments on commit 727b044

Please sign in to comment.