Skip to content

Commit

Permalink
Version 4.0.2403.0801
Browse files Browse the repository at this point in the history
  • Loading branch information
gurux01 committed Mar 8, 2024
1 parent 196d354 commit 9653df1
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.2401.2601" />
<PackageReference Include="Gurux.DLMS.AMI.Module" Version="4.0.2401.2601" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.1" PrivateAssets="all" />
<PackageReference Include="Gurux.DLMS.AMI.Components" Version="4.0.2403.801" />
<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" />
</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.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.2" />
</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.2401.2601" />
<PackageReference Include="Gurux.DLMS.AMI.Shared" Version="4.0.2403.601" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9653df1

Please sign in to comment.