diff --git a/docs/FAQ.md b/docs/FAQ.md index e8bc134500e..f6f252c4225 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -43,17 +43,14 @@ Read [An Introduction To Error Handling in PowerShell][error] for more informati The SDK NuGet package `Microsoft.PowerShell.SDK` is provided for developers to write .NET Core C# code targeting PowerShell Core. PowerShell NuGet packages for releases starting from v6.0.0-alpha.9 will be published to the [powershell-core][] myget feed. -To use the `Microsoft.PowerShell.SDK` NuGet package, declare the `frameworks` section in your `project.json` file as follows: - -```json -"frameworks": { - "netstandard1.6": { - "imports": [ "dnxcore50", "portable-net45+win8" ], - "dependencies": { - "Microsoft.PowerShell.SDK": "6.0.0-alpha13" - } - } -} +To use the `Microsoft.PowerShell.SDK` NuGet package, declare `PackageReference` tags in your `.csproj` file as follows: + +```xml + + + + + ``` [powershell-core]: https://powershell.myget.org/gallery/powershell-core diff --git a/docs/installation/linux.md b/docs/installation/linux.md index 67e08e5e965..8a725d8c41f 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -379,9 +379,9 @@ sudo yum remove powershell ## OpenSUSE 42.2 -> **Note:** When installing PowerShell Core, OpenSUSE may report that nothing provides libcurl. -libcurl should already be installed on supported versions of OpenSUSE. -Run zypper search libcurl to confirm. +> **Note:** When installing PowerShell Core, OpenSUSE may report that nothing provides `libcurl`. +`libcurl` should already be installed on supported versions of OpenSUSE. +Run `zypper search libcurl` to confirm. The error will present 2 'solutions'. Choose 'Solution 2' to continue installing PowerShell Core. ### Installation via Package Repository (preferred) - OpenSUSE 42.2