zxx
2025-07-03 eef16e0bb8ddb518c6726f04d4ac43dfd3feca2a
1
2
3
4
5
6
<Project InitialTargets="NETStandardCompatError_System_Diagnostics_DiagnosticSource_netcoreapp3_1">
  <Target Name="NETStandardCompatError_System_Diagnostics_DiagnosticSource_netcoreapp3_1"
          Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
    <Error Text="System.Diagnostics.DiagnosticSource doesn't support $(TargetFramework). Consider updating your TargetFramework to netcoreapp3.1 or later." />
  </Target>
</Project>