Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 5a9fada

Browse files
committed
Updated namespace
1 parent b6cef66 commit 5a9fada

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

ModuleFilesGenerator/ModuleManifestGenerator.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,8 @@ internal void Generate()
6868
}
6969

7070
// Create Module Manifest
71-
#if !NETCOREAPP3_0
7271
var psd1Path = $"{new FileInfo(_assemblyPath).Directory}\\ModuleFiles\\PnPPowerShell{spVersion}.psd1";
73-
#else
74-
var psd1Path = $"{new FileInfo(_assemblyPath).Directory}\\ModuleFiles\\PnPPowerShellCore.psd1";
75-
#endif
72+
7673
var cmdletsToExportString = string.Join(",", _cmdlets.Select(c => "'" + c.FullCommand + "'"));
7774
string aliasesToExportString = null;
7875
if (aliasesToExport.Any())

0 commit comments

Comments
 (0)