Skip to content

Commit de7b59c

Browse files
2023-12-20 build (#3415)
* 2023-12-20 build * Update Microsoft.Azure.Devices.Client.csproj
1 parent b02cd7c commit de7b59c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

iothub/device/src/Microsoft.Azure.Devices.Client.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535

3636
<PropertyGroup>
37-
<Version>1.42.1</Version>
37+
<Version>1.42.2</Version>
3838
<Title>Microsoft Azure IoT Device Client SDK</Title>
3939
<IncludeSource>True</IncludeSource>
4040
<IncludeSymbols>True</IncludeSymbols>
@@ -107,7 +107,6 @@
107107

108108
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
109109
<Reference Include="System.Web" />
110-
<PackageReference Include="System.Net.Http" Version="4.3.4" />
111110
</ItemGroup>
112111

113112
<ItemGroup Condition=" '$(TargetFramework)' != 'net451' ">
@@ -120,7 +119,6 @@
120119
<Reference Include="System.Net.Http.WebRequest" />
121120
<Reference Include="System.Transactions" />
122121
<Reference Include="System.Web" />
123-
<Reference Include="System.Net.Http" />
124122
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.3" />
125123
<PackageReference Include="Microsoft.Owin" Version="4.2.2" />
126124
</ItemGroup>

versions.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AssemblyPath, Version
2-
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.42.1
2+
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.42.2
33
iothub\service\src\Microsoft.Azure.Devices.csproj, 1.39.1
44
shared\src\Microsoft.Azure.Devices.Shared.csproj, 1.30.4
55
provisioning\device\src\Microsoft.Azure.Devices.Provisioning.Client.csproj, 1.19.4

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"version" : "1.42.1"
3+
"version" : "1.42.2"
44
},
55
{
66
"version" : "2.0.0-preview007",

0 commit comments

Comments
 (0)