Skip to content

Commit

Permalink
Merge pull request #686 from sharwell/desktop-build
Browse files Browse the repository at this point in the history
Migrate from MSBuild.Sdk.Extras to Microsoft.NET.Sdk.WindowsDesktop
  • Loading branch information
sharwell authored Dec 23, 2020
2 parents 93af843 + 873790b commit 0e6a64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/CSharp/SolutionExplorer/SolutionExplorer.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="MSBuild.Sdk.Extras/1.6.65">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<RootNamespace>MSBuildWorkspaceTester</RootNamespace>
<AssemblyName>SolutionExplorer</AssemblyName>
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
<UseWpf>true</UseWpf>
<OutputType>WinExe</OutputType>
<AssemblyTitle>MSBuildWorkspaceTester</AssemblyTitle>
<Company></Company>
Expand Down

0 comments on commit 0e6a64a

Please sign in to comment.