1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net461</TargetFramework>
- <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
- <Authors>Aimeast</Authors>
- <PackageLicenseUrl>https://github.com/Aimeast/FxSsh/blob/master/LICENSE.md</PackageLicenseUrl>
- <RepositoryUrl>https://github.com/Aimeast/FxSsh</RepositoryUrl>
- <PackageTags>ssh,ssh-reinforcement,ssh-server,csharp,dotnet-core</PackageTags>
- <Description>FxSsh is a lightweight SSH server side application as SSH reinforcement of GitCandy. http://gitcandy.com</Description>
- <Version>1.1.0</Version>
- <AssemblyVersion>1.1.0.0</AssemblyVersion>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>FxSsh.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- </Project>
|