diff --git a/src/ALC/ALC.sln b/src/ALC/ALC.sln deleted file mode 100644 index 6332e3b82..000000000 --- a/src/ALC/ALC.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.002.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PnP.PowerShell.ALC", "PnP.PowerShell.ALC.csproj", "{0BFB8F61-512F-405A-BC8A-7D2C804A5963}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0BFB8F61-512F-405A-BC8A-7D2C804A5963}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {B34EA9CD-BE09-4B3E-ADF7-CC08EB6BDA39} - EndGlobalSection -EndGlobal diff --git a/src/Commands/Sdk.targets b/src/Commands/Sdk.targets new file mode 100644 index 000000000..19bc63e5c --- /dev/null +++ b/src/Commands/Sdk.targets @@ -0,0 +1,5 @@ + + + net8.0 + + \ No newline at end of file diff --git a/src/Commands/_debug/debug.ps1 b/src/Commands/_debug/debug.ps1 index ee1a38cb0..7321588b9 100644 --- a/src/Commands/_debug/debug.ps1 +++ b/src/Commands/_debug/debug.ps1 @@ -4,7 +4,7 @@ $ProjectPath = $PSScriptRoot | Split-Path -Parent $BinPath = "$ProjectPath\bin\Debug" $dlls = @("PnP.PowerShell.ALC.dll", "PnP.PowerShell.dll") -$netversion = "net8.0-windows" +$netversion = "net8.0" $BinPath = "$BinPath\$netversion"