From 1c32c5f8454fc265a9548b7d70b7d9158e1b33fa Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 28 Sep 2021 19:26:00 -0500 Subject: [PATCH] [ArPow] Update source-build commit shas (#12161) --- eng/SourceBuild.Version.Details.xml | 64 +++++++++---------- eng/Versions.props | 4 +- .../tarball/content/eng/Versions.props | 4 +- ...Fix-incorrect-casing-in-project-file.patch | 26 -------- 4 files changed, 36 insertions(+), 62 deletions(-) delete mode 100644 src/SourceBuild/tarball/patches/test-templates/0001-Fix-incorrect-casing-in-project-file.patch diff --git a/eng/SourceBuild.Version.Details.xml b/eng/SourceBuild.Version.Details.xml index 3d65c673b..63a9498c4 100644 --- a/eng/SourceBuild.Version.Details.xml +++ b/eng/SourceBuild.Version.Details.xml @@ -77,17 +77,17 @@ https://github.com/dotnet/aspnetcore 4ab0cf33ecb1c25a38422f5b11810e4c8a91d8eb - + https://github.com/dotnet/test-templates - baf4b38e4f1dbc637efdb41624acbe05b2ff9f35 + c40ef7e056b48e011c43a21354d6790ba6b8b4fc - + https://github.com/dotnet/test-templates - baf4b38e4f1dbc637efdb41624acbe05b2ff9f35 + c40ef7e056b48e011c43a21354d6790ba6b8b4fc - + https://github.com/dotnet/test-templates - baf4b38e4f1dbc637efdb41624acbe05b2ff9f35 + c40ef7e056b48e011c43a21354d6790ba6b8b4fc @@ -99,14 +99,14 @@ 73e74bdd2ab3a3f5b2197f3e60aaafb4eae5e302 - + https://github.com/dotnet/sdk - 0fae780070ea511a5113aa069107272ded921349 + 279a14389ff6c1394e782346be347f467f4332c6 - + https://github.com/dotnet/sdk - 0fae780070ea511a5113aa069107272ded921349 + 279a14389ff6c1394e782346be347f467f4332c6 @@ -117,13 +117,13 @@ https://github.com/dotnet/wpf 7a877ae32a152e575deb857dff833047652f97ce - + https://github.com/dotnet/fsharp - b0a54707064024f8959e54027e9e5d8fe49e82c7 + f0b5108c92b92ba5ee440228aadba3bae79b43a3 - + https://github.com/dotnet/fsharp - b0a54707064024f8959e54027e9e5d8fe49e82c7 + f0b5108c92b92ba5ee440228aadba3bae79b43a3 @@ -131,25 +131,25 @@ d6f64b37c2cfee76c8b1269d688384ced30ecd21 - + https://github.com/dotnet/linker - 60e655fc7089f6123e61fede21bf99bd1d819713 + d51cc207fac85547787bbba83f54f69d8e72e9f5 linker - + https://github.com/dotnet/roslyn - cb07623e4860fbdeb3f82f829d903eab9ca65749 + 2cb3d482e3c09760d1b204c597be93f49dba3349 - + https://github.com/dotnet/msbuild - cb055d28fb0fd51ba872f46105408e7592e6cea8 + 9f83c725ff188ea0d68b306997328581935a7813 - + https://github.com/nuget/nuget.client - f4ae349ec18d1ac5d5e7d1b0ed753e1300e9e157 + e685bdb6d7b4d1f3664f6542f50b84376a19341c @@ -166,9 +166,9 @@ https://github.com/dotnet/emsdk 9838ec0843442f761488cfec9cf34612c9f675e6 - + https://github.com/dotnet/source-build - 3fb25b8db3bec654e37e71a5b2b7fde14444bc2f + a0b571f88fe49c8ab83787442f96244bb3dcb5f6 @@ -195,19 +195,19 @@ - + https://github.com/dotnet/arcade - 761d2e6545a31d2ebf9cb60443ed2a9c2f8268b5 + c575da80f465e0b5fb98f416be92bb98b2f54b41 - + https://github.com/dotnet/arcade - 761d2e6545a31d2ebf9cb60443ed2a9c2f8268b5 + c575da80f465e0b5fb98f416be92bb98b2f54b41 - + https://github.com/dotnet/arcade - 761d2e6545a31d2ebf9cb60443ed2a9c2f8268b5 + c575da80f465e0b5fb98f416be92bb98b2f54b41 https://github.com/dotnet/source-build-reference-packages @@ -219,9 +219,9 @@ 6dcc7d005e38829efb6714d2ecfc4c0cb383e7d9 - + https://github.com/dotnet/xliff-tasks - 178ed3c7ed19e5bda54a8c3f15a5c441ee63ab93 + bc3233146e1fcd393ed471d5005333c83363e0fe diff --git a/eng/Versions.props b/eng/Versions.props index 9c4604c13..236dfb29e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -160,8 +160,8 @@ removed. See https://github.com/dotnet/source-build/issues/2295 --> 15.7.179 15.7.179 - 0.1.0-6.0.100-bootstrap.17 - 0.1.0-6.0.100-21 + 0.1.0-6.0.100-bootstrap.19 + 0.1.0-6.0.100-23 diff --git a/src/SourceBuild/tarball/content/eng/Versions.props b/src/SourceBuild/tarball/content/eng/Versions.props index 51a4d2ef6..b27697389 100644 --- a/src/SourceBuild/tarball/content/eng/Versions.props +++ b/src/SourceBuild/tarball/content/eng/Versions.props @@ -21,8 +21,8 @@ - 0.1.0-6.0.100-bootstrap.17 + 0.1.0-6.0.100-bootstrap.19 0.1.0-6.0.100- - 21 + 23 diff --git a/src/SourceBuild/tarball/patches/test-templates/0001-Fix-incorrect-casing-in-project-file.patch b/src/SourceBuild/tarball/patches/test-templates/0001-Fix-incorrect-casing-in-project-file.patch deleted file mode 100644 index 7cf045297..000000000 --- a/src/SourceBuild/tarball/patches/test-templates/0001-Fix-incorrect-casing-in-project-file.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 6ad75d442b6f7edc07095f417dd592be5ef04eb2 Mon Sep 17 00:00:00 2001 -From: Michael Simons -Date: Wed, 22 Sep 2021 21:44:13 +0000 -Subject: [PATCH] Fix incorrect casing in project file - -See https://github.com/dotnet/test-templates/issues/186 for details. ---- - .../Microsoft.DotNet.Test.ProjectTemplates.6.0.csproj | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.6.0/Microsoft.DotNet.Test.ProjectTemplates.6.0.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.6.0/Microsoft.DotNet.Test.ProjectTemplates.6.0.csproj -index 38bc616..bc4ca48 100644 ---- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.6.0/Microsoft.DotNet.Test.ProjectTemplates.6.0.csproj -+++ b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.6.0/Microsoft.DotNet.Test.ProjectTemplates.6.0.csproj -@@ -24,7 +24,7 @@ - - - -- -+ - content - - --- -2.29.2 -