Skip to content

Commit

Permalink
Merge pull request #11 from PowerShell/sma-private
Browse files Browse the repository at this point in the history
make SMA.dll private so it's not copied to output
  • Loading branch information
SteveL-MSFT committed Nov 24, 2020
2 parents 4bd0be2 + 1eb921b commit 292a43f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/code/Microsoft.PowerShell.TextUtility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-*" />
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-*">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 292a43f

Please sign in to comment.