diff --git a/documentation/23.09/solutions/dotnet/eiffel-net-language/eiffel-net-integration/Eiffel-for-.NETCore-execution.wiki b/documentation/23.09/solutions/dotnet/eiffel-net-language/eiffel-net-integration/Eiffel-for-.NETCore-execution.wiki index 98f1b2e6..7050183b 100644 --- a/documentation/23.09/solutions/dotnet/eiffel-net-language/eiffel-net-integration/Eiffel-for-.NETCore-execution.wiki +++ b/documentation/23.09/solutions/dotnet/eiffel-net-language/eiffel-net-integration/Eiffel-for-.NETCore-execution.wiki @@ -1,4 +1,4 @@ -[[Property:modification_date|Mon, 02 Oct 2023 10:53:47 GMT]] +[[Property:modification_date|Mon, 02 Oct 2023 10:54:57 GMT]] [[Property:publication_date|Mon, 02 Oct 2023 10:00:56 GMT]] [[Property:uuid|1838ECEC-F411-46C7-926B-204ED0ACD0C6]] [[Property:weight|20]] @@ -90,11 +90,14 @@ In the current version, the EiffelStudio compiler will always generate a Microso For instance when using ASP.NETCore, it is expected to use `Microsoft.NET.Sdk.Web`. In such case, the generated `.csproj` file needs to be manually modified to set the expected SDK, and also the various package dependencies. -For instance, replace the first line of the `.csproj` file by and in the `` section, list the package references such as + +For instance: +* replace the first line of the `.csproj` file by +* and in the `` section, list the package references such as This allows the application to be run and, if necessary, debugged using VisualStudio. -<