You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
- <Authors>clowwindy & community 2020</Authors>
- <Product>Shadowsocks Crypto</Product>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BouncyCastle.NetCore" Version="1.8.6" />
- <PackageReference Include="NaCl.Core" Version="2.0.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\Shadowsocks.Common\Shadowsocks.Common.csproj" />
- </ItemGroup>
-
- </Project>
|