Skip to content

Commit

Permalink
Copy to output.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Jan 3, 2025
1 parent 900bb3c commit ff94a25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HostInjection/PowerShellProTools.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@

<ItemGroup>
<None Remove="PowerShellProTools.VSCode.psd1" />
<None Remove="PowerShellProTools.VSCode.psm1" />
</ItemGroup>

<ItemGroup>
<Content Include="PowerShellProTools.VSCode.psd1">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="PowerShellProTools.VSCode.psm1">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
Expand Down

0 comments on commit ff94a25

Please sign in to comment.