Skip to content

Commit 015032a

Browse files
committed
Removed additional NewtonSoft reference
1 parent 1a8db2e commit 015032a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/IotHub/IotHub.Test/IotHub.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@
1616
<PackageReference Include="Microsoft.Azure.Management.IotHub" Version="2.10.0-preview" />
1717
</ItemGroup>
1818

19-
<ItemGroup>
20-
<PackageReference Update="Newtonsoft.Json" Version="12.0.3" />
21-
</ItemGroup>
22-
2319
</Project>

src/IotHub/IotHub/IotHub.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<PsModuleName>IotHub</PsModuleName>

0 commit comments

Comments
 (0)