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

Skip to content

Commit 73c77e8

Browse files
Merged PR 46980: [internal/release/8.0.4xx] - update emsdk 8.0.13
update emsdk 8.0.13 - Updated NuGet.config - emsdk feed - Updated Versions.props - 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 Emscripten SDK to version 8.0.13. - `eng/Version.Details.xml`: Updated Emscripten SDK version and corresponding SHA values. - `NuGet.config`: Updated package source URLs to reflect the new Emscripten SDK version. - `eng/Versions.props`: Updated the Emscripten workload manifest version to 8.0.13.
1 parent 84e22f1 commit 73c77e8

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

NuGet.config

Lines changed: 1 addition & 4 deletions
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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@
168168
<Uri>https://github.com/Microsoft/ApplicationInsights-dotnet</Uri>
169169
<Sha>53b80940842204f78708a538628288ff5d741a1d</Sha>
170170
</Dependency>
171-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100" Version="8.0.12" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
171+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100" Version="8.0.13">
172172
<Uri>https://github.com/dotnet/emsdk</Uri>
173-
<Sha>c458a7647c04e323c238f381eb176af24254b3ff</Sha>
173+
<Sha>b767aaba495c5666e715d070cf2556e6a6bb58dc</Sha>
174174
</Dependency>
175-
<Dependency Name="Microsoft.SourceBuild.Intermediate.emsdk" Version="8.0.12-servicing.24569.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
175+
<Dependency Name="Microsoft.SourceBuild.Intermediate.emsdk" Version="8.0.13-servicing.25071.1">
176176
<Uri>https://github.com/dotnet/emsdk</Uri>
177-
<Sha>c458a7647c04e323c238f381eb176af24254b3ff</Sha>
177+
<Sha>b767aaba495c5666e715d070cf2556e6a6bb58dc</Sha>
178178
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
179179
</Dependency>
180180
<Dependency Name="Microsoft.NET.Sdk.Aspire.Manifest-8.0.100" Version="8.0.0-preview.1.23557.2">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
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)