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
Next Next commit
Update dependencies from https://github.com/dotnet/cpython build 2025…
…0808.1

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.25408.1
  • Loading branch information
dotnet-maestro[bot] committed Aug 11, 2025
commit 888cd6e217512c2f589ed7916c512d74c2b41460
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.25311.1">
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25408.1">
<Uri>https://github.com/dotnet/cpython</Uri>
<Sha>6255c3b8b3df28fe63d440ed480880ee21e9f37b</Sha>
<Sha>f971db6a866b31528a2f4f221a4bd6b07a5fe144</Sha>
</Dependency>
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25311.1">
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25408.1">
<Uri>https://github.com/dotnet/cpython</Uri>
<Sha>6255c3b8b3df28fe63d440ed480880ee21e9f37b</Sha>
<Sha>f971db6a866b31528a2f4f221a4bd6b07a5fe144</Sha>
</Dependency>
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25311.1">
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25408.1">
<Uri>https://github.com/dotnet/cpython</Uri>
<Sha>6255c3b8b3df28fe63d440ed480880ee21e9f37b</Sha>
<Sha>f971db6a866b31528a2f4f221a4bd6b07a5fe144</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25311.1">
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Python.Transport" Version="8.0.0-rtm.25408.1">
<Uri>https://github.com/dotnet/cpython</Uri>
<Sha>6255c3b8b3df28fe63d440ed480880ee21e9f37b</Sha>
<Sha>f971db6a866b31528a2f4f221a4bd6b07a5fe144</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.25311.1</runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25311.1</runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25311.1</runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25311.1</runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25408.1</runtimeosxarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25408.1</runtimeosxx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25408.1</runtimewinarm64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
<runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>8.0.0-rtm.25408.1</runtimewinx64MicrosoftNETCoreRuntimeWasmPythonTransportVersion>
</PropertyGroup>
</Project>
Loading