Skip to content

Commit

Permalink
Merge pull request #493 from JanKrivanek/patch-1
Browse files Browse the repository at this point in the history
[Experimental] Remove legacy BuildEngine reference
  • Loading branch information
drewnoakes authored Jul 11, 2024
2 parents 1553165 + 17b1c82 commit 070ad47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ProjectSystemTools/ProjectSystemTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="$(MicrosoftBuildVersion)" />
<PackageReference Include="Microsoft.Build.Engine" Version="$(MicrosoftBuildVersion)" />
<PackageReference Include="Microsoft.Build.Framework" Version="$(MicrosoftBuildVersion)" />
<PackageReference Include="Microsoft.VisualStudio.ComponentModelHost" Version="$(MicrosoftVisualStudioComponentModelHostVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Editor" Version="$(MicrosoftVisualStudioEditorVersion)" />
Expand Down Expand Up @@ -120,4 +119,4 @@
<DependentUpon>VSPackage.resx</DependentUpon>
</Compile>
</ItemGroup>
</Project>
</Project>

0 comments on commit 070ad47

Please sign in to comment.