|
@@ -10,6 +10,13 @@
|
|
|
<!-- =================================================================== -->
|
|
|
<!-- .NET Build Settings -->
|
|
|
<!-- =================================================================== -->
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetFrameworks>net8.0</TargetFrameworks>
|
|
|
+ <LangVersion>12</LangVersion>
|
|
|
+ <RootNamespace>Terminal.Gui</RootNamespace>
|
|
|
+ <AssemblyName>Terminal.Gui</AssemblyName>
|
|
|
+ <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>portable</DebugType>
|
|
|
<VersionSuffix></VersionSuffix>
|
|
@@ -18,13 +25,6 @@
|
|
|
<DefineConstants>TRACE;DEBUG_IDISPOSABLE</DefineConstants>
|
|
|
<DebugType>portable</DebugType>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup>
|
|
|
- <TargetFrameworks>net8.0</TargetFrameworks>
|
|
|
- <LangVersion>12</LangVersion>
|
|
|
- <RootNamespace>Terminal.Gui</RootNamespace>
|
|
|
- <AssemblyName>Terminal.Gui</AssemblyName>
|
|
|
- <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
|
|
- </PropertyGroup>
|
|
|
<!-- =================================================================== -->
|
|
|
<!-- Configuration Manager -->
|
|
|
<!-- =================================================================== -->
|