Skip to content

Commit 9e1e665

Browse files
authored
Merge branch 'release/10.0.1xx-preview6' into backport/pr-49437-to-release/10.0.1xx-preview6
2 parents feea1af + 5700da8 commit 9e1e665

File tree

5 files changed

+21
-15
lines changed

5 files changed

+21
-15
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@
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>

eng/Versions.props

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
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>
@@ -329,13 +330,13 @@
329330
<PropertyGroup Label="Workload manifest package versions">
330331
<AspireFeatureBand>8.0.100</AspireFeatureBand>
331332
<MicrosoftNETSdkAspireManifest80100PackageVersion>8.2.2</MicrosoftNETSdkAspireManifest80100PackageVersion>
332-
<MauiFeatureBand>10.0.100-preview.3</MauiFeatureBand>
333-
<MauiWorkloadManifestVersion>10.0.0-preview.3.25208.1</MauiWorkloadManifestVersion>
334-
<XamarinAndroidWorkloadManifestVersion>36.0.0-preview.3.22</XamarinAndroidWorkloadManifestVersion>
335-
<XamarinIOSWorkloadManifestVersion>18.2.10695-net10-p3</XamarinIOSWorkloadManifestVersion>
336-
<XamarinMacCatalystWorkloadManifestVersion>18.2.10695-net10-p3</XamarinMacCatalystWorkloadManifestVersion>
337-
<XamarinMacOSWorkloadManifestVersion>15.2.10695-net10-p3</XamarinMacOSWorkloadManifestVersion>
338-
<XamarinTvOSWorkloadManifestVersion>18.2.10695-net10-p3</XamarinTvOSWorkloadManifestVersion>
333+
<MauiFeatureBand>10.0.100-preview.5</MauiFeatureBand>
334+
<MauiWorkloadManifestVersion>10.0.0-preview.5.25306.5</MauiWorkloadManifestVersion>
335+
<XamarinAndroidWorkloadManifestVersion>36.0.0-preview.5.116</XamarinAndroidWorkloadManifestVersion>
336+
<XamarinIOSWorkloadManifestVersion>18.4.10622-net10-p5</XamarinIOSWorkloadManifestVersion>
337+
<XamarinMacCatalystWorkloadManifestVersion>18.4.10622-net10-p5</XamarinMacCatalystWorkloadManifestVersion>
338+
<XamarinMacOSWorkloadManifestVersion>15.4.10622-net10-p5</XamarinMacOSWorkloadManifestVersion>
339+
<XamarinTvOSWorkloadManifestVersion>18.4.10622-net10-p5</XamarinTvOSWorkloadManifestVersion>
339340
</PropertyGroup>
340341
<PropertyGroup Label="Pinned dependency">
341342
<!-- This package is not being produced outside of the 2.0 branch of corefx and should not change. -->

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.PackProjectTool.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Copyright (c) .NET Foundation. All rights reserved.
1010
***********************************************************************************************
1111
-->
1212
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
13+
<!-- This UsingTask is in the PackTool.props because there is usage of it in other areas of the product
14+
and on public GitHub: https://github.com/search?q=path%3A*.props+OR+path%3A*.targets+AND+%28NOT+path%3A*%2FMicrosoft.NET.PackTool.targets%29+AND+%28NOT+path%3A*%2FMicrosoft.NET.Publish.targets%29+GetNuGetShortFolderName&amp;type=code -->
15+
<UsingTask TaskName="Microsoft.NET.Build.Tasks.GetNuGetShortFolderName"
16+
AssemblyFile="$(MicrosoftNETBuildTasksAssembly)" />
1317

1418
<PropertyGroup>
1519
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);_PackProjectToolValidation</TargetsForTfmSpecificContentInPackage>

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.PackTool.targets

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ NOTE: This file is imported from the following contexts, so be aware when writin
3333
<UsingTask TaskName="Microsoft.NET.Build.Tasks.GenerateShims"
3434
AssemblyFile="$(MicrosoftNETBuildTasksAssembly)" />
3535
<UsingTask TaskName="Microsoft.NET.Build.Tasks.GetEmbeddedApphostPaths"
36-
AssemblyFile="$(MicrosoftNETBuildTasksAssembly)" />
37-
<UsingTask TaskName="Microsoft.NET.Build.Tasks.GetNuGetShortFolderName"
38-
AssemblyFile="$(MicrosoftNETBuildTasksAssembly)" />
36+
AssemblyFile="$(MicrosoftNETBuildTasksAssembly)" />
37+
<UsingTask TaskName="AddPackageType"
38+
AssemblyFile="$(MicrosoftNETBuildTasksAssembly)" />
3939

4040
<PropertyGroup>
4141
<!-- tools are specially-formatted packages, so we tell nuget Pack to not even try to include build output -->
@@ -351,8 +351,6 @@ NOTE: This file is imported from the following contexts, so be aware when writin
351351
</ItemGroup>
352352
</Target>
353353

354-
<UsingTask TaskName="AddPackageType" AssemblyFile="$(MicrosoftNETBuildTasksAssembly)" />
355-
356354
<Target Name="SetDotnetToolPackageType">
357355

358356
<PropertyGroup>

src/Workloads/VSInsertion/workloads.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
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)"

0 commit comments

Comments
 (0)