0
bseufert created
VS 2017 15.3.3 ABP core and Angular 5.0.4
downloaded and extracted the solution, opened All.sln and build, but while restoring the nuget packages the package manager errors in all the projects:
Package System.Text.Encoding.CodePages 4.4.0 is not compatible with netcoreapp2.0
Ideas, the google was no help
1 Answer(s)
-
0
Hi @bseufert,
I'm using VS 15.4.4 and didn'h have this problem before, it might be related to that.
Related nuget package suggests using nuget v3.4 or above versions. Can you check your nuget version ? Open Package Manager console in Visual Studio and run command "$host".
Thanks.