Skip to content

Commit

Permalink
Move Microsoft.Build package version out of props file that is packed (
Browse files Browse the repository at this point in the history
  • Loading branch information
GangWang01 authored Aug 9, 2024
1 parent aac5276 commit df2d59b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
<PropertyGroup>
<MSBuildCheck>$([MSBuild]::RegisterBuildCheck($(MSBuildThisFileDirectory)Company.CheckTemplate.dll))</MSBuildCheck>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.Build" Version="1.0.0-MicrosoftBuildPackageVersion" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ItemGroup>
<PackageVersion Include="Microsoft.Build" Version="1.0.0-MicrosoftBuildPackageVersion" />
</ItemGroup>
</Project>

0 comments on commit df2d59b

Please sign in to comment.