PocSshServer.csproj 330 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\FxSsh\FxSsh.csproj" />
  8. <ProjectReference Include="..\PocConsoleApp\PocConsoleApp.csproj" />
  9. </ItemGroup>
  10. </Project>