Skip to content

Commit

Permalink
Merge refs/heads/master into renovate/opcfoundation.netstandard.opc.u…
Browse files Browse the repository at this point in the history
…a.client-1.x
  • Loading branch information
cognite-bulldozer[bot] authored Oct 10, 2024
2 parents 20ad9e4 + 6e31003 commit 2d15bcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Extractor/Extractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.PubSub" Version="1.5.374.78-beta" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="MQTTnet" Version="4.3.7.1207" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
<PackageReference Include="Google.Protobuf" Version="3.28.2" />
</ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions ExtractorLauncher/ExtractorLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<None Include="$(SolutionDir)config\**" CopyToOutputDirectory="Always" LinkBase="config" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="8.0.1" />
</ItemGroup>
<PropertyGroup>
<GitCleanVersion>
Expand Down

0 comments on commit 2d15bcd

Please sign in to comment.