From a10e202e41cad7ed2b6e1dd760846e2b47464662 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Mon, 20 Dec 2021 17:29:56 -0500 Subject: [PATCH] Add net472 back to Mono.Debugging.Soft Xamarin.Android has build tasks and tests that target net472 which won't build without multitargeting Mono.Debugging.Soft. --- Mono.Debugging.Soft/Mono.Debugging.Soft.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj b/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj index 050fb3cf..2a0a48f9 100644 --- a/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj +++ b/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj @@ -1,7 +1,7 @@ - net6.0 + net6.0;net472 True ..\Mono.Debugging\mono.debugging.snk 1591;1573