Hi,
We just downloaded the Core 2.1 solution and realized that the 2 "Shared" projects do no target Core 2.1. Under build for those projects, NETSTANDARD;NETSTANDARD2_0 is displayed. Is this correct?
Thanks
3 Answer(s)
-
0
Yes. Duplicate of #4374@2e29ea4a-aa39-4b4d-a426-941a23ce5b7e.
-
0
Edited the cs proj files for the "Shared" projects to use 2.0 instead of 2.1. I and received this error during build. Project Application.Shared is not compatible with netcoreapp2.1. Does anyone know why the 2 shared projects are not using .NET Core 2.1 when the other projects are? How and will this affect our solution? Below was suggested in the recommended thread and this does not set our shared projects to use 2.1. _If you want to change target framework of your project, just right click on your project and select "Edit ****.csproj". Then you can change TargetFramework.
ABP supports both, .Net Standard 2.0 & .Net Core 2.0._
-
0
Does anyone know why the 2 shared projects are not using .NET Core 2.1 when the other projects are? How and will this affect our solution?