Update default sdk version to 6.0
authorGleb Balykov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <g.balykov@samsung.com>
Fri, 28 Jan 2022 10:03:05 +0000 (13:03 +0300)
committerAlexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>
Thu, 17 Feb 2022 13:53:10 +0000 (16:53 +0300)
CMakeLists.txt

index 07fd407120232b9c334acd5bb6c47f41dac83e76..6c4b4cda94bbb73958daf519638447e98d9f1707 100644 (file)
@@ -12,7 +12,7 @@ set(DOTNET_DIR "" CACHE FILEPATH "Path to .NET SDK directory")
 set(CORECLR_BRANCH "release/3.1" CACHE STRING "CoreCLR source branch")
 # Note, we must use latest runtime, since we need copy latest dbgshim in order to work with all runtime versions.
 # https://github.com/dotnet/runtime/pull/44748#issuecomment-729268650
-set(DOTNET_CHANNEL "5.0" CACHE STRING ".NET SDK channel")
+set(DOTNET_CHANNEL "6.0" CACHE STRING ".NET SDK channel")
 set(BUILD_MANAGED ON CACHE BOOL "Build managed part")
 set(DBGSHIM_RUNTIME_DIR "" CACHE FILEPATH "Path to dbgshim library directory (at runtime)")