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)
-
0
hi
The
Shared
project will be use byXamarin
. so it should benetstandard2.0
.https://docs.microsoft.com/en-us/dotnet/standard/frameworks