I have a virtual machine that does not have internet enabled. When running dotnet build
, I get the following error:
Unable to load the service index for source https://api.nuget.org/v3/index.json.
Is it possible to build and run a .NET Core project offline?