Skip to content

Commit

Permalink
Version 4.0.2404.0401
Browse files Browse the repository at this point in the history
  • Loading branch information
gurux01 committed Apr 4, 2024
1 parent bf0721f commit fc1dc01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gurux.DLMS.AMI.Components" Version="4.0.2403.1801" />
<PackageReference Include="Gurux.DLMS.AMI.Module" Version="4.0.2403.801" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.2" PrivateAssets="all" />
<PackageReference Include="Gurux.DLMS.AMI.Components" Version="4.0.2404.401" />
<PackageReference Include="Gurux.DLMS.AMI.Module" Version="4.0.2404.401" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.3" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gurux.DLMS.AMI.Shared" Version="4.0.2403.1901" />
<PackageReference Include="Gurux.DLMS.AMI.Shared" Version="4.0.2404.401" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fc1dc01

Please sign in to comment.