Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa3b802

Browse files
[main] Source code updates from dotnet/dotnet (#115257)
* Update dependencies from https://github.com/dotnet/dotnet build 266652 * [VMR] Codeflow 27604b5-27604b5 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 266849 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Viktor Hofer <[email protected]>
1 parent 81899bb commit aa3b802

File tree

5 files changed

+97
-114
lines changed

5 files changed

+97
-114
lines changed

eng/DotNetBuild.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
<!-- Source-build will use non-portable RIDs. To build for these non-portable RID scenarios, we must do a boostrapped build. -->
4949
<InnerBuildArgs Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildUseMonoRuntime)' != 'true'">$(InnerBuildArgs) --bootstrap</InnerBuildArgs>
5050
<!-- Pass through special build modes controlled by properties -->
51-
<InnerBuildArgs Condition="'$(DotNetBuildRuntimeWasmEnableThreads)' == 'true'">$(InnerBuildArgs) /p:WasmEnableThreads=true</InnerBuildArgs>
52-
<InnerBuildArgs Condition="'$(DotNetBuildMonoEnableLLVM)' != ''">$(InnerBuildArgs) /p:MonoEnableLLVM=$(DotNetBuildMonoEnableLLVM)</InnerBuildArgs>
53-
<InnerBuildArgs Condition="'$(DotNetBuildMonoAOTEnableLLVM)' != ''">$(InnerBuildArgs) /p:MonoAOTEnableLLVM=$(DotNetBuildMonoAOTEnableLLVM)</InnerBuildArgs>
54-
<InnerBuildArgs Condition="'$(DotNetBuildMonoBundleLLVMOptimizer)' != ''">$(InnerBuildArgs) /p:MonoBundleLLVMOptimizer=$(DotNetBuildMonoBundleLLVMOptimizer)</InnerBuildArgs>
51+
<InnerBuildArgs Condition="'$(WasmEnableThreads)' == 'true'">$(InnerBuildArgs) /p:WasmEnableThreads=true</InnerBuildArgs>
52+
<InnerBuildArgs Condition="'$(MonoEnableLLVM)' != ''">$(InnerBuildArgs) /p:MonoEnableLLVM=$(MonoEnableLLVM)</InnerBuildArgs>
53+
<InnerBuildArgs Condition="'$(MonoAOTEnableLLVM)' != ''">$(InnerBuildArgs) /p:MonoAOTEnableLLVM=$(MonoAOTEnableLLVM)</InnerBuildArgs>
54+
<InnerBuildArgs Condition="'$(MonoBundleLLVMOptimizer)' != ''">$(InnerBuildArgs) /p:MonoBundleLLVMOptimizer=$(MonoBundleLLVMOptimizer)</InnerBuildArgs>
5555
<InnerBuildArgs Condition="'$(DotNetBuildAllRuntimePacks)' != ''">$(InnerBuildArgs) /p:DotNetBuildAllRuntimePacks=$(DotNetBuildAllRuntimePacks)</InnerBuildArgs>
5656
<InnerBuildArgs Condition="'$(DotNetBuildPass)' != ''">$(InnerBuildArgs) /p:DotNetBuildPass=$(DotNetBuildPass)</InnerBuildArgs>
5757
<InnerBuildArgs Condition="'$(PgoInstrument)' == 'true'">$(InnerBuildArgs) $(FlagParameterPrefix)pgoinstrument</InnerBuildArgs>

eng/Version.Details.xml

+61-61
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Dependencies>
2-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="runtime" Sha="dab45dead83a6cf3e5fa9df1396c51e6a6b61c07" BarId="266608" />
2+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="runtime" Sha="86c2177121ebf8d49b372dd7232588ceaae6c7cb" BarId="266849" />
33
<ProductDependencies>
44
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="10.0.0-preview.5.25227.1">
55
<Uri>https://github.com/dotnet/icu</Uri>
@@ -41,91 +41,91 @@
4141
<Uri>https://github.com/dotnet/llvm-project</Uri>
4242
<Sha>da5dd054a531e6fea65643b7e754285b73eab433</Sha>
4343
</Dependency>
44-
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25251.102">
44+
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25252.107">
4545
<Uri>https://github.com/dotnet/dotnet</Uri>
46-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
46+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
4747
</Dependency>
48-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25251.102">
48+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25252.107">
4949
<Uri>https://github.com/dotnet/dotnet</Uri>
50-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
50+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
5151
</Dependency>
52-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.100-preview.5.25251.102">
52+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.100-preview.5.25252.107">
5353
<Uri>https://github.com/dotnet/dotnet</Uri>
54-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
54+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
5555
</Dependency>
5656
</ProductDependencies>
5757
<ToolsetDependencies>
58-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25251.102">
58+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25252.107">
5959
<Uri>https://github.com/dotnet/dotnet</Uri>
60-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
60+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25251.102">
62+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25252.107">
6363
<Uri>https://github.com/dotnet/dotnet</Uri>
64-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
64+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25251.102">
66+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25252.107">
6767
<Uri>https://github.com/dotnet/dotnet</Uri>
68-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
68+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
6969
</Dependency>
70-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25251.102">
70+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25252.107">
7171
<Uri>https://github.com/dotnet/dotnet</Uri>
72-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
72+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
7373
</Dependency>
74-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25251.102">
74+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25252.107">
7575
<Uri>https://github.com/dotnet/dotnet</Uri>
76-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
76+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.XUnitAssert" Version="2.9.2-beta.25251.102">
78+
<Dependency Name="Microsoft.DotNet.XUnitAssert" Version="2.9.2-beta.25252.107">
7979
<Uri>https://github.com/dotnet/dotnet</Uri>
80-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
80+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25251.102">
82+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25252.107">
8383
<Uri>https://github.com/dotnet/dotnet</Uri>
84-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
84+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
8585
</Dependency>
86-
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.9.2-beta.25251.102">
86+
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.9.2-beta.25252.107">
8787
<Uri>https://github.com/dotnet/dotnet</Uri>
88-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
88+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25251.102">
90+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25252.107">
9191
<Uri>https://github.com/dotnet/dotnet</Uri>
92-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
92+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25251.102">
94+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25252.107">
9595
<Uri>https://github.com/dotnet/dotnet</Uri>
96-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
96+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25251.102">
98+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25252.107">
9999
<Uri>https://github.com/dotnet/dotnet</Uri>
100-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
100+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25251.102">
102+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25252.107">
103103
<Uri>https://github.com/dotnet/dotnet</Uri>
104-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
104+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
105105
</Dependency>
106-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="10.0.0-beta.25251.102">
106+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="10.0.0-beta.25252.107">
107107
<Uri>https://github.com/dotnet/dotnet</Uri>
108-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
108+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
109109
</Dependency>
110-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25251.102">
110+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25252.107">
111111
<Uri>https://github.com/dotnet/dotnet</Uri>
112-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
112+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
113113
</Dependency>
114-
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework" Version="10.0.0-beta.25251.102">
114+
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework" Version="10.0.0-beta.25252.107">
115115
<Uri>https://github.com/dotnet/dotnet</Uri>
116-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
116+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
117117
</Dependency>
118-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25251.102">
118+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25252.107">
119119
<Uri>https://github.com/dotnet/dotnet</Uri>
120-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
120+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
121121
</Dependency>
122-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25251.102">
122+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25252.107">
123123
<Uri>https://github.com/dotnet/dotnet</Uri>
124-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
124+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
125125
</Dependency>
126-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25251.102">
126+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25252.107">
127127
<Uri>https://github.com/dotnet/dotnet</Uri>
128-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
128+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
129129
</Dependency>
130130
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="10.0.0-beta.25228.1">
131131
<Uri>https://github.com/dotnet/runtime-assets</Uri>
@@ -263,33 +263,33 @@
263263
<Uri>https://github.com/dotnet/llvm-project</Uri>
264264
<Sha>da5dd054a531e6fea65643b7e754285b73eab433</Sha>
265265
</Dependency>
266-
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="10.0.0-preview.5.25251.102">
266+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="10.0.0-preview.5.25252.107">
267267
<Uri>https://github.com/dotnet/dotnet</Uri>
268-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
268+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
269269
</Dependency>
270-
<Dependency Name="runtime.native.System.IO.Ports" Version="10.0.0-preview.5.25251.102">
270+
<Dependency Name="runtime.native.System.IO.Ports" Version="10.0.0-preview.5.25252.107">
271271
<Uri>https://github.com/dotnet/dotnet</Uri>
272-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
272+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
273273
</Dependency>
274-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-preview.5.25251.102">
274+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-preview.5.25252.107">
275275
<Uri>https://github.com/dotnet/dotnet</Uri>
276-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
276+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
277277
</Dependency>
278-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-preview.5.25251.102">
278+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-preview.5.25252.107">
279279
<Uri>https://github.com/dotnet/dotnet</Uri>
280-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
280+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
281281
</Dependency>
282-
<Dependency Name="System.Text.Json" Version="10.0.0-preview.5.25251.102">
282+
<Dependency Name="System.Text.Json" Version="10.0.0-preview.5.25252.107">
283283
<Uri>https://github.com/dotnet/dotnet</Uri>
284-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
284+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
285285
</Dependency>
286-
<Dependency Name="System.Reflection.Metadata" Version="10.0.0-preview.5.25251.102">
286+
<Dependency Name="System.Reflection.Metadata" Version="10.0.0-preview.5.25252.107">
287287
<Uri>https://github.com/dotnet/dotnet</Uri>
288-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
288+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
289289
</Dependency>
290-
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-preview.5.25251.102">
290+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-preview.5.25252.107">
291291
<Uri>https://github.com/dotnet/dotnet</Uri>
292-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
292+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
293293
</Dependency>
294294
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="10.0.0-prerelease.25225.1">
295295
<Uri>https://github.com/dotnet/xharness</Uri>
@@ -303,9 +303,9 @@
303303
<Uri>https://github.com/dotnet/xharness</Uri>
304304
<Sha>6702e80281066daa33390d759263823298486439</Sha>
305305
</Dependency>
306-
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="10.0.0-beta.25251.102">
306+
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="10.0.0-beta.25252.107">
307307
<Uri>https://github.com/dotnet/dotnet</Uri>
308-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
308+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
309309
</Dependency>
310310
<Dependency Name="optimization.windows_nt-x64.MIBC.Runtime" Version="1.0.0-prerelease.25217.3">
311311
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
@@ -351,9 +351,9 @@
351351
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
352352
<Sha>cbcc6ddf3db6dedff5049f0397e1351951c13271</Sha>
353353
</Dependency>
354-
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-preview.5.25251.102">
354+
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-preview.5.25252.107">
355355
<Uri>https://github.com/dotnet/dotnet</Uri>
356-
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
356+
<Sha>86c2177121ebf8d49b372dd7232588ceaae6c7cb</Sha>
357357
</Dependency>
358358
<Dependency Name="optimization.windows_nt-arm64.MIBC.Runtime" Version="1.0.0-prerelease.25217.3">
359359
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>

0 commit comments

Comments
 (0)