Johnny
Johnny

Reputation: 1575

ASP.NET Core 1.0 ConfigurationBuilder().AddJsonFile(); function missing

So I've finally got round to looking at Core and I've fallen at the first hurdle. I'm following the Pluralsight ASP.NET Core Fundamentals course and I'm not getting the ConfigurationBuilder.AddJsonFIle() function. I have added the necessary namespace. But The function is not there.

Any help regarding this would be highly appreciated.

Upvotes: 1

Views: 360

Answers (1)

Adailson De Castro
Adailson De Castro

Reputation: 871

Will you need to install the nuget: Microsoft.Extensions.Configuration.Json

Upvotes: 1

Related Questions