Skip to content

Commit f9ae98c

Browse files
Update dependencies from https://github.com/dotnet/cpython build 20251231.2 (#282)
On relative base path root runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport , runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport , runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport , runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport From Version 9.0.0-alpha.1.25615.1 -> To Version 9.0.0-alpha.1.25631.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent ae6b8f9 commit f9ae98c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="9.0.0-alpha.1.25615.1">
4+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="9.0.0-alpha.1.25631.2">
55
<Uri>https://github.com/dotnet/cpython</Uri>
6-
<Sha>c85e318591d3c6fab93126288398290d2e01c33e</Sha>
6+
<Sha>d55a0ad0029756634250b97cbd1e14259f112dec</Sha>
77
</Dependency>
8-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="9.0.0-alpha.1.25615.1">
8+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="9.0.0-alpha.1.25631.2">
99
<Uri>https://github.com/dotnet/cpython</Uri>
10-
<Sha>c85e318591d3c6fab93126288398290d2e01c33e</Sha>
10+
<Sha>d55a0ad0029756634250b97cbd1e14259f112dec</Sha>
1111
</Dependency>
12-
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="9.0.0-alpha.1.25615.1">
12+
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="9.0.0-alpha.1.25631.2">
1313
<Uri>https://github.com/dotnet/cpython</Uri>
14-
<Sha>c85e318591d3c6fab93126288398290d2e01c33e</Sha>
14+
<Sha>d55a0ad0029756634250b97cbd1e14259f112dec</Sha>
1515
</Dependency>
16-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="9.0.0-alpha.1.25615.1">
16+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="9.0.0-alpha.1.25631.2">
1717
<Uri>https://github.com/dotnet/cpython</Uri>
18-
<Sha>c85e318591d3c6fab93126288398290d2e01c33e</Sha>
18+
<Sha>d55a0ad0029756634250b97cbd1e14259f112dec</Sha>
1919
</Dependency>
2020
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.1.0-alpha.1.24501.1">
2121
<Uri>https://github.com/dotnet/llvm-project</Uri>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<PropertyGroup>
99
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.26063.2</MicrosoftDotNetBuildTasksPackagingVersion>
1010
<!-- Python -->
11-
<runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>9.0.0-alpha.1.25615.1</runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
12-
<runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>9.0.0-alpha.1.25615.1</runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
13-
<runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>9.0.0-alpha.1.25615.1</runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
14-
<runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>9.0.0-alpha.1.25615.1</runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
11+
<runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>9.0.0-alpha.1.25631.2</runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
12+
<runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>9.0.0-alpha.1.25631.2</runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
13+
<runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>9.0.0-alpha.1.25631.2</runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
14+
<runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>9.0.0-alpha.1.25631.2</runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
1515
<!-- Mono LLVM -->
1616
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.24501.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
1717
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.24501.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>

0 commit comments

Comments
 (0)