Compilation Error when change .Net framework from 4.5.2 to 4.5 in VS 2015 Community edition

前端 未结 4 638
长情又很酷
长情又很酷 2021-01-04 19:14

After changing my .Net framework from 4.5.2 to 4.5 in VS 2015 Community edition. I am getting following error. Did anyone know what is the issue and how to solve this. Look

4条回答
  •  死守一世寂寞
    2021-01-04 19:29

    I was facing the same building with MSBuild and the following helped me:

    In Visual Studio > Select your project > Right Click > Properties > Library > Targeting > Change > .Net Framework 4.6

    This link Helped me

提交回复
热议问题