diff --git a/documentation/23.09/solutions/platform-specifics/microsoft-windows/net/net-installation-instructions.wiki b/documentation/23.09/solutions/platform-specifics/microsoft-windows/net/net-installation-instructions.wiki index 81cb8df4..69fe954b 100644 --- a/documentation/23.09/solutions/platform-specifics/microsoft-windows/net/net-installation-instructions.wiki +++ b/documentation/23.09/solutions/platform-specifics/microsoft-windows/net/net-installation-instructions.wiki @@ -1,5 +1,13 @@ +[[Property:modification_date|Tue, 26 Sep 2023 19:11:02 GMT]] +[[Property:publication_date|Tue, 26 Sep 2023 19:11:02 GMT]] [[Property:title|.NET Installation instructions]] [[Property:weight|0]] [[Property:uuid|64f7e3b1-f6ee-5cc4-1006-2fc4dfdaeae7]] -Before installing the .NET components for Eiffel for .NET you need to install either the .NET Framework, the .NET Framework SDK or Visual Studio .NET. If you do not have any of those installed, the installation program will prompt you with a warning because no .NET features support will be installed. +EiffelStudio supports .NETCore and only on Windows the .NET Framework (v4.0) . +Before being able to compile an Eiffel .NET project, you need to install .NETCore or the .NET Framework. + +* '''.NETCore''': see [https://learn.microsoft.com/en-us/dotnet/core/install/] +* '''.NET Framework (Windows only)''': see [https://learn.microsoft.com/en-us/dotnet/framework/install/] (you need to install either the .NET Framework, the .NET Framework SDK or Visual Studio .NET). + +If you do not have any of those installed, any Eiffel .NET compilation will report an error because no .NET features support are installed.