From 2506cc5f9aea71343f4111147a161eb490668a82 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Singh Date: Tue, 11 Jan 2022 11:38:41 +0530 Subject: [PATCH] Remove .net6.0; not required --- .../src/PresentationBuildTasks/PresentationBuildTasks.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/PresentationBuildTasks.csproj b/src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/PresentationBuildTasks.csproj index 8523efff9a5..17b97dffb2c 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/PresentationBuildTasks.csproj +++ b/src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks/PresentationBuildTasks.csproj @@ -1,6 +1,6 @@  - net472;net6.0;net7.0 + net472;net7.0 false true