From 3cbae124283b5f755113740c43bd14a7fb036b93 Mon Sep 17 00:00:00 2001 From: Fernando Cerqueira Date: Tue, 14 Nov 2023 16:51:57 -0300 Subject: [PATCH] Added .NET8 close #90 --- README.md | 4 +++- Samples/AddToListSamples/AddToListSamples.csproj | 2 +- .../AddtoMaskEditListSamples/AddtoMaskEditListSamples.csproj | 2 +- Samples/AlternateScreenSamples/AlternateScreenSamples.csproj | 2 +- Samples/AutoCompleteSamples/AutoCompleteSamples.csproj | 2 +- Samples/BannerSamples/BannerSamples.csproj | 2 +- .../BrowserMultSelectSamples/BrowserMultSelectSamples.csproj | 2 +- Samples/BrowserSamples/BrowserSamples.csproj | 2 +- Samples/CalendarSamples/CalendarSamples.csproj | 2 +- Samples/ChartSamples/ChartSamples.csproj | 2 +- Samples/ConfirmSamples/ConfirmSamples.csproj | 2 +- Samples/ConsoleFeaturesSamples/ConsoleFeaturesSamples.csproj | 2 +- Samples/InputBasicSamples/InputBasicSamples.csproj | 2 +- .../InputOverwriteDefaultFromSamples.csproj | 2 +- Samples/InputSecretSamples/InputSecretSamples.csproj | 2 +- .../InputWithHistorySamples/InputWithHistorySamples.csproj | 2 +- .../InputWithSuggestionSamples.csproj | 2 +- .../InputWithValidatorSamples.csproj | 2 +- Samples/KeyPressSamples/KeyPressSamples.csproj | 2 +- .../MaskEditCurrencyTypeSamples.csproj | 2 +- .../MaskEditDateTimeTypeSamples.csproj | 2 +- .../MaskEditDateTypeSamples/MaskEditDateTypeSamples.csproj | 2 +- Samples/MaskEditGenericSamples/MaskEditGenericSamples.csproj | 2 +- .../MaskEditNumberTypeSamples.csproj | 2 +- .../MaskEditTimeTypeSamples/MaskEditTimeTypeSamples.csproj | 2 +- .../MultiSelectBasicSamples/MultiSelectBasicSamples.csproj | 2 +- .../MultiSelectUserScopeSamples.csproj | 2 +- .../MultiSelectUserTypeSamples.csproj | 2 +- Samples/PipelineSamples/PipelineSamples.csproj | 4 ++-- Samples/ProgressBarSamples/ProgressBarSamples.csproj | 2 +- Samples/SelectBasicSamples/SelectBasicSamples.csproj | 2 +- Samples/SelectUserScopeSamples/SelectUserScopeSamples.csproj | 2 +- Samples/SelectUserTypeSamples/SelectUserTypeSamples.csproj | 2 +- .../SliderNumberLeftRightModeSamples.csproj | 2 +- .../SliderNumberUpDownModeSamples.csproj | 2 +- Samples/SliderSwitchSamples/SliderSwitchSamples.csproj | 2 +- Samples/TableBasicSamples/TableSamples.csproj | 2 +- .../TableMultiSelectSamples/TableMultiSelectSamples.csproj | 2 +- Samples/TableSelectSamples/TableSelectSamples.csproj | 2 +- .../TreeViewMultiSelectSamples.csproj | 2 +- Samples/TreeViewSamples/TreeViewSamples.csproj | 2 +- Samples/WaitTasksSamples/WaitTasksSamples.csproj | 2 +- Samples/WaitTimerSamples/WaitTimerSamples.csproj | 2 +- Src/NugetREADME.md | 3 ++- Src/PromptPlus.csproj | 2 +- Src/README.txt | 3 ++- Template/PromptPlusTemplate/PromptPlusTemplate.csproj | 2 +- UnitTests/PromptPlus.Tests.csproj | 2 +- docs/index.md | 4 ++-- 49 files changed, 55 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index bda52eb7..689cbf9b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ **Interactive command-line toolkit for .NET Core with powerful controls and commands to create professional console applications.** -**PromptPlus** was developed in C# with the **netstandard2.1**, **.NET 6** and **.NET 7** target frameworks. +**PromptPlus** was developed in C# with the **netstandard2.1**, **.NET 6** , **.NET 7** and **.NET 8** target frameworks. + **[Visit the official page for more documentation of PromptPlus](https://fracerqueira.github.io/PromptPlus)** ## Table of Contents @@ -38,6 +39,7 @@ [**Top**](#table-of-contents) +- Added .NET8 target frameworks. - Split of feature: - PromptPlus.TableSelect\ to Select item in table : Select row, column and data in a grid/table - Samples in project [Table Select Samples](https://github.com/FRACerqueira/PromptPlus/tree/main/Samples/TableSelectSamples) diff --git a/Samples/AddToListSamples/AddToListSamples.csproj b/Samples/AddToListSamples/AddToListSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/AddToListSamples/AddToListSamples.csproj +++ b/Samples/AddToListSamples/AddToListSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/AddtoMaskEditListSamples/AddtoMaskEditListSamples.csproj b/Samples/AddtoMaskEditListSamples/AddtoMaskEditListSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/AddtoMaskEditListSamples/AddtoMaskEditListSamples.csproj +++ b/Samples/AddtoMaskEditListSamples/AddtoMaskEditListSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/AlternateScreenSamples/AlternateScreenSamples.csproj b/Samples/AlternateScreenSamples/AlternateScreenSamples.csproj index 001b416c..6f2ac38e 100644 --- a/Samples/AlternateScreenSamples/AlternateScreenSamples.csproj +++ b/Samples/AlternateScreenSamples/AlternateScreenSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Samples/AutoCompleteSamples/AutoCompleteSamples.csproj b/Samples/AutoCompleteSamples/AutoCompleteSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/AutoCompleteSamples/AutoCompleteSamples.csproj +++ b/Samples/AutoCompleteSamples/AutoCompleteSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/BannerSamples/BannerSamples.csproj b/Samples/BannerSamples/BannerSamples.csproj index 0cd57030..dcdd1e5d 100644 --- a/Samples/BannerSamples/BannerSamples.csproj +++ b/Samples/BannerSamples/BannerSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/BrowserMultSelectSamples/BrowserMultSelectSamples.csproj b/Samples/BrowserMultSelectSamples/BrowserMultSelectSamples.csproj index 88753b49..c3692394 100644 --- a/Samples/BrowserMultSelectSamples/BrowserMultSelectSamples.csproj +++ b/Samples/BrowserMultSelectSamples/BrowserMultSelectSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/BrowserSamples/BrowserSamples.csproj b/Samples/BrowserSamples/BrowserSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/BrowserSamples/BrowserSamples.csproj +++ b/Samples/BrowserSamples/BrowserSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/CalendarSamples/CalendarSamples.csproj b/Samples/CalendarSamples/CalendarSamples.csproj index 001b416c..6f2ac38e 100644 --- a/Samples/CalendarSamples/CalendarSamples.csproj +++ b/Samples/CalendarSamples/CalendarSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Samples/ChartSamples/ChartSamples.csproj b/Samples/ChartSamples/ChartSamples.csproj index 9a8f0c1f..766c60f5 100644 --- a/Samples/ChartSamples/ChartSamples.csproj +++ b/Samples/ChartSamples/ChartSamples.csproj @@ -5,7 +5,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/ConfirmSamples/ConfirmSamples.csproj b/Samples/ConfirmSamples/ConfirmSamples.csproj index 75b24e45..a53a4b9f 100644 --- a/Samples/ConfirmSamples/ConfirmSamples.csproj +++ b/Samples/ConfirmSamples/ConfirmSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/ConsoleFeaturesSamples/ConsoleFeaturesSamples.csproj b/Samples/ConsoleFeaturesSamples/ConsoleFeaturesSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/ConsoleFeaturesSamples/ConsoleFeaturesSamples.csproj +++ b/Samples/ConsoleFeaturesSamples/ConsoleFeaturesSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/InputBasicSamples/InputBasicSamples.csproj b/Samples/InputBasicSamples/InputBasicSamples.csproj index 75b24e45..a53a4b9f 100644 --- a/Samples/InputBasicSamples/InputBasicSamples.csproj +++ b/Samples/InputBasicSamples/InputBasicSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/InputOverwriteDefaultFromSamples/InputOverwriteDefaultFromSamples.csproj b/Samples/InputOverwriteDefaultFromSamples/InputOverwriteDefaultFromSamples.csproj index 88753b49..c3692394 100644 --- a/Samples/InputOverwriteDefaultFromSamples/InputOverwriteDefaultFromSamples.csproj +++ b/Samples/InputOverwriteDefaultFromSamples/InputOverwriteDefaultFromSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/InputSecretSamples/InputSecretSamples.csproj b/Samples/InputSecretSamples/InputSecretSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/InputSecretSamples/InputSecretSamples.csproj +++ b/Samples/InputSecretSamples/InputSecretSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/InputWithHistorySamples/InputWithHistorySamples.csproj b/Samples/InputWithHistorySamples/InputWithHistorySamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/InputWithHistorySamples/InputWithHistorySamples.csproj +++ b/Samples/InputWithHistorySamples/InputWithHistorySamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/InputWithSuggestionSamples/InputWithSuggestionSamples.csproj b/Samples/InputWithSuggestionSamples/InputWithSuggestionSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/InputWithSuggestionSamples/InputWithSuggestionSamples.csproj +++ b/Samples/InputWithSuggestionSamples/InputWithSuggestionSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/InputWithValidatorSamples/InputWithValidatorSamples.csproj b/Samples/InputWithValidatorSamples/InputWithValidatorSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/InputWithValidatorSamples/InputWithValidatorSamples.csproj +++ b/Samples/InputWithValidatorSamples/InputWithValidatorSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/KeyPressSamples/KeyPressSamples.csproj b/Samples/KeyPressSamples/KeyPressSamples.csproj index 75b24e45..a53a4b9f 100644 --- a/Samples/KeyPressSamples/KeyPressSamples.csproj +++ b/Samples/KeyPressSamples/KeyPressSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/MaskEditCurrencyTypeSamples/MaskEditCurrencyTypeSamples.csproj b/Samples/MaskEditCurrencyTypeSamples/MaskEditCurrencyTypeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/MaskEditCurrencyTypeSamples/MaskEditCurrencyTypeSamples.csproj +++ b/Samples/MaskEditCurrencyTypeSamples/MaskEditCurrencyTypeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/MaskEditDateTimeTypeSamples/MaskEditDateTimeTypeSamples.csproj b/Samples/MaskEditDateTimeTypeSamples/MaskEditDateTimeTypeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/MaskEditDateTimeTypeSamples/MaskEditDateTimeTypeSamples.csproj +++ b/Samples/MaskEditDateTimeTypeSamples/MaskEditDateTimeTypeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/MaskEditDateTypeSamples/MaskEditDateTypeSamples.csproj b/Samples/MaskEditDateTypeSamples/MaskEditDateTypeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/MaskEditDateTypeSamples/MaskEditDateTypeSamples.csproj +++ b/Samples/MaskEditDateTypeSamples/MaskEditDateTypeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/MaskEditGenericSamples/MaskEditGenericSamples.csproj b/Samples/MaskEditGenericSamples/MaskEditGenericSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/MaskEditGenericSamples/MaskEditGenericSamples.csproj +++ b/Samples/MaskEditGenericSamples/MaskEditGenericSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/MaskEditNumberTypeSamples/MaskEditNumberTypeSamples.csproj b/Samples/MaskEditNumberTypeSamples/MaskEditNumberTypeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/MaskEditNumberTypeSamples/MaskEditNumberTypeSamples.csproj +++ b/Samples/MaskEditNumberTypeSamples/MaskEditNumberTypeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/MaskEditTimeTypeSamples/MaskEditTimeTypeSamples.csproj b/Samples/MaskEditTimeTypeSamples/MaskEditTimeTypeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/MaskEditTimeTypeSamples/MaskEditTimeTypeSamples.csproj +++ b/Samples/MaskEditTimeTypeSamples/MaskEditTimeTypeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/MultiSelectBasicSamples/MultiSelectBasicSamples.csproj b/Samples/MultiSelectBasicSamples/MultiSelectBasicSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/MultiSelectBasicSamples/MultiSelectBasicSamples.csproj +++ b/Samples/MultiSelectBasicSamples/MultiSelectBasicSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/MultiSelectUserScopeSamples/MultiSelectUserScopeSamples.csproj b/Samples/MultiSelectUserScopeSamples/MultiSelectUserScopeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/MultiSelectUserScopeSamples/MultiSelectUserScopeSamples.csproj +++ b/Samples/MultiSelectUserScopeSamples/MultiSelectUserScopeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/MultiSelectUserTypeSamples/MultiSelectUserTypeSamples.csproj b/Samples/MultiSelectUserTypeSamples/MultiSelectUserTypeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/MultiSelectUserTypeSamples/MultiSelectUserTypeSamples.csproj +++ b/Samples/MultiSelectUserTypeSamples/MultiSelectUserTypeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/PipelineSamples/PipelineSamples.csproj b/Samples/PipelineSamples/PipelineSamples.csproj index 2c6aedca..cb28c4c5 100644 --- a/Samples/PipelineSamples/PipelineSamples.csproj +++ b/Samples/PipelineSamples/PipelineSamples.csproj @@ -2,13 +2,13 @@ Exe - net7.0 + net8.0 enable enable - + diff --git a/Samples/ProgressBarSamples/ProgressBarSamples.csproj b/Samples/ProgressBarSamples/ProgressBarSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/ProgressBarSamples/ProgressBarSamples.csproj +++ b/Samples/ProgressBarSamples/ProgressBarSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/SelectBasicSamples/SelectBasicSamples.csproj b/Samples/SelectBasicSamples/SelectBasicSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/SelectBasicSamples/SelectBasicSamples.csproj +++ b/Samples/SelectBasicSamples/SelectBasicSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/SelectUserScopeSamples/SelectUserScopeSamples.csproj b/Samples/SelectUserScopeSamples/SelectUserScopeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/SelectUserScopeSamples/SelectUserScopeSamples.csproj +++ b/Samples/SelectUserScopeSamples/SelectUserScopeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/SelectUserTypeSamples/SelectUserTypeSamples.csproj b/Samples/SelectUserTypeSamples/SelectUserTypeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/SelectUserTypeSamples/SelectUserTypeSamples.csproj +++ b/Samples/SelectUserTypeSamples/SelectUserTypeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/SliderNumberLeftRightModeSamples/SliderNumberLeftRightModeSamples.csproj b/Samples/SliderNumberLeftRightModeSamples/SliderNumberLeftRightModeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/SliderNumberLeftRightModeSamples/SliderNumberLeftRightModeSamples.csproj +++ b/Samples/SliderNumberLeftRightModeSamples/SliderNumberLeftRightModeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/SliderNumberUpDownModeSamples/SliderNumberUpDownModeSamples.csproj b/Samples/SliderNumberUpDownModeSamples/SliderNumberUpDownModeSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/SliderNumberUpDownModeSamples/SliderNumberUpDownModeSamples.csproj +++ b/Samples/SliderNumberUpDownModeSamples/SliderNumberUpDownModeSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/SliderSwitchSamples/SliderSwitchSamples.csproj b/Samples/SliderSwitchSamples/SliderSwitchSamples.csproj index 9927c36c..8977a07a 100644 --- a/Samples/SliderSwitchSamples/SliderSwitchSamples.csproj +++ b/Samples/SliderSwitchSamples/SliderSwitchSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/TableBasicSamples/TableSamples.csproj b/Samples/TableBasicSamples/TableSamples.csproj index 001b416c..6f2ac38e 100644 --- a/Samples/TableBasicSamples/TableSamples.csproj +++ b/Samples/TableBasicSamples/TableSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Samples/TableMultiSelectSamples/TableMultiSelectSamples.csproj b/Samples/TableMultiSelectSamples/TableMultiSelectSamples.csproj index 001b416c..6f2ac38e 100644 --- a/Samples/TableMultiSelectSamples/TableMultiSelectSamples.csproj +++ b/Samples/TableMultiSelectSamples/TableMultiSelectSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Samples/TableSelectSamples/TableSelectSamples.csproj b/Samples/TableSelectSamples/TableSelectSamples.csproj index 001b416c..6f2ac38e 100644 --- a/Samples/TableSelectSamples/TableSelectSamples.csproj +++ b/Samples/TableSelectSamples/TableSelectSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Samples/TreeViewMultiSelectSamples/TreeViewMultiSelectSamples.csproj b/Samples/TreeViewMultiSelectSamples/TreeViewMultiSelectSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/TreeViewMultiSelectSamples/TreeViewMultiSelectSamples.csproj +++ b/Samples/TreeViewMultiSelectSamples/TreeViewMultiSelectSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/TreeViewSamples/TreeViewSamples.csproj b/Samples/TreeViewSamples/TreeViewSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/TreeViewSamples/TreeViewSamples.csproj +++ b/Samples/TreeViewSamples/TreeViewSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/WaitTasksSamples/WaitTasksSamples.csproj b/Samples/WaitTasksSamples/WaitTasksSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/WaitTasksSamples/WaitTasksSamples.csproj +++ b/Samples/WaitTasksSamples/WaitTasksSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Samples/WaitTimerSamples/WaitTimerSamples.csproj b/Samples/WaitTimerSamples/WaitTimerSamples.csproj index 495c584b..ccd9405b 100644 --- a/Samples/WaitTimerSamples/WaitTimerSamples.csproj +++ b/Samples/WaitTimerSamples/WaitTimerSamples.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Debug;Release;local diff --git a/Src/NugetREADME.md b/Src/NugetREADME.md index 11fd23a1..5faeae1e 100644 --- a/Src/NugetREADME.md +++ b/Src/NugetREADME.md @@ -8,10 +8,11 @@ PromptPlus **Supports 4/8/24-bit colors** in the terminal with auto-detection of #### [Visit the official page for complete documentation of PromptPlus](https://fracerqueira.github.io/PromptPlus) -**PromptPlus** was developed in C# with the **netstandard2.1**, **.NET 6** and **.NET 7** target frameworks. +**PromptPlus** was developed in C# with the **netstandard2.1**, **.NET 6** , **.NET 7** and **.NET 8** target frameworks. ## What's new in V4.2.0 +- Added .NET8 target frameworks. - Split of feature: - PromptPlus.TableSelect\ to Select item in table : Select row, column and data in a grid/table - Samples in project [Table Select Samples](https://github.com/FRACerqueira/PromptPlus/tree/main/Samples/TableSelectSamples) diff --git a/Src/PromptPlus.csproj b/Src/PromptPlus.csproj index f01694cd..5d054f6d 100644 --- a/Src/PromptPlus.csproj +++ b/Src/PromptPlus.csproj @@ -1,7 +1,7 @@  - net7.0;net6.0; netstandard2.1 + net8.0;net7.0;net6.0; netstandard2.1 latest en PromptPlus diff --git a/Src/README.txt b/Src/README.txt index a21519a9..e37695e2 100644 --- a/Src/README.txt +++ b/Src/README.txt @@ -28,10 +28,11 @@ PromptPlus was developed in C# with target frameworks: - netstandard2.1 - .NET 6 - .NET 7 +- .NET 8 *** What's new in V4.2.0 *** ---------------------------- - +- Added .NET8 target frameworks. - Split of feature: - PromptPlus.TableSelect to Select item in table : Select row, column and data in a grid/table - Samples in project [Table Select Samples](https://github.com/FRACerqueira/PromptPlus/tree/main/Samples/TableSelectSamples) diff --git a/Template/PromptPlusTemplate/PromptPlusTemplate.csproj b/Template/PromptPlusTemplate/PromptPlusTemplate.csproj index 5ff9ffad..3765bd9f 100644 --- a/Template/PromptPlusTemplate/PromptPlusTemplate.csproj +++ b/Template/PromptPlusTemplate/PromptPlusTemplate.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable PromptPlusTemplate.Program diff --git a/UnitTests/PromptPlus.Tests.csproj b/UnitTests/PromptPlus.Tests.csproj index 7f7de6d0..ab536350 100644 --- a/UnitTests/PromptPlus.Tests.csproj +++ b/UnitTests/PromptPlus.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable PPlus.Tests diff --git a/docs/index.md b/docs/index.md index 73d67950..3ff14784 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,8 +6,7 @@ [![NuGet](https://img.shields.io/nuget/v/PromptPlus)](https://www.nuget.org/packages/PromptPlus/) [![Downloads](https://img.shields.io/nuget/dt/PromptPlus)](https://www.nuget.org/packages/PromptPlus/) -**PromptPlus** was developed in C# with the **netstandard2.1**, **.NET 6** and **.NET 7** target frameworks. - +**PromptPlus** was developed in C# with the **netstandard2.1**, **.NET 6** , **.NET 7** and **.NET 8** target frameworks. ## Table of Contents @@ -31,6 +30,7 @@ ## What's new in V4.2.0 +- Added .NET8 target frameworks. - Split of feature: - PromptPlus.TableSelect\ to Select item in table : Select row, column and data in a grid/table - Samples in project [Table Select Samples](https://github.com/FRACerqueira/PromptPlus/tree/main/Samples/TableSelectSamples)