The web project we are working on is built against the .net 1.1 framework. We would like to automate the build process for this project using msbuild. However, MSBuild only targets the environment 2.0. So, how can this be done if we want to use MSBuild or MSBEE (this asks us to convert the web project to a new version by opening in the Visual Studio IDE)? We cannot convert the project in accordance with the 2.0 framework
source
share