when I change the targetting from .net 4.6.1 to .net 4.7 .
I get this error when build , but there is no project .json , how can I pass this? project cannot compile now. Severity Code Description Project File Line Suppression State Error `
Your project is not referencing the ".NETFramework,Version=v4.7" framework. Add a reference to ".NETFramework,Version=v4.7" in the "frameworks" section of your project.json, and then re-run NuGet restore.
`