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

Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/dotnet/cpython build 2025…
…0923.2

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 8.0.0-rtm.25311.1 -> To Version 8.0.0-rtm.25473.2
  • Loading branch information
dotnet-maestro[bot] committed Sep 29, 2025
commit f73426c89aedb8b84a6bd9be836e68c306d24825
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25466.3">
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25473.2">
<Uri>https://github.com/dotnet/cpython</Uri>
<Sha>61302f38c69313096967bd8e74a6707a90cc87f8</Sha>
<Sha>0199c4c24de5e49863a49d0ad275ce588b5ef233</Sha>
</Dependency>
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25466.3">
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25473.2">
<Uri>https://github.com/dotnet/cpython</Uri>
<Sha>61302f38c69313096967bd8e74a6707a90cc87f8</Sha>
<Sha>0199c4c24de5e49863a49d0ad275ce588b5ef233</Sha>
</Dependency>
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25466.3">
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25473.2">
<Uri>https://github.com/dotnet/cpython</Uri>
<Sha>61302f38c69313096967bd8e74a6707a90cc87f8</Sha>
<Sha>0199c4c24de5e49863a49d0ad275ce588b5ef233</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25466.3">
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25473.2">
<Uri>https://github.com/dotnet/cpython</Uri>
<Sha>61302f38c69313096967bd8e74a6707a90cc87f8</Sha>
<Sha>0199c4c24de5e49863a49d0ad275ce588b5ef233</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.25310.3</MicrosoftDotNetBuildTasksPackagingVersion>
<runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25466.3</runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25466.3</runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25466.3</runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25466.3</runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25473.2</runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25473.2</runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25473.2</runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25473.2</runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
</PropertyGroup>
</Project>
Loading