nuget install vs binary zip download of 7.13.2 results in different dll versions and web.config file
First time looking at installing via nuget, and happened to notice that nuget 7.13.2 vs the packaged zip from our.umbraco.com/download results in different dlls and additional dlls in the binary folder.
the one that tripped me up was mySql.Data.dll nuget v6.9.12 delivered and the webconfig addresses this with dependentAssembly setting
the zipped 7.13.2 delivers 6.9.9.0 and no dependantAssembly setting.
Also nuget install has quite a few extra for dll's (and pdb's for debugging?) presumably from the dependancy chain in the nuget package. Other things are whitespace chars.
Are all these to be expected? I sort of assumed that the download.zip and nuget should be identical?
Below a couple of screen shots to illustrate differences.. nuget on the right
nuget install vs binary zip download of 7.13.2 results in different dll versions and web.config file
First time looking at installing via nuget, and happened to notice that nuget 7.13.2 vs the packaged zip from our.umbraco.com/download results in different dlls and additional dlls in the binary folder.
the one that tripped me up was mySql.Data.dll nuget v6.9.12 delivered and the webconfig addresses this with dependentAssembly setting
the zipped 7.13.2 delivers 6.9.9.0 and no dependantAssembly setting.
Also nuget install has quite a few extra for dll's (and pdb's for debugging?) presumably from the dependancy chain in the nuget package. Other things are whitespace chars.
Are all these to be expected? I sort of assumed that the download.zip and nuget should be identical?
Below a couple of screen shots to illustrate differences.. nuget on the right
is working on a reply...