File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments