0

I am trying to build a nuget package in .Net Core for that I create a .net core class Library project and also add 2 json config files for configuration which I also add into package .

I want ,when I add the package into my project then the 2 json files placed into project folder root or where I set the path.

for this I do following steps ,but not working,files added as a link ,my requirement is add files physically into directory

enter image description here

Create a class library project

enter image description here

Set JSON file property

enter image description here

Set package options

enter image description here

after adding the package ,json files add as link.

I want a less complex straight forward solution.

Please help.

Tiny Wang
  • 10,423
  • 1
  • 11
  • 29
kuntal
  • 1,591
  • 2
  • 16
  • 36

1 Answers1

0

I found a post by Mr Qian ,which is solve my problem.

Also another post

kuntal
  • 1,591
  • 2
  • 16
  • 36