From 29639d2bd317a9dc7be641e0f422c7c25a0bf9fb Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Nov 2024 01:24:09 +0100 Subject: [PATCH 1/3] Use current STJ in HostModel and remove unnecessary audit suppressions Fixes https://github.com/dotnet/runtime/issues/108262 --- .../Microsoft.NET.HostModel.csproj | 7 +------ ...s.DependencyInjection.ExternalContainers.Tests.csproj | 1 + src/mono/wasm/Wasm.Build.Tests/Wasm.Build.Tests.csproj | 8 ++------ src/mono/wasm/symbolicator/WasmSymbolicator.csproj | 9 +-------- src/tasks/Directory.Build.targets | 7 +------ 5 files changed, 6 insertions(+), 26 deletions(-) diff --git a/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj b/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj index 28915bb45ed6ef..01190b54d24f46 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj +++ b/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj @@ -21,14 +21,9 @@ - - - - - - + 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 eb1458ab79796f..8aabb459526220 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 @@ -23,6 +23,7 @@ + diff --git a/src/mono/wasm/Wasm.Build.Tests/Wasm.Build.Tests.csproj b/src/mono/wasm/Wasm.Build.Tests/Wasm.Build.Tests.csproj index 486eb570121073..84a238068a3751 100644 --- a/src/mono/wasm/Wasm.Build.Tests/Wasm.Build.Tests.csproj +++ b/src/mono/wasm/Wasm.Build.Tests/Wasm.Build.Tests.csproj @@ -48,7 +48,8 @@ - + + @@ -57,11 +58,6 @@ - - - - - diff --git a/src/mono/wasm/symbolicator/WasmSymbolicator.csproj b/src/mono/wasm/symbolicator/WasmSymbolicator.csproj index a110a038f6eadc..dd0b8136979daf 100644 --- a/src/mono/wasm/symbolicator/WasmSymbolicator.csproj +++ b/src/mono/wasm/symbolicator/WasmSymbolicator.csproj @@ -1,21 +1,14 @@ - Exe $(NetCoreAppToolCurrent) + Exe enable enable - - - - - - - diff --git a/src/tasks/Directory.Build.targets b/src/tasks/Directory.Build.targets index 1f6afbfd05c9ed..5d73f8f7d5f8e6 100644 --- a/src/tasks/Directory.Build.targets +++ b/src/tasks/Directory.Build.targets @@ -16,12 +16,7 @@ - - - - - - + From 2486ae4f51f23320e45a8782f8c9668980c60bed Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 15 Nov 2024 13:51:18 +0100 Subject: [PATCH 2/3] Remove unnecessary nuget audit suppressions --- .../tests/AppHost.Bundle.Tests/AppHost.Bundle.Tests.csproj | 5 ----- .../tests/HostActivation.Tests/HostActivation.Tests.csproj | 5 ----- .../Microsoft.DotNet.CoreSetup.Packaging.Tests.csproj | 5 ----- .../Microsoft.NET.HostModel.Tests.csproj | 5 ----- src/installer/tests/TestUtils/TestUtils.csproj | 5 ----- 5 files changed, 25 deletions(-) diff --git a/src/installer/tests/AppHost.Bundle.Tests/AppHost.Bundle.Tests.csproj b/src/installer/tests/AppHost.Bundle.Tests/AppHost.Bundle.Tests.csproj index 1fae3a7d3c14ac..c564835ae9e71e 100644 --- a/src/installer/tests/AppHost.Bundle.Tests/AppHost.Bundle.Tests.csproj +++ b/src/installer/tests/AppHost.Bundle.Tests/AppHost.Bundle.Tests.csproj @@ -14,9 +14,4 @@ - - - - - diff --git a/src/installer/tests/HostActivation.Tests/HostActivation.Tests.csproj b/src/installer/tests/HostActivation.Tests/HostActivation.Tests.csproj index 4d475a49e09ed7..240237d85251f3 100644 --- a/src/installer/tests/HostActivation.Tests/HostActivation.Tests.csproj +++ b/src/installer/tests/HostActivation.Tests/HostActivation.Tests.csproj @@ -13,9 +13,4 @@ - - - - - diff --git a/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/Microsoft.DotNet.CoreSetup.Packaging.Tests.csproj b/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/Microsoft.DotNet.CoreSetup.Packaging.Tests.csproj index b9b78380aff855..4e01fdc25bd69d 100644 --- a/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/Microsoft.DotNet.CoreSetup.Packaging.Tests.csproj +++ b/src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/Microsoft.DotNet.CoreSetup.Packaging.Tests.csproj @@ -32,11 +32,6 @@ BuildInParallel="$(BuildInParallel)" /> - - - - - diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Tests.csproj b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Tests.csproj index 31735d3868fbc4..053fe5b65fcfbb 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Tests.csproj +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Tests.csproj @@ -13,11 +13,6 @@ - - - - - diff --git a/src/installer/tests/TestUtils/TestUtils.csproj b/src/installer/tests/TestUtils/TestUtils.csproj index c8349f8af3840d..268d4af5451fa3 100644 --- a/src/installer/tests/TestUtils/TestUtils.csproj +++ b/src/installer/tests/TestUtils/TestUtils.csproj @@ -11,11 +11,6 @@ - - - - - From 6b30adafadd1a3d21c97ca46890ab749d2c4b76a Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 3 Feb 2025 21:20:52 +0100 Subject: [PATCH 3/3] Remove SetConfiguration from ProjectReference --- .../Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj b/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj index 01190b54d24f46..7c1b015930d56e 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj +++ b/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj @@ -23,7 +23,7 @@ - +