From f766db7f412f88805effd5be1895004532fce584 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Thu, 6 Apr 2023 09:32:36 -0600 Subject: [PATCH] Updated to net7.0 --- Example/Example.csproj | 2 +- ReactiveExample/ReactiveExample.csproj | 2 +- Terminal.Gui/ConsoleDrivers/CursesDriver/binding.cs | 2 ++ Terminal.Gui/README.md | 2 +- Terminal.Gui/Terminal.Gui.csproj | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Example/Example.csproj b/Example/Example.csproj index 2ebf163bc..69d7bd305 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -1,7 +1,7 @@  Exe - net6.0 + net7.0 diff --git a/ReactiveExample/ReactiveExample.csproj b/ReactiveExample/ReactiveExample.csproj index 9df49720c..2cc2e0550 100644 --- a/ReactiveExample/ReactiveExample.csproj +++ b/ReactiveExample/ReactiveExample.csproj @@ -1,7 +1,7 @@  Exe - net6.0 + net7.0 diff --git a/Terminal.Gui/ConsoleDrivers/CursesDriver/binding.cs b/Terminal.Gui/ConsoleDrivers/CursesDriver/binding.cs index 42612b3ae..587a43e71 100644 --- a/Terminal.Gui/ConsoleDrivers/CursesDriver/binding.cs +++ b/Terminal.Gui/ConsoleDrivers/CursesDriver/binding.cs @@ -331,6 +331,7 @@ namespace Unix.Terminal { #pragma warning disable RCS1102 // Make class static. internal class Delegates { #pragma warning restore RCS1102 // Make class static. +#pragma warning disable CS8981 // The type name only contains lower-cased ascii characters. Such names may become reserved for the language. public delegate IntPtr initscr (); public delegate int endwin (); public delegate bool isendwin (); @@ -555,4 +556,5 @@ namespace Unix.Terminal { } } #pragma warning restore CS1591 // Missing XML comment for publicly visible type or member +#pragma warning restore CS8981 // The type name only contains lower-cased ascii characters. Such names may become reserved for the language. } diff --git a/Terminal.Gui/README.md b/Terminal.Gui/README.md index 94530a338..81d337f30 100644 --- a/Terminal.Gui/README.md +++ b/Terminal.Gui/README.md @@ -77,7 +77,7 @@ The PR title should be of the form "Release v2.3.4" ```powershell git checkout develop git pull upstream develop -git checkout -b v_2_3_4 +git checkout -b v2_3_4 git add . git commit -m "Release v2.3.4" git push diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 0bab49cbf..464b50dd2 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -56,7 +56,7 @@ - net472;netstandard2.0;net6.0 + net472;netstandard2.0;net7.0 Terminal.Gui Terminal.Gui bin\Release\Terminal.Gui.xml