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: 2e53ff5fcc9cad30b136d7110ec91a113483a789
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: 50b5983aab1d0cc9152aa31c37a87161ee91354d
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +1 −0 .gitmodules
  2. +1 −1 src/IoTHub.Portal.Client/IoTHub.Portal.Client.csproj
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "templates/iotedge-lorawan-starterkit"]
path = templates/iotedge-lorawan-starterkit
url = https://github.com/Azure/iotedge-lorawan-starterkit.git
branch = dev
2 changes: 1 addition & 1 deletion src/IoTHub.Portal.Client/IoTHub.Portal.Client.csproj
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
<PackageReference Include="MudBlazor" Version="6.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Net.Http.Json" Version="7.0.1" />
<PackageReference Include="Tewr.Blazor.FileReader" Version="3.3.2.23185" />
<PackageReference Include="Tewr.Blazor.FileReader" Version="3.3.2.23201" />

<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.9" PrivateAssets="all" />