Skip to content

Commit 67977f6

Browse files
Merged PR 46978: [internal/release/8.0.1xx] - update emsdk 8.0.13
Updated Version.Details.xml - update emsdk 8.0.13 ---- #### AI description (iteration 1) #### PR Classification Dependency update #### PR Summary This pull request updates the `emsdk` dependency to version 8.0.13 in the `Version.Details.xml` file. - Updated `Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100` version to 8.0.13 and its SHA. - Updated `Microsoft.SourceBuild.Intermediate.emsdk` version to 8.0.13-servicing.25071.1 and its SHA.
1 parent 54f86f0 commit 67977f6

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

NuGet.config

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +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-c458a76" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-c458a764/nuget/v3/index.json" />
11-
<add key="darc-pub-dotnet-emsdk-c458a76-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-c458a764-3/nuget/v3/index.json" />
12-
<add key="darc-pub-dotnet-emsdk-c458a76-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-c458a764-2/nuget/v3/index.json" />
13-
<add key="darc-pub-dotnet-emsdk-c458a76-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-c458a764-1/nuget/v3/index.json" />
10+
<add key="darc-pub-dotnet-emsdk-b767aab" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b767aaba/nuget/v3/index.json" />
1411
<!-- End: Package sources from dotnet-emsdk -->
1512
<!-- Begin: Package sources from dotnet-aspnetcore -->
1613
<add key="darc-int-dotnet-aspnetcore-009e1cc" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-009e1cca/nuget/v3/index.json" />

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,18 @@
173173
<Uri>https://github.com/Microsoft/ApplicationInsights-dotnet</Uri>
174174
<Sha>53b80940842204f78708a538628288ff5d741a1d</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100" Version="8.0.12" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
176+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100" Version="8.0.13">
177177
<Uri>https://github.com/dotnet/emsdk</Uri>
178-
<Sha>c458a7647c04e323c238f381eb176af24254b3ff</Sha>
178+
<Sha>b767aaba495c5666e715d070cf2556e6a6bb58dc</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.NET.Sdk.Aspire.Manifest-8.0.100" Version="8.0.0-preview.1.23557.2">
181181
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspire</Uri>
182182
<Sha>48e42f59d64d84b404e904996a9ed61f2a17a569</Sha>
183183
<SourceBuild RepoName="aspire" ManagedOnly="true" />
184184
</Dependency>
185-
<Dependency Name="Microsoft.SourceBuild.Intermediate.emsdk" Version="8.0.12-servicing.24569.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
185+
<Dependency Name="Microsoft.SourceBuild.Intermediate.emsdk" Version="8.0.13-servicing.25071.1">
186186
<Uri>https://github.com/dotnet/emsdk</Uri>
187-
<Sha>c458a7647c04e323c238f381eb176af24254b3ff</Sha>
187+
<Sha>b767aaba495c5666e715d070cf2556e6a6bb58dc</Sha>
188188
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
189189
</Dependency>
190190
<Dependency Name="Microsoft.Deployment.DotNet.Releases" Version="2.0.0-rtm.1.25064.1" CoherentParentDependency="Microsoft.NET.Sdk">

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<XamarinMacOSWorkloadManifestVersion>14.0.8478</XamarinMacOSWorkloadManifestVersion>
184184
<XamarinTvOSWorkloadManifestVersion>17.0.8478</XamarinTvOSWorkloadManifestVersion>
185185
<!-- Workloads from dotnet/emsdk -->
186-
<MicrosoftNETWorkloadEmscriptenCurrentManifest80100PackageVersion>8.0.12</MicrosoftNETWorkloadEmscriptenCurrentManifest80100PackageVersion>
186+
<MicrosoftNETWorkloadEmscriptenCurrentManifest80100PackageVersion>8.0.13</MicrosoftNETWorkloadEmscriptenCurrentManifest80100PackageVersion>
187187
<EmscriptenWorkloadManifestVersion>$(MicrosoftNETWorkloadEmscriptenCurrentManifest80100PackageVersion)</EmscriptenWorkloadManifestVersion>
188188
<!-- emsdk workload prerelease version band must match the emsdk feature band -->
189189
<EmscriptenWorkloadFeatureBand>8.0.100$([System.Text.RegularExpressions.Regex]::Match($(EmscriptenWorkloadManifestVersion), `-rtm|-[A-z]*\.*\d*`))</EmscriptenWorkloadFeatureBand>

0 commit comments

Comments
 (0)