mirror of
https://github.com/nlohmann/json.git
synced 2025-06-13 03:42:37 +08:00
removed just (rebase issue)
Signed-off-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com>
This commit is contained in:
parent
3835c03d3d
commit
fdd48e5478
@ -464,7 +464,7 @@ dotnet add package nlohmann.json
|
|||||||
|
|
||||||
??? example
|
??? example
|
||||||
|
|
||||||
Probably the easiest way to use NuGet packages is through Visual Studio graphical interface. Just right-click on a
|
Probably the easiest way to use NuGet packages is through Visual Studio graphical interface. Right-click on a
|
||||||
project (any C++ project would do) in “Solution Explorer” and select “Manage NuGet Packages…”
|
project (any C++ project would do) in “Solution Explorer” and select “Manage NuGet Packages…”
|
||||||
|
|
||||||

|

|
||||||
@ -477,8 +477,8 @@ dotnet add package nlohmann.json
|
|||||||
recommends adding “native” and “nativepackage” tags to C++ NuGet packages to distinguish them, but even adding
|
recommends adding “native” and “nativepackage” tags to C++ NuGet packages to distinguish them, but even adding
|
||||||
“native” to search query would still show many .NET-only packages in the list.
|
“native” to search query would still show many .NET-only packages in the list.
|
||||||
|
|
||||||
Nevertheless, after finding the package you want, just click on “Install” button and accept confirmation dialogs.
|
Nevertheless, after finding the package you want, click on “Install” button and accept confirmation dialogs.
|
||||||
After the package is successfully added to the projects, you should be able to just build and execute the project
|
After the package is successfully added to the projects, you should be able to build and execute the project
|
||||||
without the need for making any more changes to build settings.
|
without the need for making any more changes to build settings.
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
|
Loading…
Reference in New Issue
Block a user