From 9bf915ef483ad715f36680f5abf0b92c3a24786d Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Tue, 4 Jun 2019 19:02:23 +0100 Subject: [PATCH 1/3] Add launchSettings.json for better out of box experience when using Visual Studio and up minimum Visual Studio version to 16 as .Net Core 3 requires this as a minimum, --- PowerShell.sln | 3 +-- src/powershell-win-core/Properties/launchSettings.json | 8 ++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 src/powershell-win-core/Properties/launchSettings.json diff --git a/PowerShell.sln b/PowerShell.sln index a4fb6894c69..10f7ad2e5b4 100644 --- a/PowerShell.sln +++ b/PowerShell.sln @@ -1,6 +1,5 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 +# Visual Studio Version 16 # https://github.com/dotnet/project-system/blob/master/docs/opening-with-new-project-system.md#project-type-guids VisualStudioVersion = 15.0.26730.12 MinimumVisualStudioVersion = 10.0.40219.1 diff --git a/src/powershell-win-core/Properties/launchSettings.json b/src/powershell-win-core/Properties/launchSettings.json new file mode 100644 index 00000000000..6f1a8768906 --- /dev/null +++ b/src/powershell-win-core/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "powershell-win-core": { + "commandName": "Executable", + "executablePath": ".\\win7-x64\\publish\\pwsh.exe" + } + } +} \ No newline at end of file From e368842aa8dee5e248867d955d3daebf4c6c2ef0 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Tue, 4 Jun 2019 11:10:16 -0700 Subject: [PATCH 2/3] Update launchSettings.json add a new line at the end of the file --- src/powershell-win-core/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powershell-win-core/Properties/launchSettings.json b/src/powershell-win-core/Properties/launchSettings.json index 6f1a8768906..8cb4f7d5e0c 100644 --- a/src/powershell-win-core/Properties/launchSettings.json +++ b/src/powershell-win-core/Properties/launchSettings.json @@ -5,4 +5,4 @@ "executablePath": ".\\win7-x64\\publish\\pwsh.exe" } } -} \ No newline at end of file +} From 6caa25f9a283cb9eebd49b3d8a13e6dcce50c5a2 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Tue, 4 Jun 2019 13:29:55 -0700 Subject: [PATCH 3/3] Update launchSettings.json --- src/powershell-win-core/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powershell-win-core/Properties/launchSettings.json b/src/powershell-win-core/Properties/launchSettings.json index 8cb4f7d5e0c..da47be91394 100644 --- a/src/powershell-win-core/Properties/launchSettings.json +++ b/src/powershell-win-core/Properties/launchSettings.json @@ -1,4 +1,4 @@ -{ +{ "profiles": { "powershell-win-core": { "commandName": "Executable",