From 9e0b02f86e1cfbda55ea33f3632efb89dee2bf3b Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 20 Nov 2023 22:55:49 +0100 Subject: [PATCH] build: Update .NET version --- cmake/modules/FindCoreClrEmbed.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindCoreClrEmbed.cmake b/cmake/modules/FindCoreClrEmbed.cmake index b4251ec04..9bcb6738b 100644 --- a/cmake/modules/FindCoreClrEmbed.cmake +++ b/cmake/modules/FindCoreClrEmbed.cmake @@ -16,7 +16,7 @@ if (NOT DOTNET_EXECUTABLE) set(DOTNET_EXECUTABLE dotnet) endif () -set(CORECLR_VERSION "7.0") +set(CORECLR_VERSION "8.0") execute_process(COMMAND ${DOTNET_EXECUTABLE} "--list-runtimes" OUTPUT_VARIABLE CORECLR_LIST_RUNTIMES_OUTPUT OUTPUT_STRIP_TRAILING_WHITESPACE) if (CORECLR_LIST_RUNTIMES_OUTPUT STREQUAL "")