How to install the package libclang.runtime.ubuntu.18.04-x64 from NuGet
.Net
C#
NuGet
libclang.runtime.ubuntu.18.04-x64
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package libclang.runtime.ubuntu.18.04-x64 -Version 11.0.0
# .NET CLI
dotnet add package libclang.runtime.ubuntu.18.04-x64 --version 11.0.0
# PackageReference
<PackageReference Include="libclang.runtime.ubuntu.18.04-x64" Version="11.0.0" />
# Paket CLI
paket add libclang.runtime.ubuntu.18.04-x64 --version 11.0.0