How to update the . Net framework?

Asked

Viewed 138 times

1

How to update my project framework?

  • On the framework’s official website, you will find the latest version: http://www.microsoft.com/pt-br/download/details.aspx?id=30653 Here you find a good tutorial for updating: http://blogs.msdn.com/b/prashant_upyaadhy/archive/2012/10/upgrading-target-framework-from-4-0-to-4-5-for-Asp-net-mvc-Applications.aspx

1 answer

3


Right click on your project > Properties:

Properties

In the option Target framework, select the option corresponding to the new Framework you will use:

Target Framework

If the desired option is not among those displayed, click on Install other frameworks... and follow the installation steps of the screens that are displayed. For each Framework is usually a peculiar canvas.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.