WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit acf008f

Browse files
[release/10.0.1xx-preview1] Update dependencies from dotnet/sdk (#22218)
This pull request updates the following dependencies ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) - **Coherency Updates**: - **Microsoft.AspNetCore.App.Ref**: from 10.0.0-preview.1.25107.4 to 10.0.0-preview.1.25119.3 (parent: Microsoft.NET.Sdk) ## From https://github.com/dotnet/sdk - **Subscription**: d05b3a99-3aea-4518-81ec-4583c1153c08 - **Build**: 20250219.17 - **Date Produced**: February 20, 2025 12:12:28 AM UTC - **Commit**: 3031aa88a71f7cf56cf27e563c05e8f1bb844cac - **Branch**: refs/heads/release/10.0.1xx-preview1 - **Updates**: - **Microsoft.NET.Sdk**: [from 10.0.100-preview.1.25112.18 to 10.0.100-preview.1.25119.17][1] - **Microsoft.AspNetCore.App.Ref**: [from 10.0.0-preview.1.25107.4 to 10.0.0-preview.1.25119.3][2] [1]: dotnet/sdk@854cc61...3031aa8 [2]: dotnet/aspnetcore@ddbe931...bdd2ba8
1 parent 805cdc8 commit acf008f

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.1.25112.18">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.1.25119.17">
44
<Uri>https://github.com/dotnet/sdk</Uri>
5-
<Sha>854cc61f42d7ff8006b4f21f48e6db3b260083c2</Sha>
5+
<Sha>3031aa88a71f7cf56cf27e563c05e8f1bb844cac</Sha>
66
</Dependency>
77
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-alpha.1.23556.4">
88
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -18,9 +18,9 @@
1818
<Sha>b98cabca124ca73be9247c5f7b6796c6ce55e816</Sha>
1919
</Dependency>
2020
<!-- This is required for our test apps to build; in some cases Microsoft.AspNetCore.App is pulled in, and when building test apps the build needs to be able to resolve that -->
21-
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.1.25107.4" CoherentParentDependency="Microsoft.NET.Sdk">
21+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.1.25119.3" CoherentParentDependency="Microsoft.NET.Sdk">
2222
<Uri>https://github.com/dotnet/aspnetcore</Uri>
23-
<Sha>ddbe93118b58c82efcc930842caf0f182d53aa2f</Sha>
23+
<Sha>bdd2ba8fabf743ad8089e61a670c96fd0bc04b51</Sha>
2424
</Dependency>
2525
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.0-preview.1.25077.1" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2626
<Uri>https://github.com/dotnet/emsdk</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--Package versions-->
33
<PropertyGroup>
44
<!-- Versions updated by maestro -->
5-
<MicrosoftNETSdkPackageVersion>10.0.100-preview.1.25112.18</MicrosoftNETSdkPackageVersion>
5+
<MicrosoftNETSdkPackageVersion>10.0.100-preview.1.25119.17</MicrosoftNETSdkPackageVersion>
66
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-preview.1.25080.5</MicrosoftNETILLinkTasksPackageVersion>
77
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23556.4</MicrosoftNETILLinkPackageVersion>
88
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetBuildTasksFeedPackageVersion>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.1.25112.18"
3+
"version": "10.0.100-preview.1.25119.17"
44
},
55
"tools": {
6-
"dotnet": "10.0.100-preview.1.25112.18"
6+
"dotnet": "10.0.100-preview.1.25119.17"
77
},
88
"msbuild-sdks": {
99
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5"

tests/dotnet/UnitTests/ProjectTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,6 @@ public void BuildAndExecuteAppWithWinExeOutputType (ApplePlatform platform, stri
20532053
[TestCase (ApplePlatform.iOS, "iossimulator-x64")]
20542054
[TestCase (ApplePlatform.MacOSX, "osx-arm64")]
20552055
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-x64")]
2056-
[Ignore ("https://github.com/dotnet/sdk/issues/46790")]
20572056
public void PublishAotDuringBuild (ApplePlatform platform, string runtimeIdentifiers)
20582057
{
20592058
var project = "MySimpleApp";
@@ -2071,7 +2070,6 @@ public void PublishAotDuringBuild (ApplePlatform platform, string runtimeIdentif
20712070
[TestCase (ApplePlatform.iOS, "ios-arm64")]
20722071
[TestCase (ApplePlatform.iOS, "iossimulator-arm64")]
20732072
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64")]
2074-
[Ignore ("https://github.com/dotnet/sdk/issues/46790")]
20752073
public void BuildMyNativeAotAppWithTrimAnalysisWarning (ApplePlatform platform, string runtimeIdentifiers)
20762074
{
20772075
var project = "MyNativeAotAppWithTrimAnalysisWarning";

0 commit comments

Comments
 (0)