[Mono-dev] How to compile mono.security.dll assembly with .NET 2.0

Marek Safar marek.safar at gmail.com
Sun May 6 08:37:58 UTC 2018


Hi Hugo,

The easiest way for you is most likely starting with
https://github.com/mono/mono/blob/master/mcs/class/Mono.Security/Mono.Security.csproj
you could tweak that project to target .NET 2.0 framework and redo all
assemblies references to use standard framework references. That way you
get compilation going but that does not mean it'll compile as there could
be dependencies on APIs not available in .NET 2.0 and you'll have to
resolve them on case-by-case basis.

Marek

On Wed, Apr 25, 2018 at 12:01 PM, Hugo Javier Sanoguera <loboar at gmail.com>
wrote:

> Hi,
>
> I would like to compile mono.security.dll CLI version with .NET Framework
> v2.0 instead of 4.x.
>
> Could somebody help me with this please? What should I download and
> compile to get that kind of binay?
>
>
> Kind regards,
> Hugo Javier Sanoguera
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.dot.net
> http://lists.dot.net/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/mono-devel-list/attachments/20180506/b1d630f8/attachment.html>


More information about the Mono-devel-list mailing list