📄 OutGridTree/OutGridTree.csproj
1 2 3 4 5 6 7 8
<Project Sdk="Microsoft.NET.Sdk">
  <ItemGroup>
    <PackageReference Include="Avalonia" />
    <PackageReference Include="Avalonia.Desktop" />
    <PackageReference Include="PowerShellStandard.Library" />
  </ItemGroup>
</Project>