From b0d1fac6669a800e4655366180f93c88a6f74394 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Tue, 21 Sep 2021 21:45:28 +0200 Subject: [PATCH] dotnet: Bump remaining netcoreapp2.1 to 3.1 --- examples/dotnet/README.md | 2 +- .../Google.OrTools.FSharp.Tests.fsproj.in | 2 +- ortools/dotnet/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/dotnet/README.md b/examples/dotnet/README.md index 14bfa1b461..d0035c963a 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 `netcoreapp2.1`, +We recommend that all projects you create target `netcoreapp3.1`, as this allows you to compile for various frameworks and keep up-to-date with the latest frameworks. diff --git a/ortools/dotnet/Google.OrTools.FSharp.Tests/Google.OrTools.FSharp.Tests.fsproj.in b/ortools/dotnet/Google.OrTools.FSharp.Tests/Google.OrTools.FSharp.Tests.fsproj.in index cb68a31b49..3bccbba383 100644 --- a/ortools/dotnet/Google.OrTools.FSharp.Tests/Google.OrTools.FSharp.Tests.fsproj.in +++ b/ortools/dotnet/Google.OrTools.FSharp.Tests/Google.OrTools.FSharp.Tests.fsproj.in @@ -1,7 +1,7 @@  Exe - netcoreapp2.1 + netcoreapp3.1 LatestMajor Google.OrTools.FSharp.Tests diff --git a/ortools/dotnet/README.md b/ortools/dotnet/README.md index c3a9f8fba8..6168fa2448 100644 --- a/ortools/dotnet/README.md +++ b/ortools/dotnet/README.md @@ -246,7 +246,7 @@ dotnet pack src/Google.OrTools ## Examples -The Test projects show examples of building applications with `netcoreapp2.1`. +The Test projects show examples of building applications with `netcoreapp3.1`. The F# example folder shows how to compile against the typical .NET Framework installed on machine.