Skip to content

Commit 8fd69cd

Browse files
authored
Merge branch 'develop' into fix-gha-smells
2 parents 391f744 + 902a811 commit 8fd69cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎Terminal.Gui/ConsoleDrivers/CursesDriver/UnmanagedLibrary.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

‎Terminal.Gui/Terminal.Gui.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

0 commit comments

Comments
 (0)