Skip to content

Commit 5f82d1b

Browse files
Bump Microsoft.Extensions.Logging.Abstractions from 3.1.32 to 7.0.1 (#2233)
* Bump Microsoft.Extensions.Logging.Abstractions from 3.1.32 to 7.0.1 Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 3.1.32 to 7.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v7.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update Opc.Ua.Core.csproj * Update UA Server Controls.csproj * Update UA Client Controls.csproj --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7381cf commit 5f82d1b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Applications/ClientControls.Net4/UA Client Controls.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@
10371037
</ItemGroup>
10381038
<ItemGroup>
10391039
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions">
1040-
<Version>3.1.32</Version>
1040+
<Version>6.0.4</Version>
10411041
</PackageReference>
10421042
</ItemGroup>
10431043
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
@@ -1054,4 +1054,4 @@
10541054
<PreBuildEvent>
10551055
</PreBuildEvent>
10561056
</PropertyGroup>
1057-
</Project>
1057+
</Project>

Applications/ServerControls.Net4/UA Server Controls.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
</ItemGroup>
154154
<ItemGroup>
155155
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions">
156-
<Version>3.1.32</Version>
156+
<Version>6.0.4</Version>
157157
</PackageReference>
158158
</ItemGroup>
159159
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
@@ -170,4 +170,4 @@
170170
<PostBuildEvent>
171171
</PostBuildEvent>
172172
</PropertyGroup>
173-
</Project>
173+
</Project>

Stack/Opc.Ua.Core/Opc.Ua.Core.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<DefineConstants>$(DefineConstants);NET_STANDARD;NET_STANDARD_ASYNC</DefineConstants>
@@ -47,6 +47,11 @@
4747
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
4848
</ItemGroup>
4949
</When>
50+
<When Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net48'">
51+
<ItemGroup>
52+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.4" />
53+
</ItemGroup>
54+
</When>
5055
<Otherwise>
5156
<ItemGroup>
5257
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.32" />

0 commit comments

Comments
 (0)