From 8e85874b8ea85b19de486a135151d36121ea68fb Mon Sep 17 00:00:00 2001 From: Austin Wise Date: Mon, 10 Aug 2020 15:55:00 -0700 Subject: [PATCH] Update using-dotnet-cli.md (#40580) Fixes "error NU1102: Unable to find package Microsoft.WindowsDesktop.App.Runtime.win-x64 with version (= 5.0.0-dev)" --- docs/workflow/using-dotnet-cli.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/workflow/using-dotnet-cli.md b/docs/workflow/using-dotnet-cli.md index 68cadd5..8090f0e 100644 --- a/docs/workflow/using-dotnet-cli.md +++ b/docs/workflow/using-dotnet-cli.md @@ -58,13 +58,16 @@ Please run `dotnet new console` in the app folder and update the created `.cspro Exe net5.0 win-x64 - 5.0.0-dev + + + + ``` -**You have to set the correct values for `RuntimeIdentifier` (RI), `RuntimeFrameworkVersion` and versions of both packages.** +**You have to set the correct values for `RuntimeIdentifier` (RI) and `RuntimeFrameworkVersion`.** You can generally figure that out by looking at the packages you found in your output. In our example you will see there is a package with the name `Microsoft.NETCore.App.Runtime.win-x64.5.0.0-dev.nupkg` -- 2.7.4