yl
2023-11-22 bfa0a4079b2ac3f363826b7e329115f88b4bf0f5
1
2
3
4
5
6
<Project InitialTargets="NETStandardCompatError_System_Security_AccessControl_netcoreapp3_1">
  <Target Name="NETStandardCompatError_System_Security_AccessControl_netcoreapp3_1"
          Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
    <Error Text="System.Security.AccessControl doesn't support $(TargetFramework). Consider updating your TargetFramework to netcoreapp3.1 or later." />
  </Target>
</Project>