Skip to content

Commit 9e8a3aa

Browse files
Update module version and PowerShell SDK dependency
Bumped dbatools module version to 2025.7.28. Replaced System.Management.Automation with Microsoft.PowerShell.SDK 7.4.0 in the .csproj to update PowerShell integration.
1 parent 259af26 commit 9e8a3aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dbatools.library.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
@{
99
# Version number of this module.
10-
ModuleVersion = '2025.7.20'
10+
ModuleVersion = '2025.7.28'
1111

1212
# ID used to uniquely identify this module
1313
GUID = '00b61a37-6c36-40d8-8865-ac0180288c84'

project/dbatools/dbatools.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="9.0.7" />
6161
</ItemGroup>
6262

63-
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
64-
<PackageReference Include="System.Management.Automation" Version="7.4.11" />
63+
<ItemGroup>
64+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0" PrivateAssets="all" />
6565
</ItemGroup>
6666

6767
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">

0 commit comments

Comments
 (0)