LevelcodeLicenseClient/packages/System.Text.Encodings.Web.10.0.1/buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets
2026-03-25 16:34:45 -03:00

7 lines
644 B
XML

<Project InitialTargets="NETStandardCompatError_System_Text_Encodings_Web_net8_0">
<Target Name="NETStandardCompatError_System_Text_Encodings_Web_net8_0"
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
<Warning Text="System.Text.Encodings.Web 10.0.1 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net8.0 or later. You may also set &lt;SuppressTfmSupportBuildWarnings&gt;true&lt;/SuppressTfmSupportBuildWarnings&gt; in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
</Target>
</Project>