We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a77c1 commit 6f997c4Copy full SHA for 6f997c4
src/Polly.Specs/Polly.Specs.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFrameworks>net6.0</TargetFrameworks>
5
- <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(TargetFrameworks);net472</TargetFrameworks>
+ <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(TargetFrameworks);net481</TargetFrameworks>
6
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
0 commit comments