C#C
C#2y ago
tama

Project requirements?

Hello there.
I am about to publish a project I have written, however, I am little unsure how you usually handle libraries when publishing the project. In Python, you usually have a requirements.txt file listing all the libraries used by the project. How do you do that in C#? I want to ensure the recipient is able to run the project without having to look at the code.
Was this page helpful?