Base solution for your next web application
Open Closed

.Net Standard vs .Net Core #9613


User avatar
0
tom.ohle created

Just a general question about the Asp.Net Zero template projects.

Why do you use .Net Standard (netstandard2.0) for the (ProjectName).Application.Shared and (ProjectName).Core.Shared projects instead of .Net Core (netcoreapp3.1)? All the other projects like (ProjectName).Core are using .Net Core (netcoreapp3.1). We were thinking about updating these to .Net Core but didn't know if there was a reason we shouldn't.


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi

    The Shared project will be use by Xamarin. so it should benetstandard2.0.

    https://docs.microsoft.com/en-us/dotnet/standard/frameworks