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

Commit 9007cf5

Browse files
committed
make SMA.dll private so it's not copied to output
1 parent 3e65e94 commit 9007cf5

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)