dotnet: Bump remaining netcoreapp2.1 to 3.1
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user