Browse Source

Move the general properties up top because order matters

Brandon Thetford 1 year ago
parent
commit
242a62987a
1 changed files with 7 additions and 7 deletions
  1. 7 7
      Terminal.Gui/Terminal.Gui.csproj

+ 7 - 7
Terminal.Gui/Terminal.Gui.csproj

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