Base solution for your next web application
Open Closed

Core 2.1 Target Framework #5384


User avatar
0
sedulen created

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)
  • User Avatar
    0
    aaron created
    Support Team
  • User Avatar
    0
    sedulen created

    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._

  • User Avatar
    0
    aaron created
    Support Team

    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?

    https://github.com/aspnetzero/aspnet-zero-core/issues/1290