From 873790ba48353448036ae4125910d5ab62ebce55 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Wed, 23 Dec 2020 14:31:41 -0800 Subject: [PATCH] Migrate from MSBuild.Sdk.Extras to Microsoft.NET.Sdk.WindowsDesktop Closes #247 --- samples/CSharp/SolutionExplorer/SolutionExplorer.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/CSharp/SolutionExplorer/SolutionExplorer.csproj b/samples/CSharp/SolutionExplorer/SolutionExplorer.csproj index 7e1b9862e8..ac5c1ad26e 100644 --- a/samples/CSharp/SolutionExplorer/SolutionExplorer.csproj +++ b/samples/CSharp/SolutionExplorer/SolutionExplorer.csproj @@ -1,9 +1,9 @@ - + net461 MSBuildWorkspaceTester SolutionExplorer - true + true WinExe MSBuildWorkspaceTester