8 Answer(s)
-
0
OK, this can be fixed with package install: [attachment=2:1xninr6t]4 package.png[/attachment:1xninr6t] Now Core.Shared is building. Now Application.Shared is giving some erorrs: [attachment=1:1xninr6t]5 error2.png[/attachment:1xninr6t] Maybe this something to do with the target framework? [attachment=0:1xninr6t]6 target framework.png[/attachment:1xninr6t]
-
0
-
0
Did you install .NET Core 2.0 SDK?
-
0
@easyest Also Visual Studio 2017 v15.3+ is required.
-
0
-
0
-
0
After a full PC reinstall and fresh VS2017 install the solution building is successful. But while building Application.Shared and Core.Shared there is a warning:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2041,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.ComponentModel.DataAnnotations". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
I removed that reference, and this warning is gone.
-
0
Thanks for your feedback @easyest.