UFiber.Configurator/src/UFiber.Configurator/UFiber.Configurator.csproj

16 lines
419 B
XML
Raw Permalink Normal View History

2021-04-25 05:33:32 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
2021-04-25 06:52:32 +00:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2021-04-25 05:33:32 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SSH.NET" Version="2020.0.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21216.1" />
</ItemGroup>
</Project>