Working with dependencies in .NET¶
NuGet¶
Creating a packages.lock.json
file¶
-
Enable lock-file support (for .NET 5 and above):
-
Install dependencies:
Creating a paket.lock
file¶
- Create a lock-file: