Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CGI-FR/IoT-Hub-Portal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d4ee13a9ca2d7916dab6cc34a70685c3b32f6b42
Choose a base ref
..
head repository: CGI-FR/IoT-Hub-Portal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 03fdf1c1059b5b5dc04d6f2dd1b18c8c255c7ca8
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 src/IoTHub.Portal.Infrastructure/IoTHub.Portal.Infrastructure.csproj
  2. +1 −1 src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@
<PackageReference Include="AWSSDK.IotData" Version="3.7.300.112" />
<PackageReference Include="AWSSDK.S3" Version="3.7.400.3" />
<PackageReference Include="AWSSDK.SecretsManager" Version="3.7.304.16" />
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" />
<PackageReference Include="Azure.Data.Tables" Version="12.9.0" />
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.11.3" />
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.11.3" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
2 changes: 1 addition & 1 deletion src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" />
<PackageReference Include="Azure.Data.Tables" Version="12.9.0" />
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.11.3" />
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.11.3" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />