Skip to content

Commit

Permalink
Adding Common 0.7.1 (#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdavi authored and azabbasi committed Jan 18, 2022
1 parent e4d52d0 commit 6139e10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iothub/device/src/Microsoft.Azure.Devices.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<Compile Include="ModernDotNet\HsmAuthentication\Transport\HttpRequestResponseSerializer.cs" />
<Compile Include="ModernDotNet\HsmAuthentication\Transport\UnixDomainSocketEndPoint.cs" />
<PackageReference Include="DotNetty.Codecs.Mqtt" Version="0.7.0" />
<!-- We will need to keep this reference to DotNetty.Common until the next release of DotNetty includes this dependency -->
<PackageReference Include="DotNetty.Common" Version="0.7.1" />
<PackageReference Include="DotNetty.Handlers" Version="0.7.0" />
</ItemGroup>

Expand Down
10 changes: 10 additions & 0 deletions iothub/device/tests/Microsoft.Azure.Devices.Client.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
<PackageReference Include="DotNetty.Handlers" Version="0.6.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'net451' ">
<Compile Include="HsmAuthentication\**" />
<Compile Remove="ClientWebSocketTransportTests.cs" />
<Compile Remove="Mqtt\ClientWebSocketChannelTests.cs" />
<PackageReference Include="DotNetty.Codecs.Mqtt" Version="0.7.0" />
<!-- We will need to keep this reference to DotNetty.Common until the next release of DotNetty includes this dependency -->
<PackageReference Include="DotNetty.Common" Version="0.7.1" />
<PackageReference Include="DotNetty.Handlers" Version="0.7.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@

<ItemGroup>
<PackageReference Include="DotNetty.Codecs.Mqtt" Version="0.7.0" />
<!-- We will need to keep this reference to DotNetty.Common until the next release of DotNetty includes this dependency -->
<PackageReference Include="DotNetty.Common" Version="0.7.1" />
<PackageReference Include="DotNetty.Handlers" Version="0.7.0" />

<!-- FXCop -->
Expand Down

0 comments on commit 6139e10

Please sign in to comment.