<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> 怎么用

NET 7.0 桌面开发相关问题

描述

----
严重性警告
代码System.Text.Json 7.0.0 doesn't support netcoreapp3.1 and has not been tested with it. Consider upgrading your TargetFramework to net6.0 or later. You may also set true in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk.
说明networkCommunications
项目C:\Users\----\.nuget\packages\system.text.json\7.0.0\buildTransitive\netcoreapp2.0\
文件System.Text.Json.targets
4

开发框架 使用NET 7.0
项目使用框架式NET Core 3.1

问题:true到底怎么用?

https://github.com/dotnet/runtime/issues/73463