Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Updated to latest version of OPCFoundation packages
Browse files Browse the repository at this point in the history
  • Loading branch information
htbmw committed Sep 2, 2022
1 parent 7e3af19 commit b63b575
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ItemGroup>
<PackageReference Include="AutoMapper" Version="10.1.1" />
<PackageReference Include="FluentValidation" Version="10.3.6" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.368.58" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.370.12" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="OneOf" Version="3.0.211" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.368.58" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.370.12" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Infrastructure/OpcUa/OpcUa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.368.58" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes" Version="1.4.368.58" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.370.12" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes" Version="1.4.370.12" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.Support/Tests.Support.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="NSubstitute" Version="4.3.0" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.368.58" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.4.370.12" />
<PackageReference Include="NUnit" Version="3.13.2" />
</ItemGroup>

Expand Down

0 comments on commit b63b575

Please sign in to comment.