I'm in the process of moving to .NET Core. In the mean time, I have two sets of apps - some using .NET Core 3.1 and the rest the full .NET Framework 4.6.2.
Also, I'm trying to make a build script to build all apps with one command.
But dotnet publish
does not work for full .NET Framework projects.
How can I use dotnet publish
command to build full .NET Framework applications?