Skip to content

Commit 3ea56ce

Browse files
committed
Update comments in CMakeLists respect to version of Net Core 5.
1 parent 10e1ac9 commit 3ea56ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/loaders/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif()
77
option(OPTION_BUILD_LOADERS_C "Build C Foreign Function Interface library loader plugin." OFF)
88
option(OPTION_BUILD_LOADERS_COB "Build GNU/COBOL 2.2 loader plugin." OFF)
99
option(OPTION_BUILD_LOADERS_CR "Build Crystal 0.33.0 loader plugin." OFF)
10-
option(OPTION_BUILD_LOADERS_CS "Build C# CoreCLR 2.2.8 Runtime loader plugin." OFF)
10+
option(OPTION_BUILD_LOADERS_CS "Build C# CoreCLR 5.0.5 Runtime loader plugin." OFF)
1111
option(OPTION_BUILD_LOADERS_DART "Build Dart VM 2.8.4 Runtime loader plugin." OFF)
1212
option(OPTION_BUILD_LOADERS_FILE "Build File System loader plugin." OFF)
1313
option(OPTION_BUILD_LOADERS_JAVA "Build Java Virtual Machine loader plugin." OFF)
@@ -27,7 +27,7 @@ add_subdirectory(c_loader) # Foreign Function Interface library
2727
add_subdirectory(cob_loader) # GNU/Cobol 2.2 Runtime
2828
add_subdirectory(cr_loader) # Crystal 0.33.0 Runtime
2929
add_subdirectory(dart_loader) # Dart VM 2.8.4 Runtime
30-
add_subdirectory(cs_loader) # CoreCLR 2.2.8 Runtime
30+
add_subdirectory(cs_loader) # CoreCLR 5.0.5 Runtime
3131
add_subdirectory(file_loader) # File System
3232
add_subdirectory(java_loader) # Java Virtual Machine
3333
add_subdirectory(jsm_loader) # Mozilla's SpiderMonkey 4.8 JavaScript Engine

0 commit comments

Comments
 (0)