Switch automatically downloaded sdk/coreclr to .NET 8
authorGleb Balykov <g.balykov@samsung.com>
Mon, 11 Mar 2024 18:44:17 +0000 (21:44 +0300)
committerGleb Balykov/Advanced System SW Lab /SRR/Staff Engineer/Samsung Electronics <g.balykov@samsung.com>
Mon, 18 Mar 2024 12:15:26 +0000 (15:15 +0300)
CMakeLists.txt
README.md

index 37424bc471700256097a592bc020899729bc476b..b9de06dd21e626b1f3b28c9cd48419331128953a 100644 (file)
@@ -8,9 +8,9 @@ project(netcoredbg)
 
 set(CORECLR_DIR "" CACHE FILEPATH "Path to CoreCLR source directory")
 set(DOTNET_DIR "" CACHE FILEPATH "Path to .NET SDK directory")
-set(CORECLR_BRANCH "release/7.0" CACHE STRING "CoreCLR source branch")
+set(CORECLR_BRANCH "release/8.0" CACHE STRING "CoreCLR source branch")
 # After move of dbgshim from runtime to diagnostics, this sdk is used only for build of managed part.
-set(DOTNET_CHANNEL "7.0" CACHE STRING ".NET SDK channel")
+set(DOTNET_CHANNEL "8.0" CACHE STRING ".NET SDK channel")
 set(BUILD_MANAGED ON CACHE BOOL "Build managed part")
 set(DBGSHIM_DIR "" CACHE FILEPATH "Path to dbgshim library directory")
 
index 706cfb43765e18de0a9dcf3ae20976176b7092f3..42f7dd21ee2617025c389894b99738192e1beb95 100644 (file)
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Building of Netcoredbg requires Microsoft's .NET, so currently you can build Net
 
 6. Optional step: Netcoredbg requires **CoreCLR runtime source code**, which is typically downloaded automatically, but you can download it from here: https://github.com/dotnet/runtime
 
-   You should check out tag v7.x.
+   For example, you can check out tag v8.x.
 
 7. Optional step: Netcoredbg requires **.NET SDK**, which can be downloaded automatically, but you can download it manually from here: https://dotnet.microsoft.com/download
 
@@ -120,7 +120,7 @@ After this, build instructions are same as for Unix (including prerequisites).
 5. This step might be omitted, in this case cmake automatically downloads necessary files.
    But if it fails, you should then checkout **CoreCLR sources** to another directory from here: https://github.com/dotnet/runtime
 
-   You need latest tag **v7.x**.
+   For example, you can use latest tag **v8.x**.
 
 6. This step might be omitted too, and cmake will automatically downloads that it needs.
    But in case of failure you need download and install **.NET SDK** from here: https://dotnet.microsoft.com/download