简体   繁体   中英

C# Which .net version does my app require

Sorry if its a stupid question. But I just wrote a tiny c# application and want to know which exact version of .net does my application requires . Is there a way of knowing this , other than to uninstall and reinstalling all the .net versions on my PC.

my app btw is : http://www.ziddu.com/download/11874881/PerfectUpload.exe.html ( 14kb)

Thanks

在VS IDE中,右键单击yourProjectName > Properties-> Application-> Target Framework,您很可能会看到框架版本3.5。

此应用程序需要.NET 3.5才能运行,因为它引用了System.Xml.Linq程序集,更具体地说是PostToImgur方法中的XDocument类。

您可以在项目设置中指定所需的.NET版本!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM