We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b8d0f commit 6cb738fCopy full SHA for 6cb738f
plugins/csharp/service/src_csharp/CMakeLists.txt
@@ -10,7 +10,7 @@ add_custom_target(dotnetbuildservice
10
)
11
12
add_custom_target(dotnetaddclasslib
13
- COMMAND dotnet new classlib -o ${CMAKE_CURRENT_BINARY_DIR}/gen-netstd/ --force
+ COMMAND dotnet new classlib -o ${CMAKE_CURRENT_BINARY_DIR}/gen-netstd/ -f "net8.0" --force
14
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
15
16
0 commit comments