From 8016dbedbf7a92004e0f8b7a7e605808db8359b5 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 12 May 2022 19:03:24 +0200 Subject: [PATCH 1/7] [WIP - Validation] Update the SDK to Preview4 --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 776342727927d5..dbcc36cc4be9d7 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "7.0.100-preview.3.22179.4", + "version": "7.0.100-preview.4.22252.9", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "7.0.100-preview.3.22179.4" + "dotnet": "7.0.100-preview.4.22252.9" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22255.2", From c8a4bad44cc084a934f15e5808ec5519af638cb5 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 12 May 2022 19:46:25 +0200 Subject: [PATCH 2/7] Avoid duplicate PackageReference --- eng/Tools.props | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/Tools.props b/eng/Tools.props index 1a9804dbaf6925..ca7f3d6561c663 100644 --- a/eng/Tools.props +++ b/eng/Tools.props @@ -14,7 +14,6 @@ - From ba6f3bd8e71f8263530805f4745b1355b572df20 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 12 May 2022 22:14:16 +0200 Subject: [PATCH 3/7] Fix duplicated PackageReference --- src/mono/llvm/llvm-init.proj | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mono/llvm/llvm-init.proj b/src/mono/llvm/llvm-init.proj index 2571f7ce2d9de2..1c8a8be718cfcb 100644 --- a/src/mono/llvm/llvm-init.proj +++ b/src/mono/llvm/llvm-init.proj @@ -22,9 +22,6 @@ - - - From 583c047ce11e882970369d3271d041cbb4496abf Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 13 May 2022 21:21:10 +0200 Subject: [PATCH 4/7] Remove duplicate PackageRefs --- .../Microsoft.Extensions.Configuration.Json.Tests.csproj | 1 - ...icrosoft.Extensions.Configuration.UserSecrets.Tests.csproj | 1 - ...nsions.DependencyInjection.ExternalContainers.Tests.csproj | 1 - .../Microsoft.Extensions.DependencyInjection.Tests.csproj | 1 - .../tests/Microsoft.Extensions.DependencyModel.Tests.csproj | 2 -- .../gen/Microsoft.Extensions.Logging.Generators.targets | 1 - .../Microsoft.Extensions.Logging.EventSource.Tests.csproj | 1 - .../System.Net.Http.WinHttpHandler.Functional.Tests.csproj | 1 - .../gen/System.Text.Json.SourceGeneration.targets | 1 - .../System.Text.Json.SourceGeneration.Tests.targets | 4 ---- .../System.Text.Json.Tests/System.Text.Json.Tests.csproj | 1 - .../gen/System.Text.RegularExpressions.Generator.csproj | 1 - 12 files changed, 16 deletions(-) diff --git a/src/libraries/Microsoft.Extensions.Configuration.Json/tests/Microsoft.Extensions.Configuration.Json.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.Json/tests/Microsoft.Extensions.Configuration.Json.Tests.csproj index b6a33a1f71dd0d..8e7d876b203f26 100644 --- a/src/libraries/Microsoft.Extensions.Configuration.Json/tests/Microsoft.Extensions.Configuration.Json.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.Configuration.Json/tests/Microsoft.Extensions.Configuration.Json.Tests.csproj @@ -15,7 +15,6 @@ - diff --git a/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/tests/Microsoft.Extensions.Configuration.UserSecrets.Tests.csproj b/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/tests/Microsoft.Extensions.Configuration.UserSecrets.Tests.csproj index 0ebca5670ee079..0964f7795af269 100644 --- a/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/tests/Microsoft.Extensions.Configuration.UserSecrets.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/tests/Microsoft.Extensions.Configuration.UserSecrets.Tests.csproj @@ -6,7 +6,6 @@ - diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.csproj index ce23c83ecf5765..f18001943acacc 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.csproj @@ -15,7 +15,6 @@ - diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Tests/Microsoft.Extensions.DependencyInjection.Tests.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Tests/Microsoft.Extensions.DependencyInjection.Tests.csproj index e97dc3307ecaf7..4ac3c02d7157a3 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Tests/Microsoft.Extensions.DependencyInjection.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.Tests/Microsoft.Extensions.DependencyInjection.Tests.csproj @@ -21,7 +21,6 @@ - diff --git a/src/libraries/Microsoft.Extensions.DependencyModel/tests/Microsoft.Extensions.DependencyModel.Tests.csproj b/src/libraries/Microsoft.Extensions.DependencyModel/tests/Microsoft.Extensions.DependencyModel.Tests.csproj index 5dfad85cb61d2a..1b00d5228950a1 100644 --- a/src/libraries/Microsoft.Extensions.DependencyModel/tests/Microsoft.Extensions.DependencyModel.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.DependencyModel/tests/Microsoft.Extensions.DependencyModel.Tests.csproj @@ -13,8 +13,6 @@ - - diff --git a/src/libraries/Microsoft.Extensions.Logging.Abstractions/gen/Microsoft.Extensions.Logging.Generators.targets b/src/libraries/Microsoft.Extensions.Logging.Abstractions/gen/Microsoft.Extensions.Logging.Generators.targets index 768d626074be83..307853c47d9cd8 100644 --- a/src/libraries/Microsoft.Extensions.Logging.Abstractions/gen/Microsoft.Extensions.Logging.Generators.targets +++ b/src/libraries/Microsoft.Extensions.Logging.Abstractions/gen/Microsoft.Extensions.Logging.Generators.targets @@ -17,7 +17,6 @@ - diff --git a/src/libraries/Microsoft.Extensions.Logging.EventSource/tests/Microsoft.Extensions.Logging.EventSource.Tests.csproj b/src/libraries/Microsoft.Extensions.Logging.EventSource/tests/Microsoft.Extensions.Logging.EventSource.Tests.csproj index 2a0442a515afac..02fc06ade5edae 100644 --- a/src/libraries/Microsoft.Extensions.Logging.EventSource/tests/Microsoft.Extensions.Logging.EventSource.Tests.csproj +++ b/src/libraries/Microsoft.Extensions.Logging.EventSource/tests/Microsoft.Extensions.Logging.EventSource.Tests.csproj @@ -6,7 +6,6 @@ - diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj index f0af02b97b1d11..501b6446bb8d9a 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj @@ -145,7 +145,6 @@ - diff --git a/src/libraries/System.Text.Json/gen/System.Text.Json.SourceGeneration.targets b/src/libraries/System.Text.Json/gen/System.Text.Json.SourceGeneration.targets index 511d36441af8df..41d3dcfda76c39 100644 --- a/src/libraries/System.Text.Json/gen/System.Text.Json.SourceGeneration.targets +++ b/src/libraries/System.Text.Json/gen/System.Text.Json.SourceGeneration.targets @@ -21,7 +21,6 @@ - diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/System.Text.Json.SourceGeneration.Tests.targets b/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/System.Text.Json.SourceGeneration.Tests.targets index 7c48ce22feea38..a759efb7739842 100644 --- a/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/System.Text.Json.SourceGeneration.Tests.targets +++ b/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/System.Text.Json.SourceGeneration.Tests.targets @@ -112,10 +112,6 @@ - - - - diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj index d3812ebfac5e77..f775496500b1af 100644 --- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj +++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj @@ -221,7 +221,6 @@ - diff --git a/src/libraries/System.Text.RegularExpressions/gen/System.Text.RegularExpressions.Generator.csproj b/src/libraries/System.Text.RegularExpressions/gen/System.Text.RegularExpressions.Generator.csproj index e84f58fa34deb0..b6e3a970d7f5e6 100644 --- a/src/libraries/System.Text.RegularExpressions/gen/System.Text.RegularExpressions.Generator.csproj +++ b/src/libraries/System.Text.RegularExpressions/gen/System.Text.RegularExpressions.Generator.csproj @@ -18,7 +18,6 @@ - From e8c0b0f8f19ca5d8e790d4c7214d2e14c3763a30 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 13 May 2022 21:26:35 +0200 Subject: [PATCH 5/7] Update llvm-init.proj --- src/mono/llvm/llvm-init.proj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/mono/llvm/llvm-init.proj b/src/mono/llvm/llvm-init.proj index 1c8a8be718cfcb..178c4c28e6b815 100644 --- a/src/mono/llvm/llvm-init.proj +++ b/src/mono/llvm/llvm-init.proj @@ -22,6 +22,13 @@ + + + From 245fd11d2820b841fbf2a92ef9135ed2789e2140 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 13 May 2022 21:27:08 +0200 Subject: [PATCH 6/7] Update global.json --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index dbcc36cc4be9d7..776342727927d5 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "7.0.100-preview.4.22252.9", + "version": "7.0.100-preview.3.22179.4", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "7.0.100-preview.4.22252.9" + "dotnet": "7.0.100-preview.3.22179.4" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22255.2", From 7e06f914d7961596b9c1aedeae0a9c74b241c408 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 13 May 2022 22:02:20 +0200 Subject: [PATCH 7/7] Update xunit.props --- eng/testing/xunit/xunit.props | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/eng/testing/xunit/xunit.props b/eng/testing/xunit/xunit.props index a2ed68f1ecbc96..7f7b9ebd826fc3 100644 --- a/eng/testing/xunit/xunit.props +++ b/eng/testing/xunit/xunit.props @@ -12,18 +12,19 @@ - - - - - + + + + + +