File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 19
19
<PackageReference Include =" Microsoft.CSharp" version =" 4.5.0-*" />
20
20
</ItemGroup >
21
21
<ItemGroup >
22
- <None Include =" PSReadLine.psd1" />
23
- <None Include =" PSReadLine.psm1" />
22
+ <None Include =" PSReadLine.psd1" CopyToOutputDirectory =" PreserveNewest" />
23
+ <None Include =" PSReadLine.psm1" CopyToOutputDirectory =" PreserveNewest" />
24
+ <None Include =" PSReadLine.format.ps1xml" CopyToOutputDirectory =" PreserveNewest" />
24
25
<None Include =" SamplePSReadLineProfile.ps1" />
25
26
<None Include =" Changes.txt" />
26
27
<None Include =" License.txt" />
Original file line number Diff line number Diff line change
1
+ {
2
+ "profiles" : {
3
+ "PSReadLine-net461" : {
4
+ "commandName" : " Executable" ,
5
+ "executablePath" : " powershell" ,
6
+ "commandLineArgs" : " -NoProfile -NonInteractive -NoExit -Command Import-Module .\\ PSReadLine.psd1"
7
+ },
8
+ "PSReadLine-netcore" : {
9
+ "commandName" : " Executable" ,
10
+ "executablePath" : " pwsh" ,
11
+ "commandLineArgs" : " -NoProfile -NonInteractive -NoExit -Command Import-Module .\\ PSReadLine.psd1"
12
+ }
13
+ }
14
+ }
You can’t perform that action at this time.
0 commit comments