|
19 | 19 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
20 | 20 | <TargetFrameworks>net3.5-client;net4.0-client;net4.5.2;net4.6.2;net4.7.2;net4.8.1;net6.0;netcoreapp3.1;netstandard1.3;netstandard2.0</TargetFrameworks> |
21 | 21 | <Title>.NET client for adb, Android Debug Bridge (AdvancedSharpAdbClient)</Title> |
22 | | - <VersionPrefix>2.5.3</VersionPrefix> |
| 22 | + <VersionPrefix>2.5.4</VersionPrefix> |
23 | 23 | </PropertyGroup> |
24 | 24 |
|
25 | 25 | <PropertyGroup Condition="'$(TargetFramework)' == 'netcore50'"> |
|
53 | 53 |
|
54 | 54 | <ItemGroup Condition="'$(TargetFramework)' == 'net4.5.2'"> |
55 | 55 | <PackageReference Include="System.Buffers" Version="4.5.1" /> |
56 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.2" /> |
57 | 56 | </ItemGroup> |
58 | 57 |
|
59 | 58 | <ItemGroup Condition="'$(TargetFramework)' == 'net4.6.2'"> |
60 | 59 | <PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" /> |
61 | 60 | </ItemGroup> |
62 | 61 |
|
63 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net6.0' |
64 | | - or '$(TargetFramework)' == 'netcoreapp3.1' |
65 | | - or '$(TargetFramework)' == 'netstandard2.0'"> |
66 | | - <PackageReference Include="System.Drawing.Common" Version="7.0.0" /> |
67 | | - </ItemGroup> |
68 | | - |
69 | 62 | <ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'"> |
70 | 63 | <PackageReference Include="System.Buffers" Version="4.5.1" /> |
71 | | - <PackageReference Include="System.Net.Sockets" Version="4.3.0" /> |
72 | 64 | <PackageReference Include="System.Drawing-dotnet-core" Version="1.2.3" /> |
73 | | - <PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" /> |
| 65 | + <PackageReference Include="System.Net.Sockets" Version="4.3.0" /> |
74 | 66 | <PackageReference Include="System.Runtime.Serialization.Formatters" Version="4.3.0" /> |
| 67 | + <PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" /> |
| 68 | + </ItemGroup> |
| 69 | + |
| 70 | + <ItemGroup Condition="'$(TargetFramework)' == 'net4.5.2' |
| 71 | + or '$(TargetFramework)' == 'netstandard1.3'"> |
75 | 72 | <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.2" /> |
76 | 73 | </ItemGroup> |
77 | 74 |
|
|
84 | 81 | <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" /> |
85 | 82 | </ItemGroup> |
86 | 83 |
|
| 84 | + <ItemGroup Condition="'$(TargetFramework)' == 'net6.0' |
| 85 | + or '$(TargetFramework)' == 'netcoreapp3.1' |
| 86 | + or '$(TargetFramework)' == 'netstandard2.0'"> |
| 87 | + <PackageReference Include="System.Drawing.Common" Version="7.0.0" /> |
| 88 | + </ItemGroup> |
| 89 | + |
87 | 90 | <PropertyGroup Condition="'$(TargetFramework)' != 'net3.5-client' |
88 | 91 | and '$(TargetFramework)' != 'net4.0-client'"> |
89 | 92 | <DefineConstants>$(DefineConstants);HAS_LOGGER</DefineConstants> |
|
0 commit comments