Skip to content

Commit 82b2c68

Browse files
Update dependencies from https://github.com/dotnet/emsdk build 20251008.2 (#673)
On relative base path root Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-x64 , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64 , Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64 From Version 9.0.10 -> To Version 9.0.11 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent d8dc3b0 commit 82b2c68

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<clear />
88
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
99
<!-- Begin: Package sources from dotnet-emsdk -->
10-
<add key="darc-pub-dotnet-emsdk-647b187" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-647b1878/nuget/v3/index.json" />
10+
<add key="darc-pub-dotnet-emsdk-d65db93" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-d65db931/nuget/v3/index.json" />
1111
<!-- End: Package sources from dotnet-emsdk -->
1212
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1313
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
<Uri>https://github.com/dotnet/arcade</Uri>
1616
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
1717
</Dependency>
18-
<Dependency Name="Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64" Version="9.0.10">
18+
<Dependency Name="Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64" Version="9.0.11">
1919
<Uri>https://github.com/dotnet/emsdk</Uri>
20-
<Sha>647b1878ba8466dbbdff52cf6311c58b76a4add7</Sha>
20+
<Sha>d65db931ade214886d99c48d53d47a96342a5ac4</Sha>
2121
</Dependency>
22-
<Dependency Name="Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64" Version="9.0.10">
22+
<Dependency Name="Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64" Version="9.0.11">
2323
<Uri>https://github.com/dotnet/emsdk</Uri>
24-
<Sha>647b1878ba8466dbbdff52cf6311c58b76a4add7</Sha>
24+
<Sha>d65db931ade214886d99c48d53d47a96342a5ac4</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-x64" Version="9.0.10">
26+
<Dependency Name="Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-x64" Version="9.0.11">
2727
<Uri>https://github.com/dotnet/emsdk</Uri>
28-
<Sha>647b1878ba8466dbbdff52cf6311c58b76a4add7</Sha>
28+
<Sha>d65db931ade214886d99c48d53d47a96342a5ac4</Sha>
2929
</Dependency>
3030
</ToolsetDependencies>
3131
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<PropertyGroup>
1010
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.25503.3</MicrosoftDotNetBuildTasksPackagingVersion>
1111
<!-- emsdk -->
12-
<MicrosoftNETRuntimeEmscripten3156Nodelinuxx64Version>9.0.10</MicrosoftNETRuntimeEmscripten3156Nodelinuxx64Version>
13-
<MicrosoftNETRuntimeEmscripten3156Sdklinuxx64Version>9.0.10</MicrosoftNETRuntimeEmscripten3156Sdklinuxx64Version>
14-
<MicrosoftNETRuntimeEmscripten3156Cachelinuxx64Version>9.0.10</MicrosoftNETRuntimeEmscripten3156Cachelinuxx64Version>
12+
<MicrosoftNETRuntimeEmscripten3156Nodelinuxx64Version>9.0.11</MicrosoftNETRuntimeEmscripten3156Nodelinuxx64Version>
13+
<MicrosoftNETRuntimeEmscripten3156Sdklinuxx64Version>9.0.11</MicrosoftNETRuntimeEmscripten3156Sdklinuxx64Version>
14+
<MicrosoftNETRuntimeEmscripten3156Cachelinuxx64Version>9.0.11</MicrosoftNETRuntimeEmscripten3156Cachelinuxx64Version>
1515
</PropertyGroup>
1616
<PropertyGroup>
1717
<WasiSdkVersion>16</WasiSdkVersion>

0 commit comments

Comments
 (0)