From 049d65c5b0c7ef8c371b7f113813f8753c8e2a57 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Thu, 8 Sep 2022 15:02:29 -0700 Subject: Update directions to copy from shared runtime --- release-notes/7.0/known-issues.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md index d6185dfa..21402d6e 100644 --- a/release-notes/7.0/known-issues.md +++ b/release-notes/7.0/known-issues.md @@ -139,14 +139,17 @@ To circumvent this issue, you will need to modify the local installation to prob } ``` -3. Locate the `dotnet-user-jwts.runtimeconfig.json` file and add a reference to your global NuGet packages directory under additional probing paths. +3. Locate the `Microsoft.Extensions.Configuration.Binder` assembly in the directory associated with the `Microsoft.AspNetCore.App` shared runtime. This will typically be located in a path as follows: -```diff -{ -+ "additionalProbingPaths": [ -+ "/Users/homedirname/.nuget/packages/" -+ ] -} +``` +~/.dotnet/shared/Microsoft.AspNetCore.App/7.0.0-rc.1.22415.4 +``` + +4. Copy the assembly from Step 3 to the `user-jwts` tool directory from Step 1. + +``` +$ cp ~/.dotnet/shared/Microsoft.AspNetCore.App/7.0.0-rc.1.22415.4/Microsoft.Extensions.Configuration.Binder.dll +~/.dotnet/sdk/7.0.100-rc.2.22419.24/DotnetTools/dotnet-user-jwts/7.0.0-rc.1.22415.4/tools/net7.0/any ``` This issue will be resolved in .NET 7 RC 2. -- cgit v1.2.3