Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 292a43f

Browse files
authored
Merge pull request #11 from PowerShell/sma-private
make SMA.dll private so it's not copied to output
2 parents 4bd0be2 + 1eb921b commit 292a43f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/code/Microsoft.PowerShell.TextUtility.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-*" />
17+
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-*">
18+
<PrivateAssets>all</PrivateAssets>
19+
</PackageReference>
1820
</ItemGroup>
1921

2022
<ItemGroup>

0 commit comments

Comments
 (0)