File tree Expand file tree Collapse file tree
ConsoleDrivers/CursesDriver Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ static class Mono {
256256 /// to avoid the dependency on libc-dev Linux.
257257 /// </summary>
258258 static class CoreCLR {
259- #if NET7_0
259+ #if NET6_0_OR_GREATER
260260 // Custom resolver to support true single-file apps
261261 // (those which run directly from bundle; in-memory).
262262 // -1 on Unix means self-referencing binary (libcoreclr.so)
Original file line number Diff line number Diff line change 2020 <DebugType >portable</DebugType >
2121 </PropertyGroup >
2222 <PropertyGroup >
23- <TargetFrameworks >net472;netstandard2.0;netstandard2.1;net7.0;net8.0</TargetFrameworks >
23+ <TargetFrameworks >net472;netstandard2.0;netstandard2.1;net6.0; net7.0;net8.0</TargetFrameworks >
2424 <RootNamespace >Terminal.Gui</RootNamespace >
2525 <AssemblyName >Terminal.Gui</AssemblyName >
2626 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
You can’t perform that action at this time.
0 commit comments