소스 검색

Use custom resolver for libcoreclr.so also for .NET 6.0 (#1574)

* Use custom resolver for libcoreclr.so also for .NET 6.0

* Implement suggested changes
henrikx 3 년 전
부모
커밋
24bdaad9d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Terminal.Gui/ConsoleDrivers/CursesDriver/UnmanagedLibrary.cs

+ 1 - 1
Terminal.Gui/ConsoleDrivers/CursesDriver/UnmanagedLibrary.cs

@@ -258,7 +258,7 @@ namespace Unix.Terminal {
 		/// </summary>
 		static class CoreCLR
 		{
-#if NET5_0
+#if NET6_0
 			// Custom resolver to support true single-file apps
 			// (those which run directly from bundle; in-memory).
 			//     -1 on Unix means self-referencing binary (libcoreclr.so)