dotnet: Bump remaining netcoreapp2.1 to 3.1

This commit is contained in:
Mizux Seiha
2021-09-21 21:45:28 +02:00
parent 6f4e30bced
commit b0d1fac666
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
The following examples showcase how to use OrTools.<br>
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.

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<!-- see https://github.com/dotnet/docs/issues/12237 -->
<RollForward>LatestMajor</RollForward>
<AssemblyName>Google.OrTools.FSharp.Tests</AssemblyName>

View File

@@ -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.