Commit ceac279
authored
Fix import failure on some PowerShell Core installs by adjusting
* Update module version and PowerShell SDK dependency
Bumped dbatools module version to 2025.8.1 Replaced System.Management.Automation with Microsoft.PowerShell.SDK 7.4.0 in the .csproj to update PowerShell integration.
* Refactor package references by target framework
Hopefully this continues to work on PSv3
Moved System.Threading.Tasks.Dataflow and Microsoft.PowerShell.SDK package references to framework-specific ItemGroups for net472 and net8.0. This allows for correct versioning and dependency management per target framework.
* Bump module version to 2025.8.1 and update copyright
Updated the ModuleVersion to 2025.8.1 and changed the copyright year to 2025 in dbatools.library.psd1.System.Management.Automation references and target frameworks (#23)1 parent 259af26 commit ceac279
2 files changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| |||
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
80 | | - | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
0 commit comments