File tree 3 files changed +5
-5
lines changed
src/installer/managed/Microsoft.NET.HostModel
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 86
86
</PropertyGroup >
87
87
88
88
<PropertyGroup >
89
- <!-- when building from source we need to use the current version of MetadataLoadContext as the toolset version, but source-build imports
90
- another props file which overrides the SystemReflectionMetadataLoadContextVersion from Version.props so we can't set it there -->
89
+ <!-- when building from source we need to use the current version of various packages as the toolset version, but source-build imports
90
+ another props file which overrides the versions from Version.props so we can't set it there -->
91
91
<SystemReflectionMetadataLoadContextToolsetVersion Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >$(SystemReflectionMetadataLoadContextVersion)</SystemReflectionMetadataLoadContextToolsetVersion >
92
+ <SystemTextJsonToolsetVersion Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >$(SystemTextJsonVersion)</SystemTextJsonToolsetVersion >
92
93
</PropertyGroup >
93
94
94
95
<Target Name =" ValidateTargetOSLowercase"
Original file line number Diff line number Diff line change 134
134
<runtimenativeSystemIOPortsVersion >9.0.0-preview.4.24215.1</runtimenativeSystemIOPortsVersion >
135
135
<!-- Keep toolset versions in sync with dotnet/msbuild and dotnet/sdk -->
136
136
<SystemCollectionsImmutableToolsetVersion >8.0.0</SystemCollectionsImmutableToolsetVersion >
137
+ <SystemTextJsonToolsetVersion >8.0.0</SystemTextJsonToolsetVersion >
137
138
<SystemReflectionMetadataToolsetVersion >8.0.0</SystemReflectionMetadataToolsetVersion >
138
139
<SystemReflectionMetadataLoadContextToolsetVersion >8.0.0</SystemReflectionMetadataLoadContextToolsetVersion >
139
140
<!-- Runtime-Assets dependencies -->
Original file line number Diff line number Diff line change 20
20
21
21
<ItemGroup >
22
22
<PackageReference Include =" System.Reflection.Metadata" Version =" $(SystemReflectionMetadataToolsetVersion)" />
23
- <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion )" />
23
+ <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonToolsetVersion )" />
24
24
</ItemGroup >
25
25
26
26
<ItemGroup >
35
35
36
36
37
37
</Project >
38
-
39
-
You can’t perform that action at this time.
0 commit comments