From 052adb6b72f507038f3f96058039be8d666c64f3 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Fri, 8 Jul 2022 16:14:26 +0600 Subject: [PATCH] Fix paths for dotnet 6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b18b333..1fcdd59f 100644 --- a/README.md +++ b/README.md @@ -213,14 +213,14 @@ Options: After you build local version, you can use executable from build location. ``` -artifacts/bin/sources/ClangSharpPInvokeGenerator/Debug/net5.0/ClangSharpPInvokeGenerator +artifacts/bin/sources/ClangSharpPInvokeGenerator/Debug/net6.0/ClangSharpPInvokeGenerator ``` If you are on Linux ``` LD_LIBRARY_PATH=$(pwd)/artifacts/bin/native/lib/ -artifacts/bin/sources/ClangSharpPInvokeGenerator/Debug/net5.0/ClangSharpPInvokeGenerator +artifacts/bin/sources/ClangSharpPInvokeGenerator/Debug/net6.0/ClangSharpPInvokeGenerator ``` ### Spotlight