Hi I've got a bunch of questions about the .NET Core build and before I spend more time searching for the anwers I though I may as well ask for help.
Version ======= The current version is set as 3.0.0 - why? log4net's next assembly version is 1.2.16. I know the nuget package uses 2.x - probably because it changed the major version when it switched to the new key - but adding another platform shouldn't require a new major version IMHO. 4.x Builds ========== On my Linux box it builds assemblies for net40 and net45 as well. Are these assemblies expected to be the same as the assemblies we build using NAnt? If so, I may be able to use the net45 version built by the dotnet too as NAnt really doesn't seem to want to use 4.5 for me. Signing ======= I'd like to see strong named assemblies using "the new key" is this supported? Stefan