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.
Polyfill
.NET 5
1 parent 95fe8ea commit aa6610dCopy full SHA for aa6610d
src/NetEvolve.Arguments/NetEvolve.Arguments.csproj
@@ -21,7 +21,7 @@
21
</PropertyGroup>
22
23
<ItemGroup>
24
- <PackageReference Include="Polyfill" Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net5.0' ">
+ <PackageReference Include="Polyfill" Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
25
<PrivateAssets>all</PrivateAssets>
26
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
27
</PackageReference>
0 commit comments