Skip to content

Commit

Permalink
Add reference to Configuration library in Client and Server project. (#…
Browse files Browse the repository at this point in the history
…1340)

In this way a single Nuget package reference is required for a UA Client or UA Server application project.
  • Loading branch information
AlinMoldovean committed Mar 26, 2021
1 parent b3bc161 commit 4f861a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Opc.Ua.Client/Opc.Ua.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<ItemGroup>
<ProjectReference Include="..\..\Stack\Opc.Ua.Core\Opc.Ua.Core.csproj" />
<ProjectReference Include="..\Opc.Ua.Configuration\Opc.Ua.Configuration.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
Expand Down
1 change: 1 addition & 0 deletions Libraries/Opc.Ua.Server/Opc.Ua.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<ItemGroup>
<ProjectReference Include="..\..\Stack\Opc.Ua.Core\Opc.Ua.Core.csproj" />
<ProjectReference Include="..\Opc.Ua.Configuration\Opc.Ua.Configuration.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
Expand Down

0 comments on commit 4f861a2

Please sign in to comment.