|
59 | 59 | <Compile Include="System\Text\Json\Nodes\JsonArray.cs" />
|
60 | 60 | <Compile Include="System\Text\Json\Nodes\JsonArray.IList.cs" />
|
61 | 61 | <Compile Include="System\Text\Json\Nodes\JsonNode.cs" />
|
62 |
| - <Compile Include="System\Text\Json\Nodes\JsonNode.Dynamic.cs" /> |
63 | 62 | <Compile Include="System\Text\Json\Nodes\JsonNode.Operators.cs" />
|
64 | 63 | <Compile Include="System\Text\Json\Nodes\JsonNode.Parse.cs" />
|
65 | 64 | <Compile Include="System\Text\Json\Nodes\JsonNode.To.cs" />
|
66 | 65 | <Compile Include="System\Text\Json\Nodes\JsonNodeOptions.cs" />
|
67 | 66 | <Compile Include="System\Text\Json\Nodes\JsonObject.cs" />
|
68 |
| - <Compile Include="System\Text\Json\Nodes\JsonObject.Dynamic.cs" /> |
69 | 67 | <Compile Include="System\Text\Json\Nodes\JsonObject.IDictionary.cs" />
|
70 | 68 | <Compile Include="System\Text\Json\Nodes\JsonValue.CreateOverloads.cs" />
|
71 | 69 | <Compile Include="System\Text\Json\Nodes\JsonValue.cs" />
|
72 | 70 | <Compile Include="System\Text\Json\Nodes\JsonValueNotTrimmable.cs" />
|
73 | 71 | <Compile Include="System\Text\Json\Nodes\JsonValueOfT.cs" />
|
74 | 72 | <Compile Include="System\Text\Json\Nodes\JsonValueTrimmable.cs" />
|
75 |
| - <Compile Include="System\Text\Json\Nodes\MetaDynamic.cs" /> |
76 | 73 | <Compile Include="System\Text\Json\Reader\ConsumeNumberResult.cs" />
|
77 | 74 | <Compile Include="System\Text\Json\Reader\ConsumeTokenResult.cs" />
|
78 | 75 | <Compile Include="System\Text\Json\Reader\JsonReaderException.cs" />
|
|
298 | 295 | <Reference Include="System.Collections.Concurrent" />
|
299 | 296 | <Reference Include="System.Diagnostics.Debug" />
|
300 | 297 | <Reference Include="System.Diagnostics.Tools" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" />
|
301 |
| - <Reference Include="System.Linq.Expressions" /> |
302 | 298 | <Reference Include="System.Memory" />
|
303 | 299 | <Reference Include="System.Numerics.Vectors" />
|
304 | 300 | <Reference Include="System.Reflection.Emit.ILGeneration" />
|
|
315 | 311 | </ItemGroup>
|
316 | 312 | <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">
|
317 | 313 | <PackageReference Include="System.Buffers" Version="$(SystemBuffersVersion)" />
|
318 |
| - <PackageReference Include="System.Linq.Expressions" Version="$(SystemLinqExpressionsVersion)" /> |
319 | 314 | <PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
|
320 | 315 | <PackageReference Include="System.Numerics.Vectors" Version="$(SystemNumericsVectorsVersion)" />
|
321 | 316 | <PackageReference Include="System.Threading.Tasks.Extensions" Version="$(SystemThreadingTasksExtensionsVersion)" />
|
|
0 commit comments