How to run a console app on any computer (Windows) without upgrading .Net?
Hi!
I have a c# console app which, when run copies some files to a folder and now the "Target Framework" is set to 2.0.
I want to make the app run on any computer without upgrading .NET framework.
How to do it?
Thanks!