1- <Project Sdk =" Microsoft.NET.Sdk" >
2-
3- <PropertyGroup >
4- <TargetFrameworks Condition =" '$(LibraryFrameworks)'==''" >netstandard1.1;netstandard1.3;net45;net46</TargetFrameworks >
5- <TargetFrameworks Condition =" '$(LibraryFrameworks)'!=''" >$(LibraryFrameworks)</TargetFrameworks >
6- <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
7- <PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
8- <Description >The CSharp api client by Jiguang.</Description >
9- <Authors >hevin, Jiguang</Authors >
10- <Company >cn.jiguang</Company >
11- <Product >JPush</Product >
12- <Copyright >MIT</Copyright >
13- <PackageLicenseUrl ></PackageLicenseUrl >
14- <Version >1.1.0</Version >
15- </PropertyGroup >
16-
17- <ItemGroup >
18- <PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
19- </ItemGroup >
20-
21- <ItemGroup Condition =" '$(TargetFramework)' == 'net45'" >
22- <PackageReference Include =" System.Net.Http" >
23- <Version >4.0.0</Version >
24- </PackageReference >
25-
26- <PackageReference Include =" System.Threading" >
27- <Version >4.0.0</Version >
28- </PackageReference >
29- </ItemGroup >
30-
31- <ItemGroup Condition =" '$(TargetFramework)' == 'net46'" >
32- <PackageReference Include =" System.Net.Http" >
33- <Version >4.1.0</Version >
34- </PackageReference >
35-
36- <PackageReference Include =" System.Threading" >
37- <Version >4.0.0</Version >
38- </PackageReference >
39- </ItemGroup >
40-
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFrameworks Condition =" '$(LibraryFrameworks)'==''" >netstandard1.1;net45</TargetFrameworks >
5+ <TargetFrameworks Condition =" '$(LibraryFrameworks)'!=''" >$(LibraryFrameworks)</TargetFrameworks >
6+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
7+ <PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
8+ <Description >The CSharp api client by Jiguang.</Description >
9+ <Authors >hevin, Jiguang</Authors >
10+ <Company >cn.jiguang</Company >
11+ <Product >JPush</Product >
12+ <Copyright >MIT</Copyright >
13+ <PackageLicenseUrl ></PackageLicenseUrl >
14+ <PackageProjectUrl >https://github.com/jpush/jpush-api-csharp-client</PackageProjectUrl >
15+ <Version >1.1.1</Version >
16+ </PropertyGroup >
17+
18+ <ItemGroup >
19+ <PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
20+ </ItemGroup >
21+
22+ <ItemGroup Condition =" '$(TargetFramework)' == 'net45'" >
23+ <Reference Include =" System.Net.Http" />
24+ <Reference Include =" System.Threading" />
25+ </ItemGroup >
26+
4127</Project >
0 commit comments