Skip to content

Commit

Permalink
Add emsdk dependencies to fix codeflow to installer (dotnet#81988)
Browse files Browse the repository at this point in the history
* Update Version.Details.xml

* Apply suggestions from code review to remove sourcebuild labels

Co-authored-by: Matt Mitchell <[email protected]>

---------

Co-authored-by: Matt Mitchell <[email protected]>
  • Loading branch information
marcpopMSFT and mmitche authored Feb 14, 2023
1 parent cfdd030 commit 8fdfc06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@
<Sha>a117e262c0c49e71a0017e96a0a1124ec990d05f</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100-preview.2" Version="8.0.0-preview.2.23108.1">
<Uri>https://github.com/dotnet/emsdk</Uri>
<Sha>a117e262c0c49e71a0017e96a0a1124ec990d05f</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100-preview.2" Version="8.0.0-preview.2.23108.1">
<Uri>https://github.com/dotnet/emsdk</Uri>
<Sha>a117e262c0c49e71a0017e96a0a1124ec990d05f</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23113.1">
Expand Down

0 comments on commit 8fdfc06

Please sign in to comment.