You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI. I encountered an error while building the solution using VS2017. VS2017 cannot resolve the reference of "System.Runtime, Version=4.1.0.0". Finally, I built the project using vscode (without the sln file).
I searched the error info. It seems that the error occurs when mix targeting the .net framework and .netcore. Apparently you are not targeting .net framework. It is a weird issue.
I post the issue here for those who are building the sln file using vs2017.
The text was updated successfully, but these errors were encountered:
I only used Visual Studio for Mac for development, thanks for the report. I'll try it as soon as I get a windows. Maybe VS2017 doesn't manage very well this type of .netcore executable projects ...
FYI. I encountered an error while building the solution using VS2017. VS2017 cannot resolve the reference of "System.Runtime, Version=4.1.0.0". Finally, I built the project using vscode (without the sln file).
I searched the error info. It seems that the error occurs when mix targeting the .net framework and .netcore. Apparently you are not targeting .net framework. It is a weird issue.
I post the issue here for those who are building the sln file using vs2017.
The text was updated successfully, but these errors were encountered: