Skip to content

Commit

Permalink
Version 4.0.2401.2601
Browse files Browse the repository at this point in the history
  • Loading branch information
gurux01 committed Jan 26, 2024
1 parent 6176db3 commit 06db2db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gurux.DLMS.AMI.Agent/Gurux.DLMS.AMI.Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Company>Gurux Ltd</Company>
Expand All @@ -28,9 +28,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gurux.DLMS.AMI.Agent.Shared" Version="4.0.2311.2102" />
<PackageReference Include="Gurux.DLMS.AMI.Agent.Worker" Version="4.0.2310.2302" />
<PackageReference Include="Gurux.DLMS.AMI.Shared" Version="4.0.2311.2103" />
<PackageReference Include="Gurux.DLMS.AMI.Agent.Shared" Version="4.0.2401.2602" />
<PackageReference Include="Gurux.DLMS.AMI.Agent.Worker" Version="4.0.2401.2601" />
<PackageReference Include="Gurux.DLMS.AMI.Shared" Version="4.0.2401.2601" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
Expand Down

0 comments on commit 06db2db

Please sign in to comment.