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 67
67
<Dependency Name =" Microsoft.NET.Runtime.Emscripten.Sdk.Internal" Version =" 10.0.0-preview.6.25315.102" >
68
68
<Uri >https://github.com/dotnet/dotnet</Uri >
69
69
<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 >
71
74
</Dependency >
72
75
<Dependency Name =" Microsoft.Build" Version =" 17.15.0-preview-25315-102" >
73
76
<Uri >https://github.com/dotnet/dotnet</Uri >
Original file line number Diff line number Diff line change 274
274
<PropertyGroup >
275
275
<!-- Dependencies from https://github.com/dotnet/emsdk -->
276
276
<MicrosoftNETRuntimeEmscriptenSdkInternalVersion >10.0.0-preview.6.25315.102</MicrosoftNETRuntimeEmscriptenSdkInternalVersion >
277
+ <MicrosoftNETRuntimeEmscripten3156Cachewinx64Version >10.0.0-preview.6.25315.102</MicrosoftNETRuntimeEmscripten3156Cachewinx64Version >
277
278
<!-- emscripten versions, these are are included in package IDs and need to be kept in sync with emsdk -->
278
279
<EmscriptenVersionCurrent >3.1.56</EmscriptenVersionCurrent >
279
280
<EmscriptenVersionNet9 >3.1.56</EmscriptenVersionNet9 >
Original file line number Diff line number Diff line change 96
96
97
97
<ItemGroup Condition =" '$(BuildWorkloads)' == 'true'" >
98
98
<PackageDownload Include =" @(RuntimeWorkloadPacksToDownload)" Version =" [$(MicrosoftNETCoreAppRuntimePackageVersion)]" />
99
- <PackageDownload Include =" @(EmsdkWorkloadPacksToDownload)" Version =" [$(MicrosoftNETRuntimeEmscriptenSdkInternalVersion )]" />
99
+ <PackageDownload Include =" @(EmsdkWorkloadPacksToDownload)" Version =" [$(MicrosoftNETRuntimeEmscripten3156Cachewinx64Version )]" />
100
100
</ItemGroup >
101
101
102
102
<Target Name =" _CollectDownloadedWorkloadPacks" >
103
103
<ItemGroup >
104
104
<DownloadedWorkloadPacks Include =" $(NuGetPackageRoot)\%(RuntimeWorkloadPacksToDownload.Identity)\$(MicrosoftNETCoreAppRuntimePackageVersion)\*.nupkg" />
105
- <DownloadedWorkloadPacks Include =" $(NuGetPackageRoot)\%(EmsdkWorkloadPacksToDownload.Identity)\$(MicrosoftNETRuntimeEmscriptenSdkInternalVersion )\*.nupkg" />
105
+ <DownloadedWorkloadPacks Include =" $(NuGetPackageRoot)\%(EmsdkWorkloadPacksToDownload.Identity)\$(MicrosoftNETRuntimeEmscripten3156Cachewinx64Version )\*.nupkg" />
106
106
</ItemGroup >
107
107
108
108
<Copy SourceFiles =" @(DownloadedWorkloadPacks)"
You can’t perform that action at this time.
0 commit comments