|
15 | 15 | <Description>Official client library for easily integrating with the Cloudinary service</Description> |
16 | 16 | <PackageTags>Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect</PackageTags> |
17 | 17 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
18 | | - <PackageProjectUrl>http://cloudinary.com</PackageProjectUrl> |
| 18 | + <PackageProjectUrl>https://cloudinary.com</PackageProjectUrl> |
19 | 19 | <PackageReadmeFile>.\README.md</PackageReadmeFile> |
20 | 20 | <PackageIcon>.\CloudinaryIcon.png</PackageIcon> |
21 | 21 | <RepositoryUrl>https://github.com/cloudinary/CloudinaryDotNet/</RepositoryUrl> |
|
26 | 26 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
27 | 27 | </PropertyGroup> |
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
29 | | - <OutputPath></OutputPath> |
30 | 29 | <DebugType>none</DebugType> |
31 | 30 | <DebugSymbols>False</DebugSymbols> |
32 | 31 | <DefineConstants>TRACE</DefineConstants> |
33 | 32 | </PropertyGroup> |
34 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
35 | 34 | <DefineConstants>TRACE;DEBUG;NETSTANDARD1_0</DefineConstants> |
36 | | - <OutputPath></OutputPath> |
37 | 35 | </PropertyGroup> |
38 | 36 | <PropertyGroup Condition=" '$(Sign)' == 'true' "> |
39 | 37 | <SignAssembly>true</SignAssembly> |
40 | 38 | <AssemblyOriginatorKeyFile>..\CloudinaryDotNet.snk</AssemblyOriginatorKeyFile> |
41 | 39 | <DefineConstants>SIGN_ASSEMBLY</DefineConstants> |
42 | 40 | </PropertyGroup> |
43 | 41 | <ItemGroup Condition=" '$(TargetFramework)' == 'net452' "> |
44 | | - <Reference Include="System.Net.Http" /> |
45 | 42 | <PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" /> |
46 | | - <PackageReference Include="System.Text.Encodings.Web" Version="4.5.1" /> |
47 | | - <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
48 | | - <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" /> |
49 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
50 | 43 | </ItemGroup> |
51 | | - <ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard1.')) "> |
52 | | - <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" /> |
53 | | - <PackageReference Include="System.Text.Encodings.Web" Version="4.5.1" /> |
| 44 | + <ItemGroup> |
| 45 | + <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
54 | 46 | <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
55 | | - <PackageReference Include="Microsoft.AspNetCore.Html.Abstractions" Version="1.0.3" /> |
56 | | - <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.0.3" /> |
57 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
58 | | - </ItemGroup> |
59 | | - <ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard2.')) "> |
60 | 47 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" /> |
61 | | - <PackageReference Include="Microsoft.AspNetCore.Html.Abstractions" Version="2.2.0" /> |
62 | | - <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> |
63 | 48 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
64 | | - </ItemGroup> |
65 | | - <ItemGroup> |
66 | | - <None Include=".\CloudinaryIcon.png" Pack="true" PackagePath="\" /> |
67 | | - <None Include="..\README.md" Pack="true" PackagePath="\" /> |
68 | | - </ItemGroup> |
69 | | - <ItemGroup> |
70 | 49 | <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.2"> |
71 | 50 | <PrivateAssets>all</PrivateAssets> |
72 | 51 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
75 | 54 | <PrivateAssets>all</PrivateAssets> |
76 | 55 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
77 | 56 | </PackageReference> |
78 | | - <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
| 57 | + </ItemGroup> |
| 58 | + <ItemGroup> |
| 59 | + <None Include=".\CloudinaryIcon.png" Pack="true" PackagePath="\" /> |
| 60 | + <None Include="..\README.md" Pack="true" PackagePath="\" /> |
79 | 61 | </ItemGroup> |
80 | 62 | </Project> |
0 commit comments