Could not include namespace System.Threading.Tasks

后端 未结 1 676
名媛妹妹
名媛妹妹 2021-01-18 23:11

I am unable to include System.Threading.Tasks in my project.

I am Using Asp.net 2013 (4.5)

I am getting the following error -

The typ

1条回答
  •  爱一瞬间的悲伤
    2021-01-18 23:38

    System.Threading.Tasks.Task is in mscorlib which in .NET4.5. My project is not targeting, so in project properties need to change the target to 4.5.

    0 讨论(0)
提交回复
热议问题