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>
- <Company>clowwindy & community 2020</Company>
- <Product>Shadowsocks Common</Product>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="Google.Protobuf" Version="3.13.0" />
- <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
- <PackageReference Include="NLog" Version="4.7.5" />
- <PackageReference Include="SimpleInjector" Version="5.0.4" />
- </ItemGroup>
-
- </Project>
|