From ab98a847e600ca0bfaf5c9aec05fc5dbd35a7260 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 10 Dec 2021 16:25:09 +0100 Subject: [PATCH] Update dotnet/README.md --- examples/dotnet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dotnet/README.md b/examples/dotnet/README.md index d0035c963a..ca29f6672d 100644 --- a/examples/dotnet/README.md +++ b/examples/dotnet/README.md @@ -2,7 +2,7 @@ The following examples showcase how to use OrTools.
The project solution has examples for both C# and F#. -We recommend that all projects you create target `netcoreapp3.1`, +We recommend that all projects you create target `net6.0`, as this allows you to compile for various frameworks and keep up-to-date with the latest frameworks.