Previously, under asp.net for .net framework, I utilized NuGet to incorporate TypeScript type definitions from third-party libraries (*.d.ts files) provided by DefinitelyTyped. However, with the shift to .NET Core, it seems that NuGet is no longer recommended for non-.NET assemblies.
Is there a more efficient way to import TypeScript definitions into an MVC project now? Currently, I find myself manually downloading the necessary definitions from GitHub using a web browser. There must be a better method available.