File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/Workloads/VSInsertion Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6767 <Dependency Name =" Microsoft.NET.Runtime.Emscripten.Sdk.Internal" Version =" 10.0.0-preview.6.25315.102" >
6868 <Uri >https://github.com/dotnet/dotnet</Uri >
6969 <Sha >be8cb623e031f933b5b62e82d37094b4981dce30</Sha >
70- <SourceBuild RepoName =" emsdk" ManagedOnly =" true" />
70+ </Dependency >
71+ <Dependency Name =" Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64" Version =" 10.0.0-preview.6.25315.102" >
72+ <Uri >https://github.com/dotnet/dotnet</Uri >
73+ <Sha >be8cb623e031f933b5b62e82d37094b4981dce30</Sha >
7174 </Dependency >
7275 <Dependency Name =" Microsoft.Build" Version =" 17.15.0-preview-25315-102" >
7376 <Uri >https://github.com/dotnet/dotnet</Uri >
Original file line number Diff line number Diff line change 274274 <PropertyGroup >
275275 <!-- Dependencies from https://github.com/dotnet/emsdk -->
276276 <MicrosoftNETRuntimeEmscriptenSdkInternalVersion >10.0.0-preview.6.25315.102</MicrosoftNETRuntimeEmscriptenSdkInternalVersion >
277+ <MicrosoftNETRuntimeEmscripten3156Cachewinx64Version >10.0.0-preview.6.25315.102</MicrosoftNETRuntimeEmscripten3156Cachewinx64Version >
277278 <!-- emscripten versions, these are are included in package IDs and need to be kept in sync with emsdk -->
278279 <EmscriptenVersionCurrent >3.1.56</EmscriptenVersionCurrent >
279280 <EmscriptenVersionNet9 >3.1.56</EmscriptenVersionNet9 >
Original file line number Diff line number Diff line change 9696
9797 <ItemGroup Condition =" '$(BuildWorkloads)' == 'true'" >
9898 <PackageDownload Include =" @(RuntimeWorkloadPacksToDownload)" Version =" [$(MicrosoftNETCoreAppRuntimePackageVersion)]" />
99- <PackageDownload Include =" @(EmsdkWorkloadPacksToDownload)" Version =" [$(MicrosoftNETRuntimeEmscriptenSdkInternalVersion )]" />
99+ <PackageDownload Include =" @(EmsdkWorkloadPacksToDownload)" Version =" [$(MicrosoftNETRuntimeEmscripten3156Cachewinx64Version )]" />
100100 </ItemGroup >
101101
102102 <Target Name =" _CollectDownloadedWorkloadPacks" >
103103 <ItemGroup >
104104 <DownloadedWorkloadPacks Include =" $(NuGetPackageRoot)\%(RuntimeWorkloadPacksToDownload.Identity)\$(MicrosoftNETCoreAppRuntimePackageVersion)\*.nupkg" />
105- <DownloadedWorkloadPacks Include =" $(NuGetPackageRoot)\%(EmsdkWorkloadPacksToDownload.Identity)\$(MicrosoftNETRuntimeEmscriptenSdkInternalVersion )\*.nupkg" />
105+ <DownloadedWorkloadPacks Include =" $(NuGetPackageRoot)\%(EmsdkWorkloadPacksToDownload.Identity)\$(MicrosoftNETRuntimeEmscripten3156Cachewinx64Version )\*.nupkg" />
106106 </ItemGroup >
107107
108108 <Copy SourceFiles =" @(DownloadedWorkloadPacks)"
You can’t perform that action at this time.
0 commit comments