Skip to content

Commit

Permalink
[GH-11] - fixing vsix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tpodolak committed Jun 25, 2018
1 parent 6c7948e commit 1f58848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="15.1.192" PrivateAssets="all" />
<DotNetCliToolReference Include="Microsoft.VSSDK.BuildTools" Version="15.1.192" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="15.1.192" PrivateAssets="all" />
<DotNetCliToolReference Include="Microsoft.VSSDK.BuildTools" Version="15.1.192" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1f58848

Please sign in to comment.