Replies: 1 comment 2 replies
-
One valid reason I can think of for multiple projects is that they allow us to use EF6 inside .NET Core (version 6.4.4) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I'm very occupied by converting all our old style csproj files from msbuild xml to readable csproj which was intruduced in VS2017. This has an advantage that our projects can be multi targetted to both .NET 462 and .NET Core. While we have over 100 projects in our solution (madness) it is not that hard gladly.
I want to ask why not all csla projects aren't new style csproj? I see Csla.Data.EFCore.3.0 is. Or better, why isn't there one single project that is doing multi targets like the example below. I know they shared projects and foreach framework there is an csproj which reference the shared project. It would had been easier to make a csproj multi target?
It works but it could had been easier
An example of one of our csproj
Beta Was this translation helpful? Give feedback.
All reactions