yl
2022-11-16 e807bc7e010a93b85cae988b0d2d3c969d8b10f5
1
2
3
4
5
6
<Project InitialTargets="NETStandardCompatError_System_CodeDom_netcoreapp3_1">
  <Target Name="NETStandardCompatError_System_CodeDom_netcoreapp3_1"
          Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
    <Error Text="System.CodeDom doesn't support $(TargetFramework). Consider updating your TargetFramework to netcoreapp3.1 or later." />
  </Target>
</Project>