yl
2023-10-31 c6183753ab694aa8840c0b7f4460c2700c1490cd
1
2
3
4
5
6
<Project InitialTargets="NETStandardCompatError_System_Configuration_ConfigurationManager_netcoreapp3_1">
  <Target Name="NETStandardCompatError_System_Configuration_ConfigurationManager_netcoreapp3_1"
          Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
    <Error Text="System.Configuration.ConfigurationManager doesn't support $(TargetFramework). Consider updating your TargetFramework to netcoreapp3.1 or later." />
  </Target>
</Project>