diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 483dc222ad6b..f76638c5f738 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - 854cc61f42d7ff8006b4f21f48e6db3b260083c2 + 3031aa88a71f7cf56cf27e563c05e8f1bb844cac https://github.com/dotnet/runtime @@ -18,9 +18,9 @@ b98cabca124ca73be9247c5f7b6796c6ce55e816 - + https://github.com/dotnet/aspnetcore - ddbe93118b58c82efcc930842caf0f182d53aa2f + bdd2ba8fabf743ad8089e61a670c96fd0bc04b51 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index d651d83bc368..8f3a6eab3a1d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 10.0.100-preview.1.25112.18 + 10.0.100-preview.1.25119.17 10.0.0-preview.1.25080.5 9.0.0-alpha.1.23556.4 9.0.0-beta.25058.5 diff --git a/global.json b/global.json index a1cd3800365e..ae171cdec44a 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "10.0.100-preview.1.25112.18" + "version": "10.0.100-preview.1.25119.17" }, "tools": { - "dotnet": "10.0.100-preview.1.25112.18" + "dotnet": "10.0.100-preview.1.25119.17" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5" diff --git a/tests/dotnet/UnitTests/ProjectTest.cs b/tests/dotnet/UnitTests/ProjectTest.cs index e87a72dfcb53..39f6b136f1d2 100644 --- a/tests/dotnet/UnitTests/ProjectTest.cs +++ b/tests/dotnet/UnitTests/ProjectTest.cs @@ -2053,7 +2053,6 @@ public void BuildAndExecuteAppWithWinExeOutputType (ApplePlatform platform, stri [TestCase (ApplePlatform.iOS, "iossimulator-x64")] [TestCase (ApplePlatform.MacOSX, "osx-arm64")] [TestCase (ApplePlatform.MacCatalyst, "maccatalyst-x64")] - [Ignore ("https://github.com/dotnet/sdk/issues/46790")] public void PublishAotDuringBuild (ApplePlatform platform, string runtimeIdentifiers) { var project = "MySimpleApp"; @@ -2071,7 +2070,6 @@ public void PublishAotDuringBuild (ApplePlatform platform, string runtimeIdentif [TestCase (ApplePlatform.iOS, "ios-arm64")] [TestCase (ApplePlatform.iOS, "iossimulator-arm64")] [TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64")] - [Ignore ("https://github.com/dotnet/sdk/issues/46790")] public void BuildMyNativeAotAppWithTrimAnalysisWarning (ApplePlatform platform, string runtimeIdentifiers) { var project = "MyNativeAotAppWithTrimAnalysisWarning";