- Learn C# in 7 days
- Gaurav Aroraa
- 58字
- 2021-07-08 09:51:23
7 (Dependencies)
This refers to all references and binaries required to run a specific application.
Dependency is an assembly or dll on which our application depends or where our application is consuming the function of referred assembly. For instance, our console application requires .NET Core 2.0 SDK, so it includes it as dependencies. Refer to the following screenshot:
