From fe6e19ff88079acd50673b489b1e5aeab4cb1201 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Fri, 13 Sep 2024 00:28:34 +0200 Subject: [PATCH 1/3] Update arcade --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index bce954435c7..b66eed16d21 100644 --- a/global.json +++ b/global.json @@ -17,7 +17,7 @@ "perl": "5.38.2.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24459.6", + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24462.3", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2" } } From f4d312dc7a57593d22a7c2924467fafc9f41a771 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Fri, 13 Sep 2024 00:32:29 +0200 Subject: [PATCH 2/3] version xml --- eng/Version.Details.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 76c5d53d8d6..a6fe9dd9339 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,14 +42,14 @@ - + https://github.com/dotnet/arcade - 65260b148c869ada772a5843863c54737cd2361e + 91b9734abbad751d575c002b30778c88d978993c - + https://github.com/dotnet/arcade - 65260b148c869ada772a5843863c54737cd2361e + 91b9734abbad751d575c002b30778c88d978993c From abe44a19286908655c3ddca8f5fbf45fd879f57d Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Fri, 13 Sep 2024 00:33:04 +0200 Subject: [PATCH 3/3] remove workaround --- Directory.Build.targets | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index 52109a82ee6..df0677f7673 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -51,30 +51,4 @@ RemoveProperties="TargetFramework" StopOnFirstFailure="True" /> - - - - - - - - - - - - - -