[Mono-devel-list] Strategy for 1.0 and 1.1

Miguel de Icaza miguel at ximian.com
Mon Apr 28 13:41:13 EDT 2003


Hello everyone,

    Paolo today brought to our attention that we should ideally support
1.0 and 1.1 libraries for the time being, as we want binaries produced
on Mono to run on the .NET Framework 1.0.

    In the future, we might likely want to support even more releases.

    We will be likely adding compiler switches and some class library
reorganization to choose the runtime environment you want to create, but
for the time being, we want to ask developers to use the following
symbols in their code:

	USE_VERSION_1_1
	USE_VERSION_1_0

    To selectively include or exclude pieces of the class libraries.  

Miguel.



More information about the Mono-devel-list mailing list