Skip to content

Commit ba8527d

Browse files
committed
fix: Removed DisableCompatibility properties
1 parent 9a7c37f commit ba8527d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Directory.Build.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,4 @@
99
<Import Project="$(DirEngineeringSettings)src.build.props" Condition=" !$(IsTestableProject) " />
1010
<Import Project="$(DirEngineeringSettings)tests.build.props" Condition=" $(IsTestableProject) " />
1111

12-
<PropertyGroup>
13-
<DisableCompatibility>true</DisableCompatibility>
14-
</PropertyGroup>
15-
1612
</Project>

src/NetEvolve.Arguments/NetEvolve.Arguments.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
<PackageProjectUrl>https://github.com/dailydevops/arguments</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/dailydevops/arguments.git</RepositoryUrl>
1313
<PackageTags>guard;clausel;exceptions</PackageTags>
14-
15-
<!-- Remove, when Polyfill has fixed this. -->
16-
<DisableBannedApiForPerformance>true</DisableBannedApiForPerformance>
1714
</PropertyGroup>
1815

1916
<ItemGroup>

0 commit comments

Comments
 (0)