| Name | Message | Date |
|---|---|---|
| 📄 ColumnFormatter.cs | 1 month ago | |
| 📄 OutGridTree.cs | 1 month ago | |
| 📄 OutGridTree.csproj | 1 month ago | |
| 📄 OutGridTree.psd1 | 1 month ago | |
| 📄 OutputMode.cs | 1 month ago | |
| 📄 packages.lock.json | 1 month ago |
📄
OutGridTree/OutGridTree.csproj
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="PowerShellStandard.Library" PrivateAssets="all" />
<PackageReference Include="System.Text.Json" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<Content Include="OutGridTree.psd1" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>