Skip to content

Commit 954349e

Browse files
authored
Pin DI version (#28838)
1 parent fc600dc commit 954349e

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

src/IotHub/IotHub/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Removed unused libraries
21+
* Aligned dependency versions with other modules
2222

2323
## Version 2.8.0
2424
* Upgraded nuget package to signed package.

src/IotHub/IotHub/IotHub.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Devices" Version="1.22.0" />
1515
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.27.0" />
16+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
1617
</ItemGroup>
1718

1819
<ItemGroup>

src/Resources/Resources/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Aligned dependency versions with other modules
2223

2324
## Version 8.1.1
2425
* Fixed issue where RoleAssignment cmdlets did not properly handle insufficient MSGraph permissions [#28583]
@@ -56,7 +57,7 @@
5657

5758
## Version 7.9.0
5859
* Added `-ApplicationId` as an alias of `-ServicePrincipalName`.
59-
* Supported getting role assignments at the exact scope via `-AtScope` for `Get-AzRoleAssignment`.
60+
* Supported getting role assignments at the exact scope via `-AtScope` for `Get-AzRoleAssignment`.
6061

6162
## Version 7.8.1
6263
* Updated to use bicep parameter --documentation-uri instead of the deprecated --documentationUri

src/Resources/Resources/Resources.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.Azure.Management.ManagementGroups" Version="2.0.0-beta" />
2020
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="3.17.3-preview" />
21+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
2122
</ItemGroup>
2223

2324
<ItemGroup>

0 commit comments

Comments
 (0)