Skip to content

Commit

Permalink
Remove https package from OPCFoundation.NetStandard.Opc.Ua dependenci…
Browse files Browse the repository at this point in the history
…es to avoid build issues. (#2751)

instead manually add the https package for server support, if needed.
  • Loading branch information
mregen authored Sep 6, 2024
1 parent 6833b91 commit 48d64b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions nuget/Opc.Ua.Symbols.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>OPCFoundation.NetStandard.Opc.Ua.Symbols</id>
<version>1.04.372.0</version>
<version>1.05.374.0</version>
<title>OPC UA .Net Standard Library Symbols</title>
<description>This package contains the OPC UA reference implementation debug version and is targeting the .NET Standard Library.</description>
<authors>OPC Foundation</authors>
Expand All @@ -11,11 +11,10 @@
<icon>images/logo.jpg</icon>
<license type="file">licenses/LICENSE.txt</license>
<!-- deprecated <PackageLicenseUrl>https://opcfoundation.org/license/source/1.11/index.html</PackageLicenseUrl>-->
<tags>OPCFoundation OPC-UA netstandard ios linux dotnet net netcore uwp</tags>
<tags>OPCFoundation OPC-UA netstandard ios linux dotnet net netcore</tags>
<dependencies>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Core.Debug" version="$version$"/>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Security.Certificates.Debug" version="$version$"/>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https.Debug" version="$version$"/>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Configuration.Debug" version="$version$"/>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Client.Debug" version="$version$"/>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Server.Debug" version="$version$"/>
Expand Down
5 changes: 2 additions & 3 deletions nuget/Opc.Ua.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>OPCFoundation.NetStandard.Opc.Ua</id>
<version>1.04.372.0</version>
<version>1.05.375.0</version>
<title>OPC UA .NET Standard Library</title>
<description>This package contains the OPC UA reference implementation and is targeting the .NET Standard Library.</description>
<authors>OPC Foundation</authors>
Expand All @@ -12,11 +12,10 @@
<license type="file">licenses/LICENSE.txt</license>
<readme>README.md</readme>
<!-- deprecated <PackageLicenseUrl>https://opcfoundation.org/license/source/1.11/index.html</PackageLicenseUrl>-->
<tags>OPCFoundation OPC-UA netstandard ios linux dotnet net netcore uwp</tags>
<tags>OPCFoundation OPC-UA netstandard ios linux dotnet net netcore</tags>
<dependencies>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Core" version="$version$"/>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Security.Certificates" version="$version$"/>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" version="$version$"/>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Configuration" version="$version$"/>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Client" version="$version$"/>
<dependency id="OPCFoundation.NetStandard.Opc.Ua.Server" version="$version$"/>
Expand Down

0 comments on commit 48d64b5

Please sign in to comment.