1
zxx
2025-07-11 da7196f0acb1349fe0bc6b3b652093b495416adc
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>