mono - Why does gacutil report 2 versions for my package? -
i have 1 dll called npgsql.dll
installed in $mono_path
gacutil reports 2 versions. newbie mono & want know why case.
$ ls np* npgsql.dll $ gacutil -l npgsql -check_refs following assemblies installed gac: npgsql, version=1.0.5000.0, culture=neutral, publickeytoken=5d8b90d52f46fda7 npgsql, version=2.0.0.0, culture=neutral, publickeytoken=5d8b90d52f46fda7 number of items = 2
Comments
Post a Comment