i have a clean 6.6.1 version download but when compile have this warning, how resolve this?
C:\Proyectos\GL (6.6.1)\GL\src\GL.Web.Mvc\GL.Web.Mvc.csproj : warning NU1701: Package 'Abp.AspNetZeroCore 1.2.0' was restored using '.NETPortable,Version=v0.0,Profile=Profile259, .NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.
5 Answer(s)
-
0
Try changing netcoreapp2.1 to netcoreapp2.2 https://github.com/aspnetzero/aspnet-zero-core/commit/83e92928c2711195c9a3d6545a8fb8bb35a8610b
-
0
I try but not work, clean app, update all include framework and all library, warning ever. not afect but a warning is a furure problem.
i wait for other sugest
-
0
I use the source code of v6.6.1 did not find the warning you encountered, you can look at the source code of v6.6.1, if you can share the project source code that can reproduce the problem is best.
-
0
-
0
Can you share your project source code? You can remove the privacy code,I think removing most of the code can also reproduce the problem.
email: [email protected]