Files
NetPanel/NetPanel.Bl/NetPanel.Bl.csproj
2023-11-08 17:43:39 +08:00

19 lines
478 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SSH.NET" Version="2023.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NetPanel.Entity\NetPanel.Entity.csproj" />
<ProjectReference Include="..\NetPanel.Help\NetPanel.Help.csproj" />
</ItemGroup>
</Project>