1
pengmn
2025-07-01 b1161509ecc6f599b1c06c7f54ff3b27f0618178
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>