Skip to content

Commit f58d522

Browse files
authored
fix: Removed Polyfill dependency for .NET 5 (#325)
1 parent 95fe8ea commit f58d522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetEvolve.Arguments/NetEvolve.Arguments.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Polyfill" Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net5.0' ">
24+
<PackageReference Include="Polyfill" Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>

0 commit comments

Comments
 (0)