Skip to content

Commit 3961cb5

Browse files
committed
Directory.Build.props: Removed FEATURE_IENUMERABLE_APPEND
1 parent 1a20800 commit 3961cb5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Directory.Build.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
<PropertyGroup Condition=" $(TargetFramework.StartsWith('netstandard2.')) Or $(TargetFramework.StartsWith('netcoreapp2.')) Or $(TargetFramework.StartsWith('netcoreapp3.')) Or $(TargetFramework.StartsWith('net5.')) Or $(TargetFramework.StartsWith('net6.')) Or $(TargetFramework.StartsWith('net7.')) Or $(TargetFramework.StartsWith('net8.')) Or $(TargetFramework.StartsWith('net9.')) Or $(TargetFramework.StartsWith('net10.')) ">
128128

129129
<DefineConstants>$(DefineConstants);FEATURE_ICONFIGURATIONROOT_PROVIDERS</DefineConstants>
130-
<DefineConstants>$(DefineConstants);FEATURE_IENUMERABLE_APPEND</DefineConstants>
131130

132131
</PropertyGroup>
133132

0 commit comments

Comments
 (0)