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