Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

How to read appsettings.json of parent projetc inside a Nuget Package project?

$
0
0

I'm creating an application that will be a Nuget Package. Let's say the name of this application is MyPackage.

I'll install this package in another project. Let's say this project's name is MyProject.

How can I read in the MyPackage project the appsettings.json of the MyProject project?


Viewing all articles
Browse latest Browse all 3067

Trending Articles