dotnet: remove netstandard2.0 (unsupported)
ortools\sat\csharp\CpSolver.cs(214,25): error CS1061: 'Queue<Term>' does not contain a definition for 'TryDequeue' and no accessible extension method 'TryDequeue' accepting a first argument of type 'Queue<Term>' could be found
This commit is contained in:
@@ -268,9 +268,6 @@ if(BUILD_DOTNET)
|
||||
option(USE_DOTNET_48 "Use .Net Framework 4.8 support" OFF)
|
||||
message(STATUS ".Net: Use .Net Framework 4.8 support: ${USE_DOTNET_48}")
|
||||
|
||||
option(USE_DOTNET_STD_20 "Use .Net Standard 2.0 support" OFF)
|
||||
message(STATUS ".Net: Use .Net Framework 2.0 support: ${USE_DOTNET_STD_20}")
|
||||
|
||||
option(USE_DOTNET_STD_21 "Use .Net Standard 2.1 support" OFF)
|
||||
message(STATUS ".Net: Use .Net Framework 2.1 support: ${USE_DOTNET_STD_21}")
|
||||
|
||||
|
||||
@@ -74,9 +74,6 @@ message(STATUS ".Net runtime project build path: ${DOTNET_NATIVE_PROJECT_DIR}")
|
||||
if(USE_DOTNET_48)
|
||||
list(APPEND TFM "net48")
|
||||
endif()
|
||||
if(USE_DOTNET_STD_20)
|
||||
list(APPEND TFM "netstandard2.0")
|
||||
endif()
|
||||
if(USE_DOTNET_STD_21)
|
||||
list(APPEND TFM "netstandard2.1")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user