Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 323 Bytes

File metadata and controls

5 lines (4 loc) · 323 Bytes

Introduction

This repository illustrate how to use .NET Core's Built-in Dependency Injection in a Console Application.

requirement

packages Microsoft.Extensions.DependencyInjection.Abstractions and Microsoft.Extensions.DependencyInjection are required. Install them from the NuGet package manager, before you run.