Copy static files to project root directory from nuget package #11275
Unanswered
kuntalbose
asked this question in
Q&A
Replies: 1 comment
-
Thank you for asking this question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Create a class library project
Set JSON file property
Set package options
after adding the package ,json files add as link.
I want a less complex straight forward solution.
Please help.
Beta Was this translation helpful? Give feedback.
All reactions