在以下 commit 里面:
为了修复已经 JsonIgnore 的属性仍被反序列化,导致 StackOverflow 异常的问题,引入了 <PackageVersion Include="System.Text.Json" Version="8.0.6" /> 的版本
而 System.Text.Json 引用了 System.Text.Encodings.Web 库,这就导致将 C:\Users\lindexi\.nuget\packages\system.text.encodings.web\8.0.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll 在构建的 _CopyFilesMarkedCopyLocal 拷贝到输出路径
这就导致 runtimes 里多了 browser 文件夹
在以下 commit 里面:
为了修复已经 JsonIgnore 的属性仍被反序列化,导致 StackOverflow 异常的问题,引入了
<PackageVersion Include="System.Text.Json" Version="8.0.6" />的版本而 System.Text.Json 引用了 System.Text.Encodings.Web 库,这就导致将
C:\Users\lindexi\.nuget\packages\system.text.encodings.web\8.0.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll在构建的_CopyFilesMarkedCopyLocal拷贝到输出路径这就导致 runtimes 里多了 browser 文件夹