-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.
Reactions are currently unavailable