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.

Shadowsocks.Common.csproj 576 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. <Authors>clowwindy &amp; community 2020</Authors>
  5. <Company>clowwindy &amp; community 2020</Company>
  6. <Product>Shadowsocks Common</Product>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Google.Protobuf" Version="3.13.0" />
  10. <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
  11. <PackageReference Include="NLog" Version="4.7.5" />
  12. <PackageReference Include="SimpleInjector" Version="5.0.4" />
  13. </ItemGroup>
  14. </Project>