From 5d62890ddce0aedfea0aa0927c5edaa93161a8bc Mon Sep 17 00:00:00 2001 From: Sergio Pedri Date: Thu, 6 Feb 2025 22:37:56 -0800 Subject: [PATCH 1/2] Fix builds on UWP .NET 9 projects --- .../netcoreapp/Microsoft.NET.Test.Sdk.targets | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/package/Microsoft.NET.Test.Sdk/netcoreapp/Microsoft.NET.Test.Sdk.targets b/src/package/Microsoft.NET.Test.Sdk/netcoreapp/Microsoft.NET.Test.Sdk.targets index 7769237ada..3bfa3e9ae3 100644 --- a/src/package/Microsoft.NET.Test.Sdk/netcoreapp/Microsoft.NET.Test.Sdk.targets +++ b/src/package/Microsoft.NET.Test.Sdk/netcoreapp/Microsoft.NET.Test.Sdk.targets @@ -15,13 +15,21 @@ - Exe + Exe $(MSBuildThisFileDirectory)Microsoft.NET.Test.Sdk.Program$(DefaultLanguageSourceExtension) + + + false true From 388049bb271559e6e57fc60ffbef03df244356af Mon Sep 17 00:00:00 2001 From: Sergio Pedri Date: Fri, 7 Feb 2025 09:22:08 -0800 Subject: [PATCH 2/2] Fix builds for WinUI as well --- .../netcoreapp/Microsoft.NET.Test.Sdk.targets | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/package/Microsoft.NET.Test.Sdk/netcoreapp/Microsoft.NET.Test.Sdk.targets b/src/package/Microsoft.NET.Test.Sdk/netcoreapp/Microsoft.NET.Test.Sdk.targets index 3bfa3e9ae3..575fd6be00 100644 --- a/src/package/Microsoft.NET.Test.Sdk/netcoreapp/Microsoft.NET.Test.Sdk.targets +++ b/src/package/Microsoft.NET.Test.Sdk/netcoreapp/Microsoft.NET.Test.Sdk.targets @@ -15,10 +15,10 @@ - Exe + Exe @@ -27,9 +27,10 @@ - false + false true