Skip to content

Commit 3fdd7e3

Browse files
gautamdshethGautam Sheth
andauthored
Remove ALC solution file and update debug script for net8.0 compatibility (#4573)
Co-authored-by: Gautam Sheth <[email protected]>
1 parent 8698e94 commit 3fdd7e3

File tree

3 files changed

+6
-26
lines changed

3 files changed

+6
-26
lines changed

src/ALC/ALC.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/Commands/Sdk.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<TargetFrameworks>net8.0</TargetFrameworks>
4+
</PropertyGroup>
5+
</Project>

src/Commands/_debug/debug.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $ProjectPath = $PSScriptRoot | Split-Path -Parent
44
$BinPath = "$ProjectPath\bin\Debug"
55

66
$dlls = @("PnP.PowerShell.ALC.dll", "PnP.PowerShell.dll")
7-
$netversion = "net8.0-windows"
7+
$netversion = "net8.0"
88

99
$BinPath = "$BinPath\$netversion"
1010

0 commit comments

Comments
 (0)