Skip to content

Instantly share code, notes, and snippets.

View dhollenbeck's full-sized avatar

Dan Hollenbeck dhollenbeck

View GitHub Profile
@dhollenbeck
dhollenbeck / readme.md
Created February 12, 2019 20:14
VS2010 Change .NET Framework target

The only way I could find to change the .NET framework version for an existing project using VS2010 was to edit the *.vbproj file.

From:

<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
```xml

To:
```xml