1
pulg
2025-05-27 bc3d7a828114cb9df154da869ec986cf6733a779
1
2
3
4
5
6
<Project InitialTargets="NETStandardCompatError_System_Security_Cryptography_Pkcs_netcoreapp3_1">
  <Target Name="NETStandardCompatError_System_Security_Cryptography_Pkcs_netcoreapp3_1"
          Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
    <Error Text="System.Security.Cryptography.Pkcs doesn't support $(TargetFramework). Consider updating your TargetFramework to netcoreapp3.1 or later." />
  </Target>
</Project>