Skip to content

Commit cb86cee

Browse files
authored
[EngSys] Azure Extensions version downgrade (Azure#50366)
The focus of these changes to move the version of `Microsoft.Extensions.Azure` back to v1.8.0 to preserve the previous earlier transitive references to the Microsoft logging extensions packages. Once v1.12.0 is released with the updated logging references, this will move forward.
1 parent d5825f5 commit cb86cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
<PackageReference Update="Microsoft.AspNetCore.Http" Version="2.3.0" />
242242
<PackageReference Update="Microsoft.AspNetCore.Http.Connections" Version="1.2.0" />
243243
<PackageReference Update="Microsoft.Azure.Functions.Worker.Extensions.Abstractions" Version="1.3.0" />
244-
<PackageReference Update="Microsoft.Extensions.Azure" Version="1.11.0" />
244+
<PackageReference Update="Microsoft.Extensions.Azure" Version="1.8.0" />
245245
<PackageReference Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
246246
<PackageReference Update="Microsoft.Extensions.Configuration" Version="8.0.0" />
247247
<PackageReference Update="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />

0 commit comments

Comments
 (0)