📄 OutGridTree/OutGridTree.csproj
1 2 3 4 5 6 7 8 9 10
<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>