Files
Michael Zhmailo a655de2076 Initial Commit
2024-06-24 22:44:32 +05:00

7 lines
420 B
XML

<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>