Skip to content

Commit 098533a

Browse files
committed
Removed unnecessary setings for System.Diagnostics.DiagnosticSource version in Opc.Ua.Client.csproj
1 parent f4c852a commit 098533a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Libraries/Opc.Ua.Client/Opc.Ua.Client.csproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,16 @@
2121
<PackageId>$(PackageId).Debug</PackageId>
2222
</PropertyGroup>
2323

24-
<!-- Needed on windows builds since 'netstandard2.0' Opc.Ua.Client.dll builds
25-
are reporting "error : API compatibility errors" with 'net472' and 'netstandard2.1' targets -->
26-
<PropertyGroup>
27-
<ApiCompatGenerateSuppressionFile>true</ApiCompatGenerateSuppressionFile>
28-
</PropertyGroup>
29-
3024
<!-- select ECC support -->
3125
<Choose>
3226
<When Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.0'">
33-
<ItemGroup>
34-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.1" />
35-
</ItemGroup>
3627
</When>
3728
<Otherwise>
3829
<PropertyGroup>
3930
<DefineConstants>$(DefineConstants);ECC_SUPPORT</DefineConstants>
4031
</PropertyGroup>
41-
<ItemGroup Condition="'$(TargetFramework)' != 'net6.0' AND '$(TargetFramework)' != 'net7.0' AND '$(TargetFramework)' != 'net8.0'">
42-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.1" />
43-
</ItemGroup>
4432
</Otherwise>
4533
</Choose>
46-
4734
<ItemGroup>
4835
<ProjectReference Include="..\..\Stack\Opc.Ua.Core\Opc.Ua.Core.csproj" />
4936
<ProjectReference Include="..\Opc.Ua.Configuration\Opc.Ua.Configuration.csproj" />

0 commit comments

Comments
 (0)