From bd5be669be95e9f1769ed26fca0cadfd4a6dc7b4 Mon Sep 17 00:00:00 2001 From: apobekiaris Date: Sat, 10 Sep 2022 00:05:34 +0300 Subject: [PATCH] 22.1.5 --- Demos/XVideoRental/Directory.Build.targets | 5 + Support/Build/Build.ps1 | 4 +- .../AdditionalViewControlsProvider.Web.nuspec | 12 +- .../AdditionalViewControlsProvider.Win.nuspec | 8 +- .../AdditionalViewControlsProvider.nuspec | 10 +- Support/Nuspec/All_Agnostic.nuspec | 156 +- Support/Nuspec/All_Web.nuspec | 34 +- Support/Nuspec/All_Win.nuspec | 68 +- Support/Nuspec/AuditTrail.nuspec | 10 +- Support/Nuspec/Chart.Win.nuspec | 6 +- Support/Nuspec/Dashboard.nuspec | 10 +- Support/Nuspec/Email.nuspec | 10 +- Support/Nuspec/ExcelImporter.Web.nuspec | 12 +- Support/Nuspec/ExcelImporter.Win.nuspec | 12 +- Support/Nuspec/ExcelImporter.nuspec | 24 +- Support/Nuspec/FileAttachment.Web.nuspec | 6 +- Support/Nuspec/FileAttachment.nuspec | 2 +- Support/Nuspec/HtmlPropertyEditor.Web.nuspec | 8 +- Support/Nuspec/IO.Web.nuspec | 4 +- Support/Nuspec/IO.Win.nuspec | 6 +- Support/Nuspec/IO.nuspec | 6 +- Support/Nuspec/ImportWizard.Win.nuspec | 6 +- Support/Nuspec/ImportWizard.nuspec | 4 +- Support/Nuspec/Lib.nuspec | 10 +- Support/Nuspec/Logic.nuspec | 10 +- Support/Nuspec/MapView.Web.nuspec | 8 +- Support/Nuspec/MapView.nuspec | 2 +- Support/Nuspec/MasterDetail.Win.nuspec | 8 +- Support/Nuspec/MasterDetail.nuspec | 8 +- Support/Nuspec/ModelArtifactState.nuspec | 10 +- Support/Nuspec/ModelDifference.Web.nuspec | 8 +- Support/Nuspec/ModelDifference.Win.nuspec | 12 +- Support/Nuspec/ModelDifference.nuspec | 10 +- Support/Nuspec/NCarousel.Web.nuspec | 2 +- Support/Nuspec/NCarousel.nuspec | 2 +- Support/Nuspec/PivotChart.Web.nuspec | 4 +- Support/Nuspec/PivotChart.Win.nuspec | 4 +- Support/Nuspec/PivotChart.nuspec | 12 +- Support/Nuspec/PivotGrid.Win.nuspec | 10 +- Support/Nuspec/Reports.nuspec | 4 +- Support/Nuspec/ReportsV2.Win.nuspec | 4 +- Support/Nuspec/Scheduler.Web.nuspec | 8 +- Support/Nuspec/Scheduler.Win.nuspec | 8 +- Support/Nuspec/Scheduler.nuspec | 6 +- Support/Nuspec/Security.Web.nuspec | 6 +- Support/Nuspec/Security.Win.nuspec | 6 +- Support/Nuspec/Security.nuspec | 8 +- Support/Nuspec/StateMachine.nuspec | 4 +- Support/Nuspec/System.Web.nuspec | 6 +- Support/Nuspec/System.Win.nuspec | 8 +- Support/Nuspec/System.nuspec | 22 +- Support/Nuspec/TreeListEditors.Web.nuspec | 6 +- Support/Nuspec/TreeListEditors.Win.nuspec | 10 +- Support/Nuspec/TreeListEditors.nuspec | 2 +- Support/Nuspec/Validation.Web.nuspec | 4 +- Support/Nuspec/Validation.Win.nuspec | 6 +- Support/Nuspec/Validation.nuspec | 2 +- Support/Nuspec/ViewVariants.nuspec | 2 +- Support/Nuspec/WizardUI.Win.nuspec | 2 +- Support/Nuspec/WorkFlow.nuspec | 4 +- Support/Nuspec/WorldCreator.DbMapper.nuspec | 8 +- Support/Nuspec/WorldCreator.Web.nuspec | 8 +- Support/Nuspec/WorldCreator.Win.nuspec | 10 +- Support/Nuspec/WorldCreator.nuspec | 10 +- Support/Nuspec/XtraDashboard.Web.nuspec | 16 +- Support/Nuspec/XtraDashboard.Win.nuspec | 12 +- ...Xpand.XAF.ModelEditor.WinDesktop.deps.json | 1584 ++++----- .../Xpand.XAF.ModelEditor.WinDesktop.dll | Bin 44544 -> 44544 bytes ...pand.XAF.ModelEditor.WinDesktop.dll.config | 6 + .../Xpand.XAF.ModelEditor.WinDesktop.exe | Bin 124928 -> 124928 bytes .../Xpand.XAF.ModelEditor.WinDesktop.pdb | Bin 30656 -> 30688 bytes ....ModelEditor.WinDesktop.runtimeconfig.json | 6 +- .../ModelEditor/Xpand.XAF.ModelEditor.exe | Bin 43520 -> 43520 bytes Xpand.Plugins/paket.dependencies | 5 +- Xpand.Plugins/paket.lock | 480 +-- Xpand/Directory.Build.targets | 3 + .../DashboardDatasourceFilter.cs | 2 + .../BusinessObjects/AutoImportedFile.cs | 2 + .../BusinessObjects/DroppedFile.cs | 3 +- .../BusinessObjects/ExcelColumnMap.cs | 3 +- .../ExcelColumnMapMemberTypeValue.cs | 2 + .../BusinessObjects/ExcelImport.cs | 3 +- .../BusinessObjects/ExcelImportKey.cs | 2 + .../BusinessObjects/FailedImportResult.cs | 5 +- .../ExcelImportDetailViewController.cs | 3 +- .../IO/Controllers/IOViewControllerBase.cs | 18 +- .../ImportWizard/Core/ImportMap.cs | 1 - .../ReloadApplicationModelController.cs | 4 +- .../Controllers/MergeDifferencesController.cs | 3 +- .../DataStore/BaseObjects/AspectObject.cs | 4 +- .../BaseObjects/ModelDifferenceObject.cs | 1 - .../BaseObjects/PersistentApplication.cs | 2 + .../PivotChart/PivotOptionsController.cs | 9 +- .../Reminders/ReminderAlertController.cs | 4 +- .../Scheduler.Win/Reminders/RemindersForm.cs | 2 + .../ManageUsersOnLogonController.cs | 2 + .../ViewVariants/ModifyVariantsController.cs | 10 +- .../ViewVariants/ViewVariant.cs | 2 + .../WizardUI.Win/WizardController.cs | 2 + .../BusinessObjects/DBObject.cs | 3 +- .../Controllers/MapDBController.cs | 8 +- .../Controllers/DashboardViewerController.cs | 2 + .../FastSearchPropertyEditor.cs | 3 + .../Xpand.ExpressApp/Model/UnboundColumn.cs | 9 +- .../FilterByPropertyPathViewController.cs | 3 +- .../Actions/ModelConfigurationController.cs | 3 +- .../General/Controllers/ModelController.cs | 2 + .../General/XafApplicationExtensions.cs | 2 + .../PersistentMetaData/DataBase.cs | 5 +- .../PivotChart/PivotOptionsDataField.cs | 5 +- .../PivotChart/PivotOptionsHint.cs | 5 +- .../PivotChart/Web/PivotGridOptionsOLAP.cs | 5 +- .../Xpand.Persistent.BaseImpl.csproj | 3 + .../Properties/XpandAssemblyInfo.cs | 2 +- build.ps1 | 2 +- paket.dependencies | 16 +- paket.lock | 2963 +++++++++-------- 117 files changed, 3025 insertions(+), 2924 deletions(-) create mode 100644 Demos/XVideoRental/Directory.Build.targets diff --git a/Demos/XVideoRental/Directory.Build.targets b/Demos/XVideoRental/Directory.Build.targets new file mode 100644 index 0000000000..a326294d5a --- /dev/null +++ b/Demos/XVideoRental/Directory.Build.targets @@ -0,0 +1,5 @@ + + + 1701;1702;XAF0018;XAF0020 + + \ No newline at end of file diff --git a/Support/Build/Build.ps1 b/Support/Build/Build.ps1 index 3b248c1a34..e7f7204607 100644 --- a/Support/Build/Build.ps1 +++ b/Support/Build/Build.ps1 @@ -170,7 +170,9 @@ task CompileDemos { $projects= ($group.DemoWinSolutions|GetProjects) Write-HostFormatted "Compiling win demos..." -Section - BuildProjects $projects "Demos" + Invoke-Script { + BuildProjects $projects "Demos" + } -Maximum 3 $projects= ($group.DemoWebSolutions|GetProjects) diff --git a/Support/Nuspec/AdditionalViewControlsProvider.Web.nuspec b/Support/Nuspec/AdditionalViewControlsProvider.Web.nuspec index 2eefaeac6f..03d04ca8a0 100644 --- a/Support/Nuspec/AdditionalViewControlsProvider.Web.nuspec +++ b/Support/Nuspec/AdditionalViewControlsProvider.Web.nuspec @@ -14,12 +14,12 @@ http://www.expandframework.com/#AVC DevExpress, eXpand, XAF, eXpressApp - - - - - - + + + + + + diff --git a/Support/Nuspec/AdditionalViewControlsProvider.Win.nuspec b/Support/Nuspec/AdditionalViewControlsProvider.Win.nuspec index f59aead8ce..a945b6c28e 100644 --- a/Support/Nuspec/AdditionalViewControlsProvider.Win.nuspec +++ b/Support/Nuspec/AdditionalViewControlsProvider.Win.nuspec @@ -14,10 +14,10 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#AVC - - - - + + + + diff --git a/Support/Nuspec/AdditionalViewControlsProvider.nuspec b/Support/Nuspec/AdditionalViewControlsProvider.nuspec index 5a2643d8f2..fa26ac5b8c 100644 --- a/Support/Nuspec/AdditionalViewControlsProvider.nuspec +++ b/Support/Nuspec/AdditionalViewControlsProvider.nuspec @@ -14,12 +14,12 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#AVC - - - + + + - - + + diff --git a/Support/Nuspec/All_Agnostic.nuspec b/Support/Nuspec/All_Agnostic.nuspec index f81abe451c..f3b85f4f14 100644 --- a/Support/Nuspec/All_Agnostic.nuspec +++ b/Support/Nuspec/All_Agnostic.nuspec @@ -2,7 +2,7 @@ eXpandAgnostic - 22.1.401.1 + 22.1.500.0 DevExpress eXpandFramework All Platform Agnostic Modules eXpandFramework eXpandFramework @@ -15,87 +15,87 @@ http://www.expandframework.com/ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Support/Nuspec/All_Web.nuspec b/Support/Nuspec/All_Web.nuspec index 9b4b36672e..d356006d24 100644 --- a/Support/Nuspec/All_Web.nuspec +++ b/Support/Nuspec/All_Web.nuspec @@ -2,7 +2,7 @@ eXpandWeb - 22.1.401.1 + 22.1.500.0 DevExpress eXpandFramework All Web Platform Modules eXpandFramework eXpandFramework @@ -15,22 +15,22 @@ http://www.expandframework.com/ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/Support/Nuspec/All_Win.nuspec b/Support/Nuspec/All_Win.nuspec index 63c4596a6a..40396047e3 100644 --- a/Support/Nuspec/All_Win.nuspec +++ b/Support/Nuspec/All_Win.nuspec @@ -2,7 +2,7 @@ eXpandWin - 22.1.401.1 + 22.1.500.0 DevExpress eXpandFramework All Win Platform Modules eXpandFramework eXpandFramework @@ -15,41 +15,41 @@ http://www.expandframework.com/ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/Support/Nuspec/AuditTrail.nuspec b/Support/Nuspec/AuditTrail.nuspec index d01ae5e9a5..55e11dad46 100644 --- a/Support/Nuspec/AuditTrail.nuspec +++ b/Support/Nuspec/AuditTrail.nuspec @@ -14,12 +14,12 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#AuditTrail - - - + + + - - + + diff --git a/Support/Nuspec/Chart.Win.nuspec b/Support/Nuspec/Chart.Win.nuspec index 394cf6a2ed..03b5377c7a 100644 --- a/Support/Nuspec/Chart.Win.nuspec +++ b/Support/Nuspec/Chart.Win.nuspec @@ -14,9 +14,9 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Chart - - - + + + diff --git a/Support/Nuspec/Dashboard.nuspec b/Support/Nuspec/Dashboard.nuspec index 641e3dea49..c8205d0add 100644 --- a/Support/Nuspec/Dashboard.nuspec +++ b/Support/Nuspec/Dashboard.nuspec @@ -14,11 +14,11 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Dashboard - - - - - + + + + + diff --git a/Support/Nuspec/Email.nuspec b/Support/Nuspec/Email.nuspec index 532435de8e..e30b586632 100644 --- a/Support/Nuspec/Email.nuspec +++ b/Support/Nuspec/Email.nuspec @@ -14,12 +14,12 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Email - - - - + + + + - + diff --git a/Support/Nuspec/ExcelImporter.Web.nuspec b/Support/Nuspec/ExcelImporter.Web.nuspec index 56321f98cf..b0320cc83d 100644 --- a/Support/Nuspec/ExcelImporter.Web.nuspec +++ b/Support/Nuspec/ExcelImporter.Web.nuspec @@ -15,14 +15,14 @@ http://www.expandframework.com/#ExcelImporter - - - - - + + + + + - + diff --git a/Support/Nuspec/ExcelImporter.Win.nuspec b/Support/Nuspec/ExcelImporter.Win.nuspec index 669d5fa915..c533d2b2f9 100644 --- a/Support/Nuspec/ExcelImporter.Win.nuspec +++ b/Support/Nuspec/ExcelImporter.Win.nuspec @@ -15,13 +15,13 @@ http://www.expandframework.com/#ExcelImporter - - - - + + + + - - + + diff --git a/Support/Nuspec/ExcelImporter.nuspec b/Support/Nuspec/ExcelImporter.nuspec index 92148652ca..3542281a56 100644 --- a/Support/Nuspec/ExcelImporter.nuspec +++ b/Support/Nuspec/ExcelImporter.nuspec @@ -15,20 +15,20 @@ http://www.expandframework.com/#ExcelImporter - - - + + + - - - - - - - - - + + + + + + + + + diff --git a/Support/Nuspec/FileAttachment.Web.nuspec b/Support/Nuspec/FileAttachment.Web.nuspec index 0850487460..d523ebefaf 100644 --- a/Support/Nuspec/FileAttachment.Web.nuspec +++ b/Support/Nuspec/FileAttachment.Web.nuspec @@ -14,9 +14,9 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#FileAttachment - - - + + + diff --git a/Support/Nuspec/FileAttachment.nuspec b/Support/Nuspec/FileAttachment.nuspec index e33b32f249..8c9e19adae 100644 --- a/Support/Nuspec/FileAttachment.nuspec +++ b/Support/Nuspec/FileAttachment.nuspec @@ -14,7 +14,7 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#FileAttachment - + diff --git a/Support/Nuspec/HtmlPropertyEditor.Web.nuspec b/Support/Nuspec/HtmlPropertyEditor.Web.nuspec index 75445b570f..ce427cffcd 100644 --- a/Support/Nuspec/HtmlPropertyEditor.Web.nuspec +++ b/Support/Nuspec/HtmlPropertyEditor.Web.nuspec @@ -14,10 +14,10 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#HtmlPropertyEditor - - - - + + + + diff --git a/Support/Nuspec/IO.Web.nuspec b/Support/Nuspec/IO.Web.nuspec index 9cf8c46454..84fcc740b9 100644 --- a/Support/Nuspec/IO.Web.nuspec +++ b/Support/Nuspec/IO.Web.nuspec @@ -15,8 +15,8 @@ http://www.expandframework.com/#IO - - + + diff --git a/Support/Nuspec/IO.Win.nuspec b/Support/Nuspec/IO.Win.nuspec index 5c504d7d6a..62230166cd 100644 --- a/Support/Nuspec/IO.Win.nuspec +++ b/Support/Nuspec/IO.Win.nuspec @@ -15,9 +15,9 @@ http://www.expandframework.com/#IO - - - + + + diff --git a/Support/Nuspec/IO.nuspec b/Support/Nuspec/IO.nuspec index 40a7f2043e..e8026a440a 100644 --- a/Support/Nuspec/IO.nuspec +++ b/Support/Nuspec/IO.nuspec @@ -15,12 +15,12 @@ http://www.expandframework.com/#IO - - + + - + diff --git a/Support/Nuspec/ImportWizard.Win.nuspec b/Support/Nuspec/ImportWizard.Win.nuspec index ef59eb7685..bb24ab7613 100644 --- a/Support/Nuspec/ImportWizard.Win.nuspec +++ b/Support/Nuspec/ImportWizard.Win.nuspec @@ -15,10 +15,10 @@ http://www.expandframework.com/#ImportWizard - - + + - + diff --git a/Support/Nuspec/ImportWizard.nuspec b/Support/Nuspec/ImportWizard.nuspec index 049a70f76d..af550b5baf 100644 --- a/Support/Nuspec/ImportWizard.nuspec +++ b/Support/Nuspec/ImportWizard.nuspec @@ -15,11 +15,11 @@ http://www.expandframework.com/#ImportWizard - + - + diff --git a/Support/Nuspec/Lib.nuspec b/Support/Nuspec/Lib.nuspec index 1bd5dd96c7..2948cb3f19 100644 --- a/Support/Nuspec/Lib.nuspec +++ b/Support/Nuspec/Lib.nuspec @@ -20,11 +20,11 @@ - - - - - + + + + + diff --git a/Support/Nuspec/Logic.nuspec b/Support/Nuspec/Logic.nuspec index 1761746134..051a0c6126 100644 --- a/Support/Nuspec/Logic.nuspec +++ b/Support/Nuspec/Logic.nuspec @@ -14,14 +14,14 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#logic - - + + - - - + + + diff --git a/Support/Nuspec/MapView.Web.nuspec b/Support/Nuspec/MapView.Web.nuspec index 77940c17b4..37fa140468 100644 --- a/Support/Nuspec/MapView.Web.nuspec +++ b/Support/Nuspec/MapView.Web.nuspec @@ -14,10 +14,10 @@ eXpandFramework.com DevExpress, eXpand, XAF, eXpressApp - - - - + + + + diff --git a/Support/Nuspec/MapView.nuspec b/Support/Nuspec/MapView.nuspec index 6fd4a8bfc0..832c742358 100644 --- a/Support/Nuspec/MapView.nuspec +++ b/Support/Nuspec/MapView.nuspec @@ -14,7 +14,7 @@ eXpandFramework.com DevExpress, eXpand, XAF, eXpressApp - + diff --git a/Support/Nuspec/MasterDetail.Win.nuspec b/Support/Nuspec/MasterDetail.Win.nuspec index e720283bd9..451f6ffced 100644 --- a/Support/Nuspec/MasterDetail.Win.nuspec +++ b/Support/Nuspec/MasterDetail.Win.nuspec @@ -14,10 +14,10 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#masterdetail - - - - + + + + diff --git a/Support/Nuspec/MasterDetail.nuspec b/Support/Nuspec/MasterDetail.nuspec index 42728017bd..5b3c8a48f5 100644 --- a/Support/Nuspec/MasterDetail.nuspec +++ b/Support/Nuspec/MasterDetail.nuspec @@ -14,11 +14,11 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#masterdetail - - - + + + - + diff --git a/Support/Nuspec/ModelArtifactState.nuspec b/Support/Nuspec/ModelArtifactState.nuspec index a787e34ec6..cbec9117a3 100644 --- a/Support/Nuspec/ModelArtifactState.nuspec +++ b/Support/Nuspec/ModelArtifactState.nuspec @@ -14,12 +14,12 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#modelartifact - - - - + + + + - + diff --git a/Support/Nuspec/ModelDifference.Web.nuspec b/Support/Nuspec/ModelDifference.Web.nuspec index df20d67db1..dab799141d 100644 --- a/Support/Nuspec/ModelDifference.Web.nuspec +++ b/Support/Nuspec/ModelDifference.Web.nuspec @@ -23,10 +23,10 @@ http://apobekiaris.blogspot.com/search/label/ModelDifference. To debug in VS ena eXpandFramework.com DevExpress, eXpand, XAF, eXpressApp - - - - + + + + diff --git a/Support/Nuspec/ModelDifference.Win.nuspec b/Support/Nuspec/ModelDifference.Win.nuspec index bf1c15b397..e724880485 100644 --- a/Support/Nuspec/ModelDifference.Win.nuspec +++ b/Support/Nuspec/ModelDifference.Win.nuspec @@ -23,12 +23,12 @@ http://apobekiaris.blogspot.com/search/label/ModelDifference.. To debug in VS en eXpandFramework.com DevExpress, eXpand, XAF, eXpressApp - - - - - - + + + + + + diff --git a/Support/Nuspec/ModelDifference.nuspec b/Support/Nuspec/ModelDifference.nuspec index 67af85e21a..e1bf0590e8 100644 --- a/Support/Nuspec/ModelDifference.nuspec +++ b/Support/Nuspec/ModelDifference.nuspec @@ -23,12 +23,12 @@ http://apobekiaris.blogspot.com/search/label/ModelDifference. To debug in VS ena eXpandFramework.com DevExpress, eXpand, XAF, eXpressApp - - - + + + - - + + diff --git a/Support/Nuspec/NCarousel.Web.nuspec b/Support/Nuspec/NCarousel.Web.nuspec index 7adecc12e2..ba6468b733 100644 --- a/Support/Nuspec/NCarousel.Web.nuspec +++ b/Support/Nuspec/NCarousel.Web.nuspec @@ -14,7 +14,7 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#NCarousel - + diff --git a/Support/Nuspec/NCarousel.nuspec b/Support/Nuspec/NCarousel.nuspec index 2e112110dc..f8cec56d78 100644 --- a/Support/Nuspec/NCarousel.nuspec +++ b/Support/Nuspec/NCarousel.nuspec @@ -14,7 +14,7 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#NCarousel - + diff --git a/Support/Nuspec/PivotChart.Web.nuspec b/Support/Nuspec/PivotChart.Web.nuspec index 9a35cf58a7..088822ed90 100644 --- a/Support/Nuspec/PivotChart.Web.nuspec +++ b/Support/Nuspec/PivotChart.Web.nuspec @@ -14,8 +14,8 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#pivotchart - - + + diff --git a/Support/Nuspec/PivotChart.Win.nuspec b/Support/Nuspec/PivotChart.Win.nuspec index 1832a747b3..6af3ebb0d9 100644 --- a/Support/Nuspec/PivotChart.Win.nuspec +++ b/Support/Nuspec/PivotChart.Win.nuspec @@ -14,8 +14,8 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#pivotchart - - + + diff --git a/Support/Nuspec/PivotChart.nuspec b/Support/Nuspec/PivotChart.nuspec index d1fec9a0c6..b658ef99c6 100644 --- a/Support/Nuspec/PivotChart.nuspec +++ b/Support/Nuspec/PivotChart.nuspec @@ -14,13 +14,13 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#pivotchart - - - - - + + + + + - + diff --git a/Support/Nuspec/PivotGrid.Win.nuspec b/Support/Nuspec/PivotGrid.Win.nuspec index eda3dc81ca..07d8f9b665 100644 --- a/Support/Nuspec/PivotGrid.Win.nuspec +++ b/Support/Nuspec/PivotGrid.Win.nuspec @@ -14,11 +14,11 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#PivotGrid - - - - - + + + + + diff --git a/Support/Nuspec/Reports.nuspec b/Support/Nuspec/Reports.nuspec index 5309678c48..5fa60e9702 100644 --- a/Support/Nuspec/Reports.nuspec +++ b/Support/Nuspec/Reports.nuspec @@ -14,8 +14,8 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Reports - - + + diff --git a/Support/Nuspec/ReportsV2.Win.nuspec b/Support/Nuspec/ReportsV2.Win.nuspec index 18812c6bae..0332a85977 100644 --- a/Support/Nuspec/ReportsV2.Win.nuspec +++ b/Support/Nuspec/ReportsV2.Win.nuspec @@ -14,8 +14,8 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Reports - - + + diff --git a/Support/Nuspec/Scheduler.Web.nuspec b/Support/Nuspec/Scheduler.Web.nuspec index 5009fd45da..d9a114e089 100644 --- a/Support/Nuspec/Scheduler.Web.nuspec +++ b/Support/Nuspec/Scheduler.Web.nuspec @@ -14,10 +14,10 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Scheduler - - - - + + + + diff --git a/Support/Nuspec/Scheduler.Win.nuspec b/Support/Nuspec/Scheduler.Win.nuspec index 8487922fbc..b30f974f29 100644 --- a/Support/Nuspec/Scheduler.Win.nuspec +++ b/Support/Nuspec/Scheduler.Win.nuspec @@ -14,10 +14,10 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Scheduler - - - - + + + + diff --git a/Support/Nuspec/Scheduler.nuspec b/Support/Nuspec/Scheduler.nuspec index f8e40bd8e5..90b4728b2e 100644 --- a/Support/Nuspec/Scheduler.nuspec +++ b/Support/Nuspec/Scheduler.nuspec @@ -14,9 +14,9 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Scheduler - - - + + + diff --git a/Support/Nuspec/Security.Web.nuspec b/Support/Nuspec/Security.Web.nuspec index 354a8212c4..f3c1c7522e 100644 --- a/Support/Nuspec/Security.Web.nuspec +++ b/Support/Nuspec/Security.Web.nuspec @@ -14,9 +14,9 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Security - - - + + + diff --git a/Support/Nuspec/Security.Win.nuspec b/Support/Nuspec/Security.Win.nuspec index 7fd9db3864..b6383905a7 100644 --- a/Support/Nuspec/Security.Win.nuspec +++ b/Support/Nuspec/Security.Win.nuspec @@ -14,10 +14,10 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Security - - + + - + diff --git a/Support/Nuspec/Security.nuspec b/Support/Nuspec/Security.nuspec index 21fb6e26d1..549d20432b 100644 --- a/Support/Nuspec/Security.nuspec +++ b/Support/Nuspec/Security.nuspec @@ -14,11 +14,11 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Security - + - - - + + + diff --git a/Support/Nuspec/StateMachine.nuspec b/Support/Nuspec/StateMachine.nuspec index 7b9ada49ef..db452ac1b6 100644 --- a/Support/Nuspec/StateMachine.nuspec +++ b/Support/Nuspec/StateMachine.nuspec @@ -14,8 +14,8 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#StateMachine - - + + diff --git a/Support/Nuspec/System.Web.nuspec b/Support/Nuspec/System.Web.nuspec index b58a2da775..d5e636ae4d 100644 --- a/Support/Nuspec/System.Web.nuspec +++ b/Support/Nuspec/System.Web.nuspec @@ -14,9 +14,9 @@ http://www.expandframework.com/#core DevExpress eXpandFramework System Module (Web). To debug in VS enable Source Server support under Tools/Options/Debugging. - - - + + + diff --git a/Support/Nuspec/System.Win.nuspec b/Support/Nuspec/System.Win.nuspec index f8709ec76a..e70caa22b1 100644 --- a/Support/Nuspec/System.Win.nuspec +++ b/Support/Nuspec/System.Win.nuspec @@ -15,10 +15,10 @@ http://www.expandframework.com/#core - - - - + + + + diff --git a/Support/Nuspec/System.nuspec b/Support/Nuspec/System.nuspec index cbd7f358f8..f4f3fd9c9d 100644 --- a/Support/Nuspec/System.nuspec +++ b/Support/Nuspec/System.nuspec @@ -14,18 +14,18 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#core - + - - - - - - - - - - + + + + + + + + + + diff --git a/Support/Nuspec/TreeListEditors.Web.nuspec b/Support/Nuspec/TreeListEditors.Web.nuspec index 7627e3b2de..eaac310f17 100644 --- a/Support/Nuspec/TreeListEditors.Web.nuspec +++ b/Support/Nuspec/TreeListEditors.Web.nuspec @@ -14,9 +14,9 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#treelist - - - + + + diff --git a/Support/Nuspec/TreeListEditors.Win.nuspec b/Support/Nuspec/TreeListEditors.Win.nuspec index 8548bbad14..eb62968910 100644 --- a/Support/Nuspec/TreeListEditors.Win.nuspec +++ b/Support/Nuspec/TreeListEditors.Win.nuspec @@ -14,11 +14,11 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#treelist - - - - - + + + + + diff --git a/Support/Nuspec/TreeListEditors.nuspec b/Support/Nuspec/TreeListEditors.nuspec index 7d86a680af..99802036c2 100644 --- a/Support/Nuspec/TreeListEditors.nuspec +++ b/Support/Nuspec/TreeListEditors.nuspec @@ -14,7 +14,7 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#treelist - + diff --git a/Support/Nuspec/Validation.Web.nuspec b/Support/Nuspec/Validation.Web.nuspec index 1666e7dfb4..aa03f9fd42 100644 --- a/Support/Nuspec/Validation.Web.nuspec +++ b/Support/Nuspec/Validation.Web.nuspec @@ -14,8 +14,8 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#validation - - + + diff --git a/Support/Nuspec/Validation.Win.nuspec b/Support/Nuspec/Validation.Win.nuspec index f176e9159b..6981b3eaeb 100644 --- a/Support/Nuspec/Validation.Win.nuspec +++ b/Support/Nuspec/Validation.Win.nuspec @@ -14,9 +14,9 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#validation - - - + + + diff --git a/Support/Nuspec/Validation.nuspec b/Support/Nuspec/Validation.nuspec index a8a8ce9274..5f866658a8 100644 --- a/Support/Nuspec/Validation.nuspec +++ b/Support/Nuspec/Validation.nuspec @@ -14,7 +14,7 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#validation - + diff --git a/Support/Nuspec/ViewVariants.nuspec b/Support/Nuspec/ViewVariants.nuspec index c3a6aa11c9..595df1d3c7 100644 --- a/Support/Nuspec/ViewVariants.nuspec +++ b/Support/Nuspec/ViewVariants.nuspec @@ -14,7 +14,7 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#viewvariants - + diff --git a/Support/Nuspec/WizardUI.Win.nuspec b/Support/Nuspec/WizardUI.Win.nuspec index e5728b0523..513ea3d8cc 100644 --- a/Support/Nuspec/WizardUI.Win.nuspec +++ b/Support/Nuspec/WizardUI.Win.nuspec @@ -14,7 +14,7 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#wizard - + diff --git a/Support/Nuspec/WorkFlow.nuspec b/Support/Nuspec/WorkFlow.nuspec index e1632afb87..7c042fe30c 100644 --- a/Support/Nuspec/WorkFlow.nuspec +++ b/Support/Nuspec/WorkFlow.nuspec @@ -14,10 +14,10 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Workflow - + - + diff --git a/Support/Nuspec/WorldCreator.DbMapper.nuspec b/Support/Nuspec/WorldCreator.DbMapper.nuspec index c91e8eb28f..9cc5697707 100644 --- a/Support/Nuspec/WorldCreator.DbMapper.nuspec +++ b/Support/Nuspec/WorldCreator.DbMapper.nuspec @@ -14,10 +14,10 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#DBMapper - - - - + + + + diff --git a/Support/Nuspec/WorldCreator.Web.nuspec b/Support/Nuspec/WorldCreator.Web.nuspec index 92f424266c..efbc97c4eb 100644 --- a/Support/Nuspec/WorldCreator.Web.nuspec +++ b/Support/Nuspec/WorldCreator.Web.nuspec @@ -16,10 +16,10 @@ http://apobekiaris.blogspot.com/search/label/WorldCreator eXpandFramework.com DevExpress, eXpand, XAF, eXpressApp - - - - + + + + diff --git a/Support/Nuspec/WorldCreator.Win.nuspec b/Support/Nuspec/WorldCreator.Win.nuspec index 1e73a69f05..91f8039929 100644 --- a/Support/Nuspec/WorldCreator.Win.nuspec +++ b/Support/Nuspec/WorldCreator.Win.nuspec @@ -16,11 +16,11 @@ http://apobekiaris.blogspot.com/search/label/WorldCreator eXpandFramework.com DevExpress, eXpand, XAF, eXpressApp - - - - - + + + + + diff --git a/Support/Nuspec/WorldCreator.nuspec b/Support/Nuspec/WorldCreator.nuspec index 8bf274ce80..20961ce05e 100644 --- a/Support/Nuspec/WorldCreator.nuspec +++ b/Support/Nuspec/WorldCreator.nuspec @@ -16,12 +16,12 @@ http://apobekiaris.blogspot.com/search/label/WorldCreator eXpandFramework.com DevExpress, eXpand, XAF, eXpressApp - - + + - - - + + + diff --git a/Support/Nuspec/XtraDashboard.Web.nuspec b/Support/Nuspec/XtraDashboard.Web.nuspec index 604a13a48f..03ec19e1d7 100644 --- a/Support/Nuspec/XtraDashboard.Web.nuspec +++ b/Support/Nuspec/XtraDashboard.Web.nuspec @@ -14,14 +14,14 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Dashboard - - - - - - - - + + + + + + + + diff --git a/Support/Nuspec/XtraDashboard.Win.nuspec b/Support/Nuspec/XtraDashboard.Win.nuspec index 7c7a3cfbef..945c4a8ded 100644 --- a/Support/Nuspec/XtraDashboard.Win.nuspec +++ b/Support/Nuspec/XtraDashboard.Win.nuspec @@ -14,12 +14,12 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Dashboard - - - - - - + + + + + + diff --git a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.deps.json b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.deps.json index 75951600f9..43029f02e6 100644 --- a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.deps.json +++ b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.deps.json @@ -9,669 +9,669 @@ ".NETCoreApp,Version=v6.0/win-x86": { "Xpand.XAF.ModelEditor.WinDesktop/1.0.0": { "dependencies": { - "DevExpress.ExpressApp": "22.1.4", - "DevExpress.ExpressApp.Win": "22.1.4", - "DevExpress.ExpressApp.Xpo": "22.1.4", - "DevExpress.Persistent.Base": "22.1.4", - "DevExpress.Persistent.BaseImpl.Xpo": "22.1.4", + "DevExpress.ExpressApp": "22.1.5", + "DevExpress.ExpressApp.Win": "22.1.5", + "DevExpress.ExpressApp.Xpo": "22.1.5", + "DevExpress.Persistent.Base": "22.1.5", + "DevExpress.Persistent.BaseImpl.Xpo": "22.1.5", "Microsoft.Extensions.DependencyModel": "3.1.6", - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "6.0.7", - "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86": "6.0.7", - "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86": "6.0.7" + "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "6.0.8", + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86": "6.0.8", + "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86": "6.0.8" }, "runtime": { "Xpand.XAF.ModelEditor.WinDesktop.dll": {} } }, - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/6.0.7": { + "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/6.0.8": { "runtime": { "Microsoft.CSharp.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "Microsoft.VisualBasic.Core.dll": { "assemblyVersion": "11.0.0.0", - "fileVersion": "11.100.722.32202" + "fileVersion": "11.100.822.36306" }, "Microsoft.Win32.Primitives.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "Microsoft.Win32.Registry.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.AppContext.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Buffers.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Collections.Concurrent.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Collections.Immutable.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Collections.NonGeneric.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Collections.Specialized.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Collections.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.ComponentModel.Annotations.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.ComponentModel.DataAnnotations.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.ComponentModel.EventBasedAsync.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.ComponentModel.Primitives.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.ComponentModel.TypeConverter.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.ComponentModel.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Configuration.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Console.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Core.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Data.Common.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Data.DataSetExtensions.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Data.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.Contracts.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.Debug.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.DiagnosticSource.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.FileVersionInfo.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.Process.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.StackTrace.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.TextWriterTraceListener.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.Tools.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.TraceSource.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.Tracing.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Drawing.Primitives.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Dynamic.Runtime.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Formats.Asn1.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Globalization.Calendars.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Globalization.Extensions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Globalization.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.Compression.Brotli.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.Compression.FileSystem.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.Compression.ZipFile.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.Compression.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.FileSystem.AccessControl.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.FileSystem.DriveInfo.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.FileSystem.Primitives.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.FileSystem.Watcher.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.FileSystem.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.IsolatedStorage.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.MemoryMappedFiles.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.Pipes.AccessControl.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.Pipes.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.UnmanagedMemoryStream.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.IO.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Linq.Expressions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Linq.Parallel.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Linq.Queryable.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Linq.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Memory.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.Http.Json.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.Http.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.HttpListener.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.Mail.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.NameResolution.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.NetworkInformation.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.Ping.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.Primitives.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.Quic.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.Requests.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.Security.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.ServicePoint.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.Sockets.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.WebClient.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.WebHeaderCollection.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.WebProxy.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.WebSockets.Client.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.WebSockets.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Net.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Numerics.Vectors.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Numerics.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.ObjectModel.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Private.CoreLib.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Private.DataContractSerialization.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Private.Uri.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Private.Xml.Linq.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Private.Xml.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Reflection.DispatchProxy.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Reflection.Emit.ILGeneration.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Reflection.Emit.Lightweight.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Reflection.Emit.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Reflection.Extensions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Reflection.Metadata.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Reflection.Primitives.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Reflection.TypeExtensions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Reflection.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Resources.Reader.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Resources.ResourceManager.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Resources.Writer.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.CompilerServices.Unsafe.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.CompilerServices.VisualC.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.Extensions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.Handles.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.InteropServices.RuntimeInformation.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.InteropServices.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.Intrinsics.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.Loader.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.Numerics.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.Serialization.Formatters.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.Serialization.Json.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.Serialization.Primitives.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.Serialization.Xml.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.Serialization.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Runtime.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.AccessControl.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Claims.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Cryptography.Algorithms.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Cryptography.Cng.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Cryptography.Csp.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Cryptography.Encoding.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Cryptography.OpenSsl.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Cryptography.Primitives.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Cryptography.X509Certificates.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Principal.Windows.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Principal.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.SecureString.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.ServiceModel.Web.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.ServiceProcess.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Text.Encoding.CodePages.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Text.Encoding.Extensions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Text.Encoding.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Text.Encodings.Web.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Text.Json.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Text.RegularExpressions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.Channels.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.Overlapped.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.Tasks.Dataflow.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.Tasks.Extensions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.Tasks.Parallel.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.Tasks.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.Thread.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.ThreadPool.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.Timer.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Transactions.Local.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Transactions.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.ValueTuple.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Web.HttpUtility.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Web.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Windows.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Xml.Linq.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Xml.ReaderWriter.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Xml.Serialization.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Xml.XDocument.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Xml.XPath.XDocument.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Xml.XPath.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Xml.XmlDocument.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Xml.XmlSerializer.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Xml.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "mscorlib.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "netstandard.dll": { "assemblyVersion": "2.1.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" } }, "native": { @@ -811,37 +811,37 @@ "fileVersion": "10.0.22000.194" }, "clretwrc.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "clrjit.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "coreclr.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "createdump.exe": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "dbgshim.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "hostfxr.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "hostpolicy.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "mscordaccore.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, - "mscordaccore_x86_x86_6.0.722.32202.dll": { - "fileVersion": "6.0.722.32202" + "mscordaccore_x86_x86_6.0.822.36306.dll": { + "fileVersion": "6.0.822.36306" }, "mscordbi.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "mscorrc.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "msquic.dll": { "fileVersion": "1.7.0.0" @@ -851,219 +851,219 @@ } } }, - "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/6.0.7": { + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/6.0.8": { "runtime": { "Accessibility.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32203" + "fileVersion": "6.0.822.36804" }, "DirectWriteForwarder.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "Microsoft.VisualBasic.Forms.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32203" + "fileVersion": "6.0.822.36804" }, "Microsoft.VisualBasic.dll": { "assemblyVersion": "10.1.0.0", - "fileVersion": "6.0.722.32203" + "fileVersion": "6.0.822.36804" }, "Microsoft.Win32.Registry.AccessControl.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "Microsoft.Win32.SystemEvents.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "PresentationCore.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework-SystemCore.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework-SystemData.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework-SystemDrawing.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework-SystemXml.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework-SystemXmlLinq.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework.Aero.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework.Aero2.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework.AeroLite.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework.Classic.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework.Luna.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework.Royale.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationFramework.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationUI.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "ReachFramework.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "System.CodeDom.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Configuration.ConfigurationManager.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Design.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32203" + "fileVersion": "6.0.822.36804" }, "System.Diagnostics.EventLog.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Diagnostics.PerformanceCounter.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.DirectoryServices.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Drawing.Common.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Drawing.Design.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32203" + "fileVersion": "6.0.822.36804" }, "System.Drawing.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32203" + "fileVersion": "6.0.822.36804" }, "System.IO.Packaging.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Printing.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "System.Resources.Extensions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Cryptography.Pkcs.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Cryptography.ProtectedData.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Cryptography.Xml.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Security.Permissions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Threading.AccessControl.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Windows.Controls.Ribbon.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "System.Windows.Extensions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36306" }, "System.Windows.Forms.Design.Editors.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32203" + "fileVersion": "6.0.822.36804" }, "System.Windows.Forms.Design.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32203" + "fileVersion": "6.0.822.36804" }, "System.Windows.Forms.Primitives.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32203" + "fileVersion": "6.0.822.36804" }, "System.Windows.Forms.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32203" + "fileVersion": "6.0.822.36804" }, "System.Windows.Input.Manipulations.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "System.Windows.Presentation.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "System.Xaml.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "UIAutomationClient.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "UIAutomationClientSideProviders.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "UIAutomationProvider.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "UIAutomationTypes.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "WindowsBase.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "WindowsFormsIntegration.dll": { "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" } }, "native": { @@ -1071,7 +1071,7 @@ "fileVersion": "10.0.22000.194" }, "PenImc_cor3.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" }, "PresentationNative_cor3.dll": { "fileVersion": "6.0.22.31404" @@ -1080,331 +1080,331 @@ "fileVersion": "14.32.31326.0" }, "wpfgfx_cor3.dll": { - "fileVersion": "6.0.722.32202" + "fileVersion": "6.0.822.36807" } } }, - "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86/6.0.7": { + "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86/6.0.8": { "runtime": { "Microsoft.AspNetCore.Antiforgery.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Authentication.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Authentication.Cookies.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Authentication.Core.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Authentication.OAuth.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Authentication.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Authorization.Policy.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Authorization.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Components.Authorization.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Components.Forms.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Components.Server.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Components.Web.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Components.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Connections.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.CookiePolicy.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Cors.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Cryptography.Internal.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.DataProtection.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.DataProtection.Extensions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.DataProtection.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Diagnostics.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.HostFiltering.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Hosting.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Hosting.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Html.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Http.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Http.Connections.Common.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Http.Connections.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Http.Extensions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Http.Features.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Http.Results.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Http.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.HttpLogging.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.HttpOverrides.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.HttpsPolicy.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Identity.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Localization.Routing.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Localization.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Metadata.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.Core.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.Cors.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.Localization.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.Razor.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.RazorPages.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.TagHelpers.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Mvc.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Razor.Runtime.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Razor.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.ResponseCaching.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.ResponseCompression.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Rewrite.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Routing.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Routing.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Server.HttpSys.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Server.IIS.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Server.IISIntegration.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Server.Kestrel.Core.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Server.Kestrel.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.Session.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.SignalR.Common.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.SignalR.Core.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.SignalR.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.StaticFiles.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.WebSockets.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.WebUtilities.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.AspNetCore.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.Caching.Abstractions.dll": { "assemblyVersion": "6.0.0.0", @@ -1444,7 +1444,7 @@ }, "Microsoft.Extensions.Configuration.KeyPerFile.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.Configuration.UserSecrets.dll": { "assemblyVersion": "6.0.0.0", @@ -1468,15 +1468,15 @@ }, "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.Diagnostics.HealthChecks.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.Features.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.FileProviders.Abstractions.dll": { "assemblyVersion": "6.0.0.0", @@ -1488,7 +1488,7 @@ }, "Microsoft.Extensions.FileProviders.Embedded.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.FileProviders.Physical.dll": { "assemblyVersion": "6.0.0.0", @@ -1512,19 +1512,19 @@ }, "Microsoft.Extensions.Identity.Core.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.Identity.Stores.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.Localization.Abstractions.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.Localization.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.Logging.Abstractions.dll": { "assemblyVersion": "6.0.0.0", @@ -1560,7 +1560,7 @@ }, "Microsoft.Extensions.ObjectPool.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "assemblyVersion": "6.0.0.0", @@ -1580,15 +1580,15 @@ }, "Microsoft.Extensions.WebEncoders.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.JSInterop.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "Microsoft.Net.Http.Headers.dll": { "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.722.32205" + "fileVersion": "6.0.822.36316" }, "System.Diagnostics.EventLog.Messages.dll": { "assemblyVersion": "6.0.0.0", @@ -1601,24 +1601,24 @@ }, "native": { "aspnetcorev2_inprocess.dll": { - "fileVersion": "16.0.22173.7" + "fileVersion": "16.0.22195.8" } } }, - "DevExpress.CodeParser/22.1.4": { + "DevExpress.CodeParser/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", + "DevExpress.Data": "22.1.5", "NETStandard.Library": "2.0.3", "System.CodeDom": "4.4.0" }, "runtime": { "lib/netstandard2.0/DevExpress.CodeParser.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Data/22.1.4": { + "DevExpress.Data/22.1.5": { "dependencies": { "Microsoft.Win32.Registry": "4.5.0", "NETStandard.Library": "2.0.3", @@ -1630,30 +1630,30 @@ }, "runtime": { "lib/netstandard2.0/DevExpress.Data.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Data.Desktop/22.1.4": { + "DevExpress.Data.Desktop/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4" + "DevExpress.Data": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.Data.Desktop.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.DataAccess/22.1.4": { + "DevExpress.DataAccess/22.1.5": { "dependencies": { - "DevExpress.CodeParser": "22.1.4", - "DevExpress.Data": "22.1.4", - "DevExpress.Office.Core": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.RichEdit.Core": "22.1.4", - "DevExpress.Xpo": "22.1.4", + "DevExpress.CodeParser": "22.1.5", + "DevExpress.Data": "22.1.5", + "DevExpress.Office.Core": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.RichEdit.Core": "22.1.5", + "DevExpress.Xpo": "22.1.5", "NETStandard.Library": "2.0.3", "System.Configuration.ConfigurationManager": "4.5.0", "System.Data.SqlClient": "4.6.0", @@ -1662,69 +1662,69 @@ }, "runtime": { "lib/netstandard2.0/DevExpress.DataAccess.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.DataAccess.UI/22.1.4": { - "dependencies": { - "DevExpress.CodeParser": "22.1.4", - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.DataAccess": "22.1.4", - "DevExpress.Diagram.Core": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.RichEdit.Core": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Utils.UI": "22.1.4", - "DevExpress.Win.Diagram": "22.1.4", - "DevExpress.Win.Grid": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4", - "DevExpress.Win.Printing": "22.1.4", - "DevExpress.Win.RichEdit": "22.1.4", - "DevExpress.Win.TreeList": "22.1.4", - "DevExpress.Xpo": "22.1.4", + "DevExpress.DataAccess.UI/22.1.5": { + "dependencies": { + "DevExpress.CodeParser": "22.1.5", + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.DataAccess": "22.1.5", + "DevExpress.Diagram.Core": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.RichEdit.Core": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Utils.UI": "22.1.5", + "DevExpress.Win.Diagram": "22.1.5", + "DevExpress.Win.Grid": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5", + "DevExpress.Win.Printing": "22.1.5", + "DevExpress.Win.RichEdit": "22.1.5", + "DevExpress.Win.TreeList": "22.1.5", + "DevExpress.Xpo": "22.1.5", "System.Data.SqlClient": "4.6.0" }, "runtime": { "lib/netcoreapp3.0/DevExpress.DataAccess.v22.1.UI.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Diagram.Core/22.1.4": { + "DevExpress.Diagram.Core/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.Printing.Core": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.Printing.Core": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.Diagram.v22.1.Core.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Drawing/22.1.4": { + "DevExpress.Drawing/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", + "DevExpress.Data": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.Drawing.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.ExpressApp/22.1.4": { + "DevExpress.ExpressApp/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Images": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.Images": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", "Microsoft.CodeAnalysis.CSharp": "2.8.0", "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", @@ -1741,30 +1741,30 @@ }, "runtime": { "lib/netstandard2.0/DevExpress.ExpressApp.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.ExpressApp.Objects/22.1.4": { + "DevExpress.ExpressApp.Objects/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.ExpressApp": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.ExpressApp": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.ExpressApp.Objects.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.ExpressApp.Security/22.1.4": { + "DevExpress.ExpressApp.Security/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.ExpressApp": "22.1.4", - "DevExpress.Persistent.Base": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.ExpressApp": "22.1.5", + "DevExpress.Persistent.Base": "22.1.5", "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", "Microsoft.Extensions.Options": "3.1.5", "NETStandard.Library": "2.0.3", @@ -1773,45 +1773,45 @@ }, "runtime": { "lib/netstandard2.0/DevExpress.ExpressApp.Security.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.ExpressApp.Win/22.1.4": { - "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.DataAccess.UI": "22.1.4", - "DevExpress.ExpressApp": "22.1.4", - "DevExpress.ExpressApp.Security": "22.1.4", - "DevExpress.Office.Core": "22.1.4", - "DevExpress.Persistent.Base": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.RichEdit.Core": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Win": "22.1.4", - "DevExpress.Win.BonusSkins": "22.1.4", - "DevExpress.Win.Grid": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4", - "DevExpress.Win.Printing": "22.1.4", - "DevExpress.Win.RichEdit": "22.1.4", - "DevExpress.Win.TreeList": "22.1.4", - "DevExpress.Win.VerticalGrid": "22.1.4", + "DevExpress.ExpressApp.Win/22.1.5": { + "dependencies": { + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.DataAccess.UI": "22.1.5", + "DevExpress.ExpressApp": "22.1.5", + "DevExpress.ExpressApp.Security": "22.1.5", + "DevExpress.Office.Core": "22.1.5", + "DevExpress.Persistent.Base": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.RichEdit.Core": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Win": "22.1.5", + "DevExpress.Win.BonusSkins": "22.1.5", + "DevExpress.Win.Grid": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5", + "DevExpress.Win.Printing": "22.1.5", + "DevExpress.Win.RichEdit": "22.1.5", + "DevExpress.Win.TreeList": "22.1.5", + "DevExpress.Win.VerticalGrid": "22.1.5", "Microsoft.Extensions.DependencyInjection": "6.0.0" }, "runtime": { "lib/net6.0-windows/DevExpress.ExpressApp.Win.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.ExpressApp.Xpo/22.1.4": { + "DevExpress.ExpressApp.Xpo/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.ExpressApp": "22.1.4", - "DevExpress.Xpo": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.ExpressApp": "22.1.5", + "DevExpress.Xpo": "22.1.5", "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0", @@ -1819,45 +1819,45 @@ }, "runtime": { "lib/netstandard2.0/DevExpress.ExpressApp.Xpo.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Images/22.1.4": { + "DevExpress.Images/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", + "DevExpress.Data": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.Images.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Office.Core/22.1.4": { + "DevExpress.Office.Core/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Pdf.Core": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Pdf.Core": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0", "System.Security.Cryptography.Xml": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.Office.v22.1.Core.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Pdf.Core/22.1.4": { + "DevExpress.Pdf.Core/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Drawing": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.Drawing": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0", "System.Reflection.Emit": "4.3.0", @@ -1865,66 +1865,66 @@ }, "runtime": { "lib/netstandard2.0/DevExpress.Pdf.v22.1.Core.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Pdf.Drawing/22.1.4": { + "DevExpress.Pdf.Drawing/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Pdf.Core": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Pdf.Core": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.Pdf.v22.1.Drawing.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Persistent.Base/22.1.4": { + "DevExpress.Persistent.Base/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.DataAccess": "22.1.4", - "DevExpress.ExpressApp": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.DataAccess": "22.1.5", + "DevExpress.ExpressApp": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.Persistent.Base.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Persistent.BaseImpl.Xpo/22.1.4": { + "DevExpress.Persistent.BaseImpl.Xpo/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.ExpressApp": "22.1.4", - "DevExpress.ExpressApp.Objects": "22.1.4", - "DevExpress.ExpressApp.Xpo": "22.1.4", - "DevExpress.Persistent.Base": "22.1.4", - "DevExpress.Scheduler.Core": "22.1.4", - "DevExpress.Xpo": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.ExpressApp": "22.1.5", + "DevExpress.ExpressApp.Objects": "22.1.5", + "DevExpress.ExpressApp.Xpo": "22.1.5", + "DevExpress.Persistent.Base": "22.1.5", + "DevExpress.Scheduler.Core": "22.1.5", + "DevExpress.Xpo": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.Persistent.BaseImpl.Xpo.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.PivotGrid.Core/22.1.4": { + "DevExpress.PivotGrid.Core/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0", "System.Reflection.Emit": "4.3.0", @@ -1932,17 +1932,17 @@ }, "runtime": { "lib/netstandard2.0/DevExpress.PivotGrid.v22.1.Core.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Printing.Core/22.1.4": { + "DevExpress.Printing.Core/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Pdf.Core": "22.1.4", - "DevExpress.Pdf.Drawing": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Pdf.Core": "22.1.5", + "DevExpress.Pdf.Drawing": "22.1.5", "NETStandard.Library": "2.0.3", "System.ComponentModel.Annotations": "4.4.0", "System.Drawing.Common": "4.5.0", @@ -1952,295 +1952,295 @@ }, "runtime": { "lib/netstandard2.0/DevExpress.Printing.v22.1.Core.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.RichEdit.Core/22.1.4": { + "DevExpress.RichEdit.Core/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Office.Core": "22.1.4", - "DevExpress.Pdf.Core": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Office.Core": "22.1.5", + "DevExpress.Pdf.Core": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.RichEdit.v22.1.Core.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.RichEdit.Export/22.1.4": { + "DevExpress.RichEdit.Export/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Office.Core": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.RichEdit.Core": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Office.Core": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.RichEdit.Core": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.RichEdit.v22.1.Export.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Scheduler.Core/22.1.4": { + "DevExpress.Scheduler.Core/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", + "DevExpress.Data": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.XtraScheduler.v22.1.Core.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Sparkline.Core/22.1.4": { + "DevExpress.Sparkline.Core/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Drawing": "22.1.4", + "DevExpress.Data": "22.1.5", + "DevExpress.Drawing": "22.1.5", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { "lib/netstandard2.0/DevExpress.Sparkline.v22.1.Core.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Utils/22.1.4": { + "DevExpress.Utils/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Printing.Core": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Printing.Core": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.Utils.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Utils.UI/22.1.4": { + "DevExpress.Utils.UI/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.DataAccess": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4", - "DevExpress.Win.Printing": "22.1.4", - "DevExpress.Win.RichEdit": "22.1.4", - "DevExpress.Win.TreeList": "22.1.4", - "DevExpress.Win.VerticalGrid": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.DataAccess": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5", + "DevExpress.Win.Printing": "22.1.5", + "DevExpress.Win.RichEdit": "22.1.5", + "DevExpress.Win.TreeList": "22.1.5", + "DevExpress.Win.VerticalGrid": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.Utils.v22.1.UI.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Win/22.1.4": { + "DevExpress.Win/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.RichEdit.Export": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Win.Grid": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4", - "DevExpress.Win.PivotGrid": "22.1.4", - "DevExpress.Win.Printing": "22.1.4", - "DevExpress.Win.TreeList": "22.1.4", - "DevExpress.Win.VerticalGrid": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.RichEdit.Export": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Win.Grid": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5", + "DevExpress.Win.PivotGrid": "22.1.5", + "DevExpress.Win.Printing": "22.1.5", + "DevExpress.Win.TreeList": "22.1.5", + "DevExpress.Win.VerticalGrid": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.XtraNavBar.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" }, "lib/netcoreapp3.0/DevExpress.XtraWizard.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Win.BonusSkins/22.1.4": { + "DevExpress.Win.BonusSkins/22.1.5": { "dependencies": { - "DevExpress.Utils": "22.1.4" + "DevExpress.Utils": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.BonusSkins.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Win.Diagram/22.1.4": { + "DevExpress.Win.Diagram/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.Diagram.Core": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Pdf.Core": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4", - "DevExpress.Win.Printing": "22.1.4", - "DevExpress.Win.VerticalGrid": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.Diagram.Core": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Pdf.Core": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5", + "DevExpress.Win.Printing": "22.1.5", + "DevExpress.Win.VerticalGrid": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.XtraDiagram.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Win.Grid/22.1.4": { + "DevExpress.Win.Grid/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4", - "DevExpress.Win.Printing": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5", + "DevExpress.Win.Printing": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.XtraGrid.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Win.Navigation/22.1.4": { + "DevExpress.Win.Navigation/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.Sparkline.Core": "22.1.4", - "DevExpress.Utils": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.Sparkline.Core": "22.1.5", + "DevExpress.Utils": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.XtraBars.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" }, "lib/netcoreapp3.0/DevExpress.XtraEditors.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" }, "lib/netcoreapp3.0/DevExpress.XtraLayout.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Win.PivotGrid/22.1.4": { + "DevExpress.Win.PivotGrid/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.PivotGrid.Core": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.PivotGrid.Core": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.XtraPivotGrid.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Win.Printing/22.1.4": { + "DevExpress.Win.Printing/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.RichEdit.Core": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4", - "DevExpress.Win.TreeList": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.RichEdit.Core": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5", + "DevExpress.Win.TreeList": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.XtraPrinting.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Win.RichEdit/22.1.4": { - "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Images": "22.1.4", - "DevExpress.Office.Core": "22.1.4", - "DevExpress.Pdf.Core": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.RichEdit.Core": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Win.Grid": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4", - "DevExpress.Win.Printing": "22.1.4" + "DevExpress.Win.RichEdit/22.1.5": { + "dependencies": { + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Images": "22.1.5", + "DevExpress.Office.Core": "22.1.5", + "DevExpress.Pdf.Core": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.RichEdit.Core": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Win.Grid": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5", + "DevExpress.Win.Printing": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.XtraRichEdit.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Win.TreeList/22.1.4": { + "DevExpress.Win.TreeList/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.XtraTreeList.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Win.VerticalGrid/22.1.4": { + "DevExpress.Win.VerticalGrid/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", - "DevExpress.Data.Desktop": "22.1.4", - "DevExpress.Drawing": "22.1.4", - "DevExpress.Printing.Core": "22.1.4", - "DevExpress.Utils": "22.1.4", - "DevExpress.Win.Navigation": "22.1.4", - "DevExpress.Win.Printing": "22.1.4" + "DevExpress.Data": "22.1.5", + "DevExpress.Data.Desktop": "22.1.5", + "DevExpress.Drawing": "22.1.5", + "DevExpress.Printing.Core": "22.1.5", + "DevExpress.Utils": "22.1.5", + "DevExpress.Win.Navigation": "22.1.5", + "DevExpress.Win.Printing": "22.1.5" }, "runtime": { "lib/netcoreapp3.0/DevExpress.XtraVerticalGrid.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, - "DevExpress.Xpo/22.1.4": { + "DevExpress.Xpo/22.1.5": { "dependencies": { - "DevExpress.Data": "22.1.4", + "DevExpress.Data": "22.1.5", "Microsoft.Extensions.DependencyInjection": "6.0.0", "Microsoft.Win32.Registry": "4.5.0", "NETStandard.Library": "2.0.3", @@ -2253,8 +2253,8 @@ }, "runtime": { "lib/netstandard2.0/DevExpress.Xpo.v22.1.dll": { - "assemblyVersion": "22.1.4.0", - "fileVersion": "22.1.4.0" + "assemblyVersion": "22.1.5.0", + "fileVersion": "22.1.5.0" } } }, @@ -3263,279 +3263,279 @@ "serviceable": false, "sha512": "" }, - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/6.0.7": { + "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/6.0.8": { "type": "runtimepack", "serviceable": false, "sha512": "" }, - "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/6.0.7": { + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/6.0.8": { "type": "runtimepack", "serviceable": false, "sha512": "" }, - "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86/6.0.7": { + "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86/6.0.8": { "type": "runtimepack", "serviceable": false, "sha512": "" }, - "DevExpress.CodeParser/22.1.4": { + "DevExpress.CodeParser/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-FI0CN1fiR+VmHasBORlw5brQvRVAfgVQDlHNLqhfJZnIxPQrZeAAMiZqMNWo2ThE9g9ZPaYq2n8+Uf7RhJBKVA==", - "path": "devexpress.codeparser/22.1.4", - "hashPath": "devexpress.codeparser.22.1.4.nupkg.sha512" + "sha512": "sha512-fDVcDV4fZG2MPOql9Ho7AXdVXpBNeXZYC8WzNMsqVLgmMOAsAbFCVe6hSpmqgZ4WUdQZ+lhjNRzOLerT5+Gw9w==", + "path": "devexpress.codeparser/22.1.5", + "hashPath": "devexpress.codeparser.22.1.5.nupkg.sha512" }, - "DevExpress.Data/22.1.4": { + "DevExpress.Data/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-gy8CiFENbFPM1jH/Mwo3soNTNTDKvK6esOu4arVlxJoMpwblS85NnbjWghegmlXhSazMfAjrZWdgMI9vNnRx5g==", - "path": "devexpress.data/22.1.4", - "hashPath": "devexpress.data.22.1.4.nupkg.sha512" + "sha512": "sha512-iMZpS4BvOR1HvbjOSyKh16XN0AgTOeCknQWRyxfCK13Pz7hmUXDlZq3InkB7auPOnkia09YU5eDY1Ph7UMgMwg==", + "path": "devexpress.data/22.1.5", + "hashPath": "devexpress.data.22.1.5.nupkg.sha512" }, - "DevExpress.Data.Desktop/22.1.4": { + "DevExpress.Data.Desktop/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-zagFp2QO/PkmebbXRyo7CSEYfosPG572tfONoVGKsqMcUgCR/S7zsTre6TLa9MQZlBmi6j78E4v1sqyLaXitYA==", - "path": "devexpress.data.desktop/22.1.4", - "hashPath": "devexpress.data.desktop.22.1.4.nupkg.sha512" + "sha512": "sha512-AwTWat5Lx7PiMqfRPwLODCvznVBSQr8qVWFM6A/Ls8X47u9wNp3HJjc2/jNq/QewkrOEomPaYL5uccuqY0p6wA==", + "path": "devexpress.data.desktop/22.1.5", + "hashPath": "devexpress.data.desktop.22.1.5.nupkg.sha512" }, - "DevExpress.DataAccess/22.1.4": { + "DevExpress.DataAccess/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-ZPiTbtJAh/o4Xr/CKO2+HPMzQuP2rfzjX4Joth060JsUiPpkzIokzVWnI63UPUCQG3pR2WUjFkhawOM1/ITOIw==", - "path": "devexpress.dataaccess/22.1.4", - "hashPath": "devexpress.dataaccess.22.1.4.nupkg.sha512" + "sha512": "sha512-SfOu2B8oZ+8zeaBNoTcJ+/2N2zENZp2MmZmlI9N9cOpyfgewVqc/c7ADRRjJTZ046OOslmcs60O0O2rvsiX4cw==", + "path": "devexpress.dataaccess/22.1.5", + "hashPath": "devexpress.dataaccess.22.1.5.nupkg.sha512" }, - "DevExpress.DataAccess.UI/22.1.4": { + "DevExpress.DataAccess.UI/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-pkvu5W1lIuOE+zxJeEtznpOoRPxXRl8bmStY7b4EqGWsbiAnm2L3gGgi/BzSykKdhJBfOoJZj0iXAt2qoV6q7w==", - "path": "devexpress.dataaccess.ui/22.1.4", - "hashPath": "devexpress.dataaccess.ui.22.1.4.nupkg.sha512" + "sha512": "sha512-30kMiQrsbNlw+Q4vOsNty08Pwubh5PeuN+b425EE8lg8ikn0ADHgdXKvcZ4uwUCJ8eJdgnzvKhOgQPYessM7hw==", + "path": "devexpress.dataaccess.ui/22.1.5", + "hashPath": "devexpress.dataaccess.ui.22.1.5.nupkg.sha512" }, - "DevExpress.Diagram.Core/22.1.4": { + "DevExpress.Diagram.Core/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-cWlB12YcuAqHpJoWocV+LFfWXHTS64VrOdw+WfOn3GV5c7PSxcVy0FUcu51+3WJL1quvsfpSPopAlvOkcSagCw==", - "path": "devexpress.diagram.core/22.1.4", - "hashPath": "devexpress.diagram.core.22.1.4.nupkg.sha512" + "sha512": "sha512-N+SnC2zEDWt3s/xM3+RkNnIC7oLwamNiD4TKioKxCEv25QdKZaZZbWfEVKeKH6o8o9xqWr6rp5ksjfmEHtyYTw==", + "path": "devexpress.diagram.core/22.1.5", + "hashPath": "devexpress.diagram.core.22.1.5.nupkg.sha512" }, - "DevExpress.Drawing/22.1.4": { + "DevExpress.Drawing/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-5P6WGpZTvg9g29pG17/7o29i3RwNXrnDdtValZ7uUU0GNR+VMhJ+Pxpd6FxesPhOUimYET9JLiNrs3YQp7srlw==", - "path": "devexpress.drawing/22.1.4", - "hashPath": "devexpress.drawing.22.1.4.nupkg.sha512" + "sha512": "sha512-LQQXa2Bu44ElwKy4duWyLpUaj+ZAXdFHDL8FJP3+N+gm2gb5S1WMBWofnDYBxS+UXxcCc47sNE4iiEh6eUO3Pg==", + "path": "devexpress.drawing/22.1.5", + "hashPath": "devexpress.drawing.22.1.5.nupkg.sha512" }, - "DevExpress.ExpressApp/22.1.4": { + "DevExpress.ExpressApp/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-nKoOXyEX8NG8pXw+HCCN9WKihqJyqCc09Kz15SXZm5Ejqp7KtBBh0FHBiUeRp6nuDfDrN4H9pE3IZnb6TqYlHA==", - "path": "devexpress.expressapp/22.1.4", - "hashPath": "devexpress.expressapp.22.1.4.nupkg.sha512" + "sha512": "sha512-ycx/ZXROGhWx9aRymgALt+rCpaDI0+YHyCwBl+tuElTkyC5+eB9tmPsUxznJ5D9nFyIZ9F94sXGDgcAd3JQ55w==", + "path": "devexpress.expressapp/22.1.5", + "hashPath": "devexpress.expressapp.22.1.5.nupkg.sha512" }, - "DevExpress.ExpressApp.Objects/22.1.4": { + "DevExpress.ExpressApp.Objects/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-rhoXTN/T93u+GiCYX7sdyNlnUCywjkqy2CVlDY8lekP1OtxKwQ+mkPLX8HcfuBONESfhTcwy8A3X3RZkbPtHIw==", - "path": "devexpress.expressapp.objects/22.1.4", - "hashPath": "devexpress.expressapp.objects.22.1.4.nupkg.sha512" + "sha512": "sha512-CPOz9l+pYQaabObOEh80nzk5/ecVjMPvwgKB/Rw0TPdMO/MqqHTBzuwC0BPiCiTsyM7FwGunDlt8M7NDVfgBFQ==", + "path": "devexpress.expressapp.objects/22.1.5", + "hashPath": "devexpress.expressapp.objects.22.1.5.nupkg.sha512" }, - "DevExpress.ExpressApp.Security/22.1.4": { + "DevExpress.ExpressApp.Security/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-/fRiOCwJxJ3gNIgQaSQA7tW29C45u6o6s3mgxcGi547RlfV2cEW1W1coxctxEszsq+8J+SuRk4AqpN/UqEYXYw==", - "path": "devexpress.expressapp.security/22.1.4", - "hashPath": "devexpress.expressapp.security.22.1.4.nupkg.sha512" + "sha512": "sha512-tKQd8A5NxaHZ5umYZWV9sAqojt2cKHLTucmePLFSFX5Ai6J+yas4oOtimWSlsz3J6kMNwGHPmiHIL4szDRWUrw==", + "path": "devexpress.expressapp.security/22.1.5", + "hashPath": "devexpress.expressapp.security.22.1.5.nupkg.sha512" }, - "DevExpress.ExpressApp.Win/22.1.4": { + "DevExpress.ExpressApp.Win/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-TFOV9IIPlFJ90bG/Pb7cPHwDrqMtBtbolesyTfrMflKisiMmH9m9romLIatshH4vlc/ndDC4BlF7eZsoidc7+A==", - "path": "devexpress.expressapp.win/22.1.4", - "hashPath": "devexpress.expressapp.win.22.1.4.nupkg.sha512" + "sha512": "sha512-W6PEDHUh9UoKcuc0VdJXExe+VXdRgPOw32nfr8jUj1k8x5OLXk2OxNI6whxwbQFXos9nZw/MR+hlUif2i/YK5Q==", + "path": "devexpress.expressapp.win/22.1.5", + "hashPath": "devexpress.expressapp.win.22.1.5.nupkg.sha512" }, - "DevExpress.ExpressApp.Xpo/22.1.4": { + "DevExpress.ExpressApp.Xpo/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-c1xtDhUtsj1Zvo9OaROlWeSGNsQmW78ie/GqpnX7oAb0CWl24gi9/okDJKRBM1Mrp7Ww45il6cg6y1QdEaQaAw==", - "path": "devexpress.expressapp.xpo/22.1.4", - "hashPath": "devexpress.expressapp.xpo.22.1.4.nupkg.sha512" + "sha512": "sha512-TTLdM+9RxIjM++BEQAUYfQBRlAfC9300kyFr11XFsex/OOzUOdUKTSyHimrEqQJ1wiXQ7QJo9q6ERA3SHYshLQ==", + "path": "devexpress.expressapp.xpo/22.1.5", + "hashPath": "devexpress.expressapp.xpo.22.1.5.nupkg.sha512" }, - "DevExpress.Images/22.1.4": { + "DevExpress.Images/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-nr+I5QoyaFZ0zHb/WES2+uLJccf+RNFHVWXhIYOhxHVCv9J54Pw0hW3O5BLfMIj7ch7UwdX1GMppyS+zLBMr9A==", - "path": "devexpress.images/22.1.4", - "hashPath": "devexpress.images.22.1.4.nupkg.sha512" + "sha512": "sha512-cbA/4k79Rr7f8QqGXVjV17EWSppdYRbAV4pKcqaIkv6NLk6sem54m00blXDRKf7sGEZcbQF7cFN3gRs1WOZKJg==", + "path": "devexpress.images/22.1.5", + "hashPath": "devexpress.images.22.1.5.nupkg.sha512" }, - "DevExpress.Office.Core/22.1.4": { + "DevExpress.Office.Core/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-ma/dhscyUwW5colJ4gMhj/84hFRayuTepp3XDDhYOXkKhabNMmEohJFlvzmR70+M6h0d+N481mdPl68BVTUNKg==", - "path": "devexpress.office.core/22.1.4", - "hashPath": "devexpress.office.core.22.1.4.nupkg.sha512" + "sha512": "sha512-hnL+b/UPLScw9kRz81IWZhDg2/BxWK67iw+/++jHifLvvt8EWleeJGJV0QZGku4Zolg9NhUGnOim0dqoNgk70A==", + "path": "devexpress.office.core/22.1.5", + "hashPath": "devexpress.office.core.22.1.5.nupkg.sha512" }, - "DevExpress.Pdf.Core/22.1.4": { + "DevExpress.Pdf.Core/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-AT3/Ui4tp2FmUAwpmxIM6zNozTfzpaxezPL4F9iEIqXQhyGoug3AO4CJ13xhSTsMWffqn0NAxoR/mFAL/3iO3Q==", - "path": "devexpress.pdf.core/22.1.4", - "hashPath": "devexpress.pdf.core.22.1.4.nupkg.sha512" + "sha512": "sha512-Xh3f2u812Z0ccuxdcOzv1Ltnnr/h2KciQUqrwANqy/qyaob8WWdL41Rw0kSJWpYOq2B7+v9vYDXLebMCKcKnSA==", + "path": "devexpress.pdf.core/22.1.5", + "hashPath": "devexpress.pdf.core.22.1.5.nupkg.sha512" }, - "DevExpress.Pdf.Drawing/22.1.4": { + "DevExpress.Pdf.Drawing/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-9GEi/3/YBVAbLUoEoTXMwWqG1Apdyjj19OgYJuayzWnO5jTllBeisp3R2hCHcfWOzdQ+tevOBCXPCpHWvk8Qfg==", - "path": "devexpress.pdf.drawing/22.1.4", - "hashPath": "devexpress.pdf.drawing.22.1.4.nupkg.sha512" + "sha512": "sha512-BBDkjOMSIZetsmgNwPK/gMheOmRHoehZ9IcfWPxv3NCRJ/stTnajkQSXjy7nHAyWM8U2kFZQ+gMq7dgpeK20Iw==", + "path": "devexpress.pdf.drawing/22.1.5", + "hashPath": "devexpress.pdf.drawing.22.1.5.nupkg.sha512" }, - "DevExpress.Persistent.Base/22.1.4": { + "DevExpress.Persistent.Base/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-4P7ssFAAYWt+TCWnCBQWblvbwciEl8c3ktMn1QwaxLmtgOmRDuurTye5WCA8paNtLdYzxlMTLaE8TtiyL68vqw==", - "path": "devexpress.persistent.base/22.1.4", - "hashPath": "devexpress.persistent.base.22.1.4.nupkg.sha512" + "sha512": "sha512-iPWer8Do1K3M4BSR3D51qEYhF3RT1RJIyP77JPvgEEBqADuTj5vYgruhxJZ4PL22FqgdZL/UGyVCtDgeq2xAPw==", + "path": "devexpress.persistent.base/22.1.5", + "hashPath": "devexpress.persistent.base.22.1.5.nupkg.sha512" }, - "DevExpress.Persistent.BaseImpl.Xpo/22.1.4": { + "DevExpress.Persistent.BaseImpl.Xpo/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-aHLtYvX7EAAGWtkvHnpiBCHRvokd9LIUW0U3KfgbafUCqR5xX2FMgaWqU4rYf/T4BlZeyhCKXmsX2fW/q4kpkg==", - "path": "devexpress.persistent.baseimpl.xpo/22.1.4", - "hashPath": "devexpress.persistent.baseimpl.xpo.22.1.4.nupkg.sha512" + "sha512": "sha512-2Afgz6M4EVDNsajm1lyoLRim4N5M1st7NZJAI+zG12d3x5XvJQqo4C1+vEdhBhgMMAm50cMdv21PY5MNOlaRwQ==", + "path": "devexpress.persistent.baseimpl.xpo/22.1.5", + "hashPath": "devexpress.persistent.baseimpl.xpo.22.1.5.nupkg.sha512" }, - "DevExpress.PivotGrid.Core/22.1.4": { + "DevExpress.PivotGrid.Core/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-2JoT3dpeblDrFV5tKXXBJclYEX9+4jUYvhG8a5OqLUDxlM9Sdg/bImOdx8mBOzEQzBmHEwWUcEp89Xjbd1O1dw==", - "path": "devexpress.pivotgrid.core/22.1.4", - "hashPath": "devexpress.pivotgrid.core.22.1.4.nupkg.sha512" + "sha512": "sha512-/KgZ1NNyMVKERKi2315cK1PNDTch5fJzOaya2/fhoAV/3lhKkUP57QObigZEyk/6EeGZPFDNoRe0cA4hOxmjuQ==", + "path": "devexpress.pivotgrid.core/22.1.5", + "hashPath": "devexpress.pivotgrid.core.22.1.5.nupkg.sha512" }, - "DevExpress.Printing.Core/22.1.4": { + "DevExpress.Printing.Core/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-wYMbPPyPUB+g6VgamKY/mfflZWs3YyOCmePHk4sok0Z8vn/VslWhIhq9CA8Axj8FFU8Og3VZiYnaQY3mqQStyw==", - "path": "devexpress.printing.core/22.1.4", - "hashPath": "devexpress.printing.core.22.1.4.nupkg.sha512" + "sha512": "sha512-GOH2LBGH2bJAfmHFnVcrtHbk7cjzFzXH7295MlqjE7ubuBIOYzo0B/0QdUaGp11c4aTQ6Ikbkr1oSVetHjVm8g==", + "path": "devexpress.printing.core/22.1.5", + "hashPath": "devexpress.printing.core.22.1.5.nupkg.sha512" }, - "DevExpress.RichEdit.Core/22.1.4": { + "DevExpress.RichEdit.Core/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-lydIlmUUbhDVVgYafrHSUOL9AP0G4g4ILlp92gjnGpGQnYUJ9jIDFNBPRxyFDJV6dK8FLT4T2ijbUp9zzt7BSQ==", - "path": "devexpress.richedit.core/22.1.4", - "hashPath": "devexpress.richedit.core.22.1.4.nupkg.sha512" + "sha512": "sha512-q0w/NH8jBkWy6zxnCyX0wM6x7GCPmDJZv094mBHy0Wch3nLOCPom/XN2DgpxV5t3veJ5wLiObjWyyrSmgc8Z0A==", + "path": "devexpress.richedit.core/22.1.5", + "hashPath": "devexpress.richedit.core.22.1.5.nupkg.sha512" }, - "DevExpress.RichEdit.Export/22.1.4": { + "DevExpress.RichEdit.Export/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-VKJMXv4PUD2kNeI7QU+/gKVM81Zu/UcQbb3nAwkmCICubti9LDBK5sOlOFGUVTQ4ZDK2Ggs6zZhnoxNoYvZuXg==", - "path": "devexpress.richedit.export/22.1.4", - "hashPath": "devexpress.richedit.export.22.1.4.nupkg.sha512" + "sha512": "sha512-LW/j3YH9YbiatexDamM5cyzripge/jJuQFgmcAxUtvd5hWMvVJE+/lEULAjWAyWE5XgpLEtK5xA8o/vialJ9VA==", + "path": "devexpress.richedit.export/22.1.5", + "hashPath": "devexpress.richedit.export.22.1.5.nupkg.sha512" }, - "DevExpress.Scheduler.Core/22.1.4": { + "DevExpress.Scheduler.Core/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-dgpTZV3jVgbHmp/uk2t5scLljq2l1n1TzIRq1TNqwMITmRbINIysR/BtOos8X49HdYg8uY3IZf5+JarZ9ywhhA==", - "path": "devexpress.scheduler.core/22.1.4", - "hashPath": "devexpress.scheduler.core.22.1.4.nupkg.sha512" + "sha512": "sha512-7oPpFKHU+pLB/7aAoX0/Q3eUktEdjFXdZsWsRSKbWmzhBSnClfTWjJg6XPmBxoAFZq4+qBgoJqpovCw03WDKdw==", + "path": "devexpress.scheduler.core/22.1.5", + "hashPath": "devexpress.scheduler.core.22.1.5.nupkg.sha512" }, - "DevExpress.Sparkline.Core/22.1.4": { + "DevExpress.Sparkline.Core/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-sD4wfBLAFSMKNDkjEMGrE0mqe3Qj9g1hSbPvAXdMe2Si0bil+0+PgFuuVD5q9PrXb7YurRXyndC15OGGo89PiQ==", - "path": "devexpress.sparkline.core/22.1.4", - "hashPath": "devexpress.sparkline.core.22.1.4.nupkg.sha512" + "sha512": "sha512-mv7jgRTetGIggJtQ0H4hJb0Kgum8yudS0bVIcm9trFpLc4iiQ/JRwglIChlxaKiFeR7tMCkwbBTmx/MebSnjUg==", + "path": "devexpress.sparkline.core/22.1.5", + "hashPath": "devexpress.sparkline.core.22.1.5.nupkg.sha512" }, - "DevExpress.Utils/22.1.4": { + "DevExpress.Utils/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-ebKw8opYRGyNo97eLypM7zsKg6K0foGlRbLc4DQt9P0Z4QFU7WosNROZicMob9fGgRn61Te8rcckNTpjRR7uyQ==", - "path": "devexpress.utils/22.1.4", - "hashPath": "devexpress.utils.22.1.4.nupkg.sha512" + "sha512": "sha512-Oo2effeFPelpooKM70wzvWn/UBFxDpT3oGv8qAPs+JREx3P/asbV0wgS8keTd2wgseqsdfhGJ5hxr79aUX1XIg==", + "path": "devexpress.utils/22.1.5", + "hashPath": "devexpress.utils.22.1.5.nupkg.sha512" }, - "DevExpress.Utils.UI/22.1.4": { + "DevExpress.Utils.UI/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-3PQIMyoDacNUKv2qS+Y5TdIyjg6mAmI0xE7kpLFMlVejTA4TnYEaczsvxMijncXF0widpBXX01fsZTN8Icwkrg==", - "path": "devexpress.utils.ui/22.1.4", - "hashPath": "devexpress.utils.ui.22.1.4.nupkg.sha512" + "sha512": "sha512-f8E2AvtZSRbIoMD+OWbwCdjv3mGYNMiedvRMJhtXWFdyCkun4khSyTkq5R/rvIXfNy/gsqdgAdhDhFcgW6n9oA==", + "path": "devexpress.utils.ui/22.1.5", + "hashPath": "devexpress.utils.ui.22.1.5.nupkg.sha512" }, - "DevExpress.Win/22.1.4": { + "DevExpress.Win/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-fXwaXJzpUyu/NxjsUH3/fEjb8Xpp1HFVzfjYDyGyAauGoot46svppix2h2d5pt/FmNLrFV2KTeGSwE4yrRBfGA==", - "path": "devexpress.win/22.1.4", - "hashPath": "devexpress.win.22.1.4.nupkg.sha512" + "sha512": "sha512-9ChUkgPkdVk+Z0rJ7QT4/4nXewB02YEFUelOn1FvYXeWso84GfJ+0OmUlVC/Oh5Vee0wjoEDB8eEvt9c9Ivedg==", + "path": "devexpress.win/22.1.5", + "hashPath": "devexpress.win.22.1.5.nupkg.sha512" }, - "DevExpress.Win.BonusSkins/22.1.4": { + "DevExpress.Win.BonusSkins/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-Q/HfBXyP68CacFbgaxZVgo92DSKu3GffpPDUkfTtFuYIChKzMuvinKZ1CvV1DiitfqPNwh+UaGANGTd3xNjOug==", - "path": "devexpress.win.bonusskins/22.1.4", - "hashPath": "devexpress.win.bonusskins.22.1.4.nupkg.sha512" + "sha512": "sha512-3EdsWLLcZmFoJZ8jSXczLagu/8Lf8IGTQ/+fu/0OuJqJclftk1a45ZJvnB3myznjQUPxZA6geW/VH4bYB8UBJA==", + "path": "devexpress.win.bonusskins/22.1.5", + "hashPath": "devexpress.win.bonusskins.22.1.5.nupkg.sha512" }, - "DevExpress.Win.Diagram/22.1.4": { + "DevExpress.Win.Diagram/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-jQq/O84dSy8ug3SOqLu4+OLfNRLhEMDagZsMgXskY+Xf7NY3drRsW9ixHkerhUZx9Uif6ZFT/I5/QnMIROyTLQ==", - "path": "devexpress.win.diagram/22.1.4", - "hashPath": "devexpress.win.diagram.22.1.4.nupkg.sha512" + "sha512": "sha512-COaJRJH2mnvrDefPbRNcx2jPMbNLef29yTMsjfE7+4T8OMOnqklhPZRNU9DwBUNOWScVGsJxf87BuFI/UPpHww==", + "path": "devexpress.win.diagram/22.1.5", + "hashPath": "devexpress.win.diagram.22.1.5.nupkg.sha512" }, - "DevExpress.Win.Grid/22.1.4": { + "DevExpress.Win.Grid/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-HTLBOdTzHWVOVO3+XafWIVR8rlrCznR33ZKQqh1zXDWy09rbCooBHaPCOn37ZSUX6beDmKQDYBSDCKQS4fs7Bw==", - "path": "devexpress.win.grid/22.1.4", - "hashPath": "devexpress.win.grid.22.1.4.nupkg.sha512" + "sha512": "sha512-Kypf9sEAjgGgGm5Z285jYchLV9lAE0qdAE8+Fv3de5VNZ1vdjrAWGcnxbErgPVJJoQ5dL/gYy1MaZqhVaushcQ==", + "path": "devexpress.win.grid/22.1.5", + "hashPath": "devexpress.win.grid.22.1.5.nupkg.sha512" }, - "DevExpress.Win.Navigation/22.1.4": { + "DevExpress.Win.Navigation/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-1s6ZtFDqHgBPdDGjIJGaDAGbXGC6DuwP6HshKtU+NLsZiQQExinyRgD6Qi3s5kpvGiZQvwnEw+4bGJuH2hm4Jg==", - "path": "devexpress.win.navigation/22.1.4", - "hashPath": "devexpress.win.navigation.22.1.4.nupkg.sha512" + "sha512": "sha512-5QnoerZd6d683wXBDNW488lEDPjvBM4QLWrnS1rX+6uLxzB4JyM4TvGGKcRJAqrf8mL+kmpF7/WGHvccUP88Sg==", + "path": "devexpress.win.navigation/22.1.5", + "hashPath": "devexpress.win.navigation.22.1.5.nupkg.sha512" }, - "DevExpress.Win.PivotGrid/22.1.4": { + "DevExpress.Win.PivotGrid/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-mvA99zF9uCCR47r3GNeW4bCo9S7D8IGc2YFIfRczhjU98W9um9AWm4Pi2qrh6JXf5RShyBUoKk3VhSvDSRzmPw==", - "path": "devexpress.win.pivotgrid/22.1.4", - "hashPath": "devexpress.win.pivotgrid.22.1.4.nupkg.sha512" + "sha512": "sha512-2k1GjZq2KkkifDrTpnhzShVI8rI/ofXfotkikgnk8AXUdLjj1wfbrqImZKLdlUbtoLbuISlGDwwAu3opc3LLIQ==", + "path": "devexpress.win.pivotgrid/22.1.5", + "hashPath": "devexpress.win.pivotgrid.22.1.5.nupkg.sha512" }, - "DevExpress.Win.Printing/22.1.4": { + "DevExpress.Win.Printing/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-Os9buszvemMFk6EdR545VK3WW1HTxzUEypWE6usYtgg12tPN9EgpzHtz4BnHI6wUKqc6U069V/yZw/ryMifVSQ==", - "path": "devexpress.win.printing/22.1.4", - "hashPath": "devexpress.win.printing.22.1.4.nupkg.sha512" + "sha512": "sha512-tL6UCg2/0AuW69Brdcq+twSWEI0N2217a+8/bzF0YUa1DKLuE2COkPXWx2p1A9VAAwXIyzaeKsBiPdtDZ00tww==", + "path": "devexpress.win.printing/22.1.5", + "hashPath": "devexpress.win.printing.22.1.5.nupkg.sha512" }, - "DevExpress.Win.RichEdit/22.1.4": { + "DevExpress.Win.RichEdit/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-T21AUdA7ChH9QXFYNn7oCqtz2Xrm8yncD6iz5RwpAPOBfJB94VuiNLOjywa2+atkSb9IQ6JfZvnyvn0hbxS+iw==", - "path": "devexpress.win.richedit/22.1.4", - "hashPath": "devexpress.win.richedit.22.1.4.nupkg.sha512" + "sha512": "sha512-bDnt9YsAIoBNMPNU54X/gTVcHgNgZGElfjIgrDF5l8vcY/p1YpI/0mq+3JqtSeWx64mP/EA1EAgAdkn2rhunuw==", + "path": "devexpress.win.richedit/22.1.5", + "hashPath": "devexpress.win.richedit.22.1.5.nupkg.sha512" }, - "DevExpress.Win.TreeList/22.1.4": { + "DevExpress.Win.TreeList/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-y82wvlpwwq9APT4h2qPfaE/iE2XJ9BsV3Xn+bJa2vljtCSVrGFDXnFfWz6LKpGHDzs33EtG8oTc+rs3CpuVibg==", - "path": "devexpress.win.treelist/22.1.4", - "hashPath": "devexpress.win.treelist.22.1.4.nupkg.sha512" + "sha512": "sha512-Ttc2SI/u1Lusu8L8UrCerYZSKbpEJS5mV9QgZdcVNlq7oney7LFN3Oeac/X5JK4uCgyQVO1/MB8ZfUiBmpcnUg==", + "path": "devexpress.win.treelist/22.1.5", + "hashPath": "devexpress.win.treelist.22.1.5.nupkg.sha512" }, - "DevExpress.Win.VerticalGrid/22.1.4": { + "DevExpress.Win.VerticalGrid/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-hhJWZw5GoESy+wTUmdP0tQ16aXG2AxRE+WJuC1MY8OTShtGrIL3s/M2uQ4p2KrnB32ihk2vAojGmH2aZTYyJcA==", - "path": "devexpress.win.verticalgrid/22.1.4", - "hashPath": "devexpress.win.verticalgrid.22.1.4.nupkg.sha512" + "sha512": "sha512-J8FQisCdOHMACD17zv/eeX4y3Jd3OHbNLwp1Hdq5k1IYM14mSI0hvPHxHL02Ca6nhwmtplbVnAGqrpMV7H+ahg==", + "path": "devexpress.win.verticalgrid/22.1.5", + "hashPath": "devexpress.win.verticalgrid.22.1.5.nupkg.sha512" }, - "DevExpress.Xpo/22.1.4": { + "DevExpress.Xpo/22.1.5": { "type": "package", "serviceable": true, - "sha512": "sha512-pzanRam9K5Qj8MrEx667+2VSBvDZp2UA/rgz9vY7KgOj3Q5X3hQiSaw+7qHRyjGwKYoe5B7EU8eU1B37ykGPXw==", - "path": "devexpress.xpo/22.1.4", - "hashPath": "devexpress.xpo.22.1.4.nupkg.sha512" + "sha512": "sha512-+xXzXQaeWWsjiFnZH8h7WoitFeVbidMn49xsqiS3+UOWlJNIPs7ZXa84Zi6lZpjeNYwe/K7W+IqFArLGGjdLDw==", + "path": "devexpress.xpo/22.1.5", + "hashPath": "devexpress.xpo.22.1.5.nupkg.sha512" }, "Microsoft.CodeAnalysis.Analyzers/1.1.0": { "type": "package", diff --git a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.dll b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.dll index 4c81e340c814cef16bc018265df64ab05337337a..0eb40390939378573aca2391333a8f5785ccc1c7 100644 GIT binary patch delta 271 zcmZp;!_;txX+j6f#NPBYj`Li0EfA~Jot9J{yz@5&M(XCl>Y4Wv%Go0IVC+gW*nM}X*npf(A zu*|!QNq-(*SwF$;vBOI-+jlM}*k-E)e%qFP!Y$SBX!@Uv@k>wC{5cf$<9c5|`*N%D zuBk;=zw;%2a_5MyndSBF#iNT!TPD`bS{cD0p~UrRa^A*5ZS9stu3}j++8fW$kk0zg zxs?G3Ziv;do19P^ARt+AEUoSYo7*16@|`a;FN91!P}`~i6?|p`6$Gl*`Mx}W_aA8SopfMkKuYG++L-G?Uc#K4rayB3AnkCd zc)bvVtdr2JXH|h#EvIJ{SLdHJ2^Bx*F^OXX`=MN~W6D`CQa%2peO$3FylC#lyr#+n zxtHv!4%~d6^jQAGmL2cU{A^`5-TC;4_{qtS%VO?+E2w{Dn0}M@o%+%TlNWer*3Y}Z z*~0(?=GrF~Pfn-}5Rm`9$8omzY5&Dv%Ky~A6}vh4Ky9l6RPa4a5TrU|)}8r_BTN2& NIP~P<=G3~``T+1ggOC6K diff --git a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.dll.config b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.dll.config index 3cc3768e43..84fcae9252 100644 --- a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.dll.config +++ b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.dll.config @@ -815,6 +815,12 @@ + + + + + + diff --git a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.exe b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.exe index 0453e018cdda7b53291fc713e6f2637b72d5540f..99640b591cebb854690e6857c5551c1e2ad6e53a 100644 GIT binary patch delta 209 zcmZp;z}|3yeZmW7L+Lyy zfPe{zbAdRbgOMSkh7lyh0F&bZvPFRS1W@h-LT>x~62`sk0<{}gxHlO%yDaIisgK;h MfA;pA8pbKv0PeXlwg3PC delta 209 zcmZp;z}|3yeZmXo$3HhUzTWzpQ96v#d^>wM<4#5(eK3MCT*}{oA(bJS!GOUCNLm1~ zC4(7I#0ZE}7!rZvWrJzt%we zk{E!135aunIHH4*A)V+;em09bRCVU0}%8-Oa@gL9($B1aUx62P69I z97&^u1w^2KfjYP#h#CD?*3}v6L7(HnGv1Y8f&OdA4MFum=x?(Sst@{GBz(+2_7baA z|HhbeuPHZN?hD1W{Hscf6S(TOTIK2~9<4`h_ML zUsMdl1XcJlL9J+V@?(N>(KPG_{=N>fA+LjK(A0pYVKj}S=^C2ul3AfgXj<@Rg`@&l zA#*fEq3HseaDkvMYaAp%VTLxM$plU2XtF`mb_xsRhNf6FrJyMTO$eGwD4-Jfj}dC2 zFhZT!Z$_y9&)=D#3lt{kGWMGZx`{sDr$0ZT|NHVE_5%gk%OK9r3LOh#g>unUjQS0= z3aV}&XIy2`QbwHu8vdWN8K5N+EBd?+O>Aglfbz&_-$0ybLi+&yorx^7sWR+CHnK~_ zg)&z$ut05I!)RXTJmf@4x^>@zO(4Fi66wo0v$$kR_LgoH2U1>heLA%ay*(>l84c}pX|-d0`+b4 z_hx2=X8q&QAHo4uXudUI7|nwNX3@Mo0AgW*)B>f^d@*pCl?7^~;MiH9q#ztS8{~s} zp?!s2lxcn7)qTevt8!@q0>8NXK>*(vLYiX+b`Dq#$`stE&b^Luvn!4IrhK4>Qe_vfaT|=_IKUtgPsH&&u?_)srH!?6F8~AByYx?1&exeEt134RnnB49H|nGIC}8 zG<-Vct`CU)lr5KM<_CH4MG5_^{sFmmNdE>Icxz?Z1SIXw@Z;DEJE3S6Vg_wuvC8m8 z9kPNJKIyt!1PzNqvniw7ls|?#w0!?~>*~<{R78_c4qm)`a|o*9hO~ETXw+v**j7mh zy$bH8g&`q);xJ#|QXVAj2$^MbX?zdUu{&D+OEI(2xEHD7lYtBFEd7Kac__cU0%H22 zgYO$)O1H+VIHHB(8(j(Nejy=foY=lGs)W4xAhK_e-v_@+)8m&^pQSCrpAlhxIbsM= ztr&tdA^&8NBW=sdR*lq}bdv|0M=i+FmixkK zDZd~b%bxK9niYUZJHBk<$jLGtkbapGIpVYq0CNATntJ4%0^wvJna4`I|%P7ehbFbvVi1E z(pyi5GkK%$%Zo(o{%Ip2loUXY_@5^3kZkRRq?4ebBopnMa)S<)=_Rc1rxo3h9|E%Q zop9%eQ2b`d*x>phE0)6!=k}D>)*YeVLi7ct;i8V|8VI)?%GmD}ZpwC>97b9pO$ zpAZFM1$)Pq(_>H-1El=kS?}Jf68o}{b7~EFH%6bnnk60NlBP!$U_@_o0lhmf3QfvC>ApQ2#~$W37}xE!L5L(+1P zo$;poW7bP{RsLOJN!~R_5N22!R!gU4Lh*r6rKqnyF}2CErdGi zR^Gp=9$xtdkrR=Do3|Gvf=OTWrT@>fJTPIP&21@nh#-#a5s`;Cjoy0$;dr2;Nv72X zHVxa7#&GX#P@xJ^Dk2B#AKTUp4f8^WzZo&RX(UIW)@v*$nS2?~>CZ)F(fPTD-dwi7?0sBGO`fuyV7*3N#Br``KblTlUIZ_Q&#H zGrs%!B?fqj$-sD1>5I@X1kKz^tBcE8m?4{)MnLNYF6UIC;GOdY0NvnsYZ;Tx=c&@77)gE%C3 zB>$UuPaizk0IA57`*+bM+N{M$QI7jI()Xst4qjqNpF3I z0n(D3h^K@A{IXJf3aWx2*RZ>V!M?w(+fqWeCRX>ku0eEVQt;6;&@clu{^DMY(R`DA z*O>=>y;A9xYnYrBl@=O7cSB)N>QkUN?sP+)$3;i`p2_)Vayro~bQp%8JT0mNgO?Lu z5&2Q$ky&G|am8aL)7Uj>NVp^i{4lcoE9A`prKtSW4V&`9vo=gD9xaky2HsTpYcRvIJ~q<+_K$narh_GZ@Y zn5JMUZe&DC06z0A?>+EjO@-&YaOHc`g5o46ZMWEU7{n+o1G5cOJqJMk*Nch~friAQ z-QB8ji1W&jS)7_h%O? zTL=@|6?yI+nbL^HfLUoN*yDv*2>^QRZ+O2s{?Z{Ydeh^87g7iv;G*|tQvA>q2t%Ve zqLMrJr0I})m9C+kMD7}fOzQE&tvu={fUK5v=h~(dRPfzYK~aOW)jR;v<;3xtUjlw< zsTmHE-FMEm_juU~>-vYBC?bTs-N+9M&x9TYGSYg!2nCkcn+|v|#jdxD=Ei_CGV72# zn*4Cgrm|Gv{z@8-Pm))Ih^UGMTRJj5S%c`xUK}Z%2k`*$j>v7wra3e)yDthJwckL; zHp1^$8is+g`K{)%a*5i zsx3WF^#*f}D3T$&=3h~P?n{s~1GKutw4G(c3)4<(W(JudCeUnYcqp)^7bq!sKE|T8 zT#j!~d{SR*Ozp#DILmE-*-i=1fZ8+VZN3bL${lhF2d;=YaK&RlfgCSP#`T{BZqIHE z&D~x?u<5;+)26-d=>!H$$??G74yM%u!2M@(9owx!>)KnjiLui5ekdS<2+8xnY4cGR z0H8!|+T0RZfh$wzPCi`22KrV6ag|>WTW-%R1${D;!P1&IU18nu^T2fx246)CC_p8w z)|)N^U-nAhjBuSx#y5?bZu%8$g@uqJ!H*mkNr~J~pAV>SmPyKR^W#NLh|Z>wtEWRbH&^46MCPFDf~!ErDA}+f*8CvNEeIi-{Jy08Xm>k z_f=GBI`888gaP>qys%|e>Lf7dfUVs7m!UN4)ZfXwZd?^lzPORmAQ44AxJ;GzB5=)!O=R7YYLsoS)@WMuFHQD8&~8Oem_@Yl z2G~5YpAGFh8sJzRrZS!O(!tio#)+ z#nY8ag(Wcy$>wbTxd*kK9{+O$D!Su=AP1f;Q2iVuF-e42zx&Y=^O{bi zSP7ldl{n$6e$@>CEOpRa^?o`>tR-15v$~gE_y-h(@eYskfmPD|T)xAC*Qoj8< z5=8m~JyGI^@0_Id0ca^FR9*LVlv(y(qUoGzI{XLnR%Vf+cXIXv+8hXL2bNYh-Pka@ zQkw*xPX!_WP1m3Yyp=b=M>LQnu#7yh3Up(9aMA3jaX0P!i_r8nfyyqV0BdqcIC>WtXs9>}>l_DJZ@basNSdCd_VfZ_zb}Qt~2+f`6mKb#Lwn}?yasC^F zeHsAdoJa?#G`gh6uV&7H#&mD|XnXvghG~9Kb4tg8S_US`Q$+x7KO%Y$0OuN)ZtqtN zv8ueL!0ad$JA(lgDzfm!CmlzCV~gxXF6<68vFma^R5&Z>Re}K@RD|F@p0UrMCm-xT zjHv8oGS3AN-9!yHRsu-O3HZ>DS_;EAp&WNa)?Fnj@Vz|mDzIM4fj6M=GlPD5BXco6ht}aTDYZ)% zsoo^D)|qbBnPV7}EYr$VGiW;mS=tFy|F%FGEqL7R^8`>YyMs~SN_87C+4Z;ZR9td8 zqNOH>@ThUZeh_0Z7#(@O6T4P*S*;82ujJRPzw!&!c4w^Pd&_L)cAIx1;^&2cZ;$?Gj*IVD3=YC1}n6@D#2Ls-! zbHj(qC3-=FmdxfIW;yeSb)&+5k-xQ5F+f2>94=@$k1c{U<7!891xbt38?;aU2wvsD zfN+fsa1HmBS`an|qU>B-98cg*m)*uI9$L7I^=AtTWGS7`21X96Gvq~`d1y80E(_<` zOQ~SMI}LvLyj%HEEM$03%$uA>^v2D13(9tOB$^5BH`>!SR-P&fz`9tekE+bYLAKuEh->^%X4zQp##( zWQ-quv(D+96@<>cJc&a3@cW34W1uki#icyag4?KqB9@_+ZO4+z0@c-EXAA8#rt_-v=|cFRi-@0QyYG zZfrOTkeP!IA~%;gS{zM&$vm@h_ghRxson<|G#)O~-S!z`6jY8|5*59H&0-K{T z;IXzK{6M>}9RQAjGiOc>H<)I|G|zad?3BR(bsY|v<<{k&0Qme!>$3GjqGiG%)8rq_ z*LVORYZLJ&eB84VP62M8tdgP!a2Dp*YYQA`k-(G@_-b@}0@pT5}sP;|gHXhL(qBD1>Zsc1^B6de+UDPwOC zAVs<@u@3+FwnesJSlFDdN-rJYK-Bffa0YF#7?>P+@p^s#&LH!~(X(e*V;96QXjo4Q zu6M0`2jbNw$~j-q*Vz7Ka(Ov5ZN(f(&=*3u^?BgxQCn;)oZnLBbiBKon0Auo^;By| zI||4mJM{VCv}~)Jz>bAIq+t9fnq~Y;siduS{Z~;y2R_zWlmiOqSd|lV-h8twaU0-P zA8N6|YA@*X!k)PozJlT4wc4+oP`f~AqWmy~IILDNz{r3XZesJmob`+C&284~39F37 z2Rqp>Gc=%p2(sTm5Y`yaK@TA4)id`*5O?1-v!-cLUV-SN=2#Q^48-6qpROhY0GH7b z*ZZW?a!~aLvD70<6aezp)QCuMW%b`V%)UP5JU|C|GW@6G`fQFru2#fBegjaebn{2Tc&N}zLZpSSBZYT{mj#<9|;y-b2O%%xBa;Q&> zdMp1svxyFH)5pwUX-6LLnVg}FPj#%meT#8~$Vly-Zy0vnhz-dy;)ja5*dGr$E)qsb4Ttq40&SA3+wl_U?b|-)u;@CIyHyVB11VJu9GGI zKrD#TW^UL(o%#hxQ?av?IoQc>f0BPJJA7XM^dB&2Gap0eMz|m{zgYoR`rUK`NXV^GB*+Xh z+m^=b*KwU155oXs6G>QLOFT9w?!+fa-`zH2cP`ZYjZh6!Un>=Rak?O!#a# z!)O@*=(P(M$xusn$fUrF1i6qC_7q>W6MVP2p7H(6dqeQOJvEC!VSFCKi;#HI+VLr2syol6IL==EeD4g zBk#DMu{RD7PgnLtiC2mwqUH2H9hTC%58Pvy*vzwcl4_Z4#dTt19`l3TtupYd7w2Ds zb*<*5%!kVw#b%u!PYt)OkhUYnTQ|b?ogFVgMcTOH_Jj4WEIWAyac2b3BSpkkHF!&k zN);%KNhFKL8F3PFm7krTitkAvD65N(-U*(7ke!=7C<|GC+%?GMTr21``X6f;qNx zyBCL%BO@Y7VSXfx3R&DV@>Ez8-mh%`nngB^(_yBZvrDUCl|JG)EPB?}A7t&t-uenw<@ja47-)c18&oc>qapLY!-leBRl=?tfbV);>rD2Z`@HINN^&Pd;|Zl zO&=6L=7HF8EUS_*y^%!dn#=sWq+FBYygwq69I9>_9&Szzi;E=hTf1+5I#GpQ<3dn% zTmRMa^gjI2YrHfgNs1)Bf?1Tm|KD@Tm8sZT0N1`VXd)Qon-3t{2&2NwqIB4t>PNPq zhSJ^hwDaC4aEOU=4LI08J853Rlnm_4aJ%f_CI|X_Rn&*d7DEfu;#)d@5#78VT(7S|NPydP|(Zh^YO1ugv7KXKV zDKr|`9%)^SU8cFlA<9divE3UFP-JE2xJGZ2W#P1V1j!ELd3&SoC zPkaZ%G-1*!u3Y)NL#}b-rHdS9TQI;8&kN@k`5glQ{9a1@K-^wJ4?DAh`KHlN7?6$^ zf)#Dne+4Q!1-Sdn9oIR;vqZJGN+L%v;0j&@ws+fo3AD!bb!{T;Y^QZ?hQP!z&Z-g& z;I-y~kG|_K2P&2x{QPn1_#HwwqR3D%e)=8;SX-lKsxRp|KmvQ@+*c)`{gyR_I^XI; zELu=N3oZ~<>;d{qSQS?jUda$zu6M<>J+$>l3k8sC)|_x}*n`Ue_~K^1&^PnS=A7No zC%@Enn~_CpdAO5T@FWmD?R*?J9~y06;o=vY#HTET77EM!-8d554!i|ekGJ;qhFgi2 zNISG8r261TB!D0lHz93S1j6^?=n+JC;;C&`&ASsNbMxHvUjHwEJKB<8fw@6XJ0NQR zv*Ql65$EgIZ5CEp3k~|K)&GgL{o*0h5DxuL;{KU4#@WTz?Q!BA@saE-|69jd-GUrJ z30ONNbH4L@44PXxaQc(mOLP2*qZwHrLXJ=VZzXydezAXzjrv%34$3i$PRjxVtJUrw z-PMSjjWn!LJ6;X?C49R)t(R0~o;W#E&n;X+MY3%qYf!+d6h)fmeQ@d+3|XJ(~gVqA(wMHe)2f zRskm1^Lztd&>d6M($bi=IXOityPc!TkIdQ%A$_*oFxhbK69D{cjxIXo-ZSe;G8xR= z;39+q;&5D~+bduyQ`7Rx{t-)DBIV0^$EF9DvDzwj8{iPuGHg2f=tA5YuET7WN{F;e zf5#(;0TeqP+!h=Iw);(X3jfHjx|h%t^uWiErbeZ=hd`t^f+NAQ2AFZ^hVazE%AdBa zL)A(Woq4TDx1F->=&DpFFr&!L_3Ah8EJBHqOixfj=)_+kR_Hen^k4sl*`Y7Hu?=jR z+DE1agJG+L*ESyw-|e$ORPE*AP*MCFpzJGin&qdTO9m`+cfdw91VPM8rWR&aKi8+uYq5y_~1*a@pp{#o2A=TQV2^w!x9) z8%zrLJJyJXd*1@Lu>11GyEHkU2&@z?f@{#e1fhe!B3hLIeD6>|nPpgXZcf{zT>?mP-=|(v# zHN=C_L%q1N>y9`JzOXjbg~gw!grpHAVeW?&17I`o_+I0Z(vYorZef13{Y>jdWQZsh z$0{E<3~Cn2YF+$LIE_z#ct7E{BVlc-z;tYnBGdMheEyu^s(8vLL7ml`K1Rl$$_eQ9 za3OWq&=B1&dvYk1wsyxKv8>+-&H<%MPsQH^`q;E>@|7_vI>t2ceaJX&NPz5=n{v6N$%SR9b)rKgSp!ablNE*J+)2 z=o3WtjkHJi`)jepPWyzuD@P-ukYn)C!Yi{b3Fe(USjP3}6&%qIAOE>N`q0SH3Id$1 zIn$RaM7FH;`uei@aL$^gPRIai!_A=-Z01+w*cs#(w#A`eHf(Eu1^-&uIFbEBP$STD zB)$LVTFS5)<=*em@!6f84kebIEO%d!x#%YR!&{=UMz6Fhy5Kbk8m0-``0AU(b^}2P zvh|;?zd}zb9p#_xFS)`0dyN3Gf(<9(*hZ*D_MT$N#euNT-=%8Txa&CE?X zgx)6Zz&Bh@+mMH@vT)N#&3E8lqs@^l_~cKxs!HOy9`6H|h|rFW@PO0%GDw;cy8qer zg3LiKLjC;axsER0NrbpV7B*C7!0y&vzPE8n@8!YOdHj02!B|`oN#CIe-xB+b1%S+5 zvFTLxRzjgM$0n0Aom6CEhm1q>``bT&&N`0Jz(<_UcFlt`mvnd@DE#q21T~80i;gk$ z?D+R~I;?#p1JrVkkZU{;#$(ev+8dG_bZQr3v{MllrXDE-g__w%ChI8A@r5Ce2~=gK z=g7XDlJJ5T5!)ek)gN%HwL9;SXg8Lez%@UBwCq%aiQenZf||T?kEdpKl;AS;GwyG; zZ#a(@N;~hML`0E7%;}x*=8+yYCRASviZofCB6NrpJQ^b<_pjL&QAu@Eo0--!b1@OO&(1Q_&$-M7;xmGcP& z7R#4^=)VoaYFBx1!o-=Em7sRD+^)bEvqvovdE7yn{`o2lnDy8Iuk#N}13y3=rSV0gIhEkpLuINel4xX8p+rr z0~1Us2zc=~tCG^bdLYeoV7&TRj7*{|@@tPMGP{Qro;Tl(9?{TuKflg*tZ&+7Q7Zi0 zf3$6Zf&xnL`>f;{;7oRb9P2FYy;f)aGJhSBIuwL#^^%2Y!HE^1<|SplD{+mjcD3@+ z37$nCj<@gkGGu@Yt=dk4(&h%EJCAKCxPtRk#rqeWjFAa%arn-aM(hnv*Wntc;`Mlo zdMD*P(H;A^kX3Ja7;0+4E~UOzu2lBW9^(cKXfvw`-}w+@k{C=`)+qyG^_&Btj*6W& zsg$%N61R0G5=v5lXHPuM0_KK98#N~AZLvojB z;n)VJOnpQ3we7YGxI+8qo!BX*?+IW^P)GrkPY_8 z+ZWIG$DJHSW_=al%)SL|!kHp-yNc~2nU~CPe$4mmP(&pCBw@UE+Hc?v{M$0Euqgyz z)6`eO%U>XY778Q5ew?sjqz={$rL4hq%sZbs)Uv0gFi1Q$Lyr4N*c36XJOg@NrQ026SCJ z$!oXf>uBe(bz_@UpUHemp;@=0?KaQ)y=xm20D{dw_;mO0-n4sG7dw0UP+@-5n6;*w7VW@Z zP6dpgR-kIUwCliC7$4^SV2{ZAOT&dag4kR)e&02dRaO|^7Tq7WABs&!JpE;0aW@40 zZW{gHIz0I8i?#(=6^kCZytu+nL<_|gEd3~vf4?itbKTqs{HdSFVE^G_twn;<%;DGH znWT_ue=)dUe**m$SrFQr!Cd`wu-GQ2F2A#3OG^yG6`%lri{+n!W?7*dKVzEXh;24K z%C;<{21)veO@K1|ZHoCG=m~XKtF9r*<5md+KkB))?hGTx0%YR)50qiwJZkm6aqIkW z&8E=ISX=SY-6wP}xRL(6Q9gTMBpIylz7Hggj>(9dAG`455G8V@bB+81HXAjp0DYFh ze0Q|3{BuMVg&3YVMWujN>!?IenKV_{42t?(Bt@|&Ay$EsFndl- zHu$jQjPrP-82U+CDxTxuUOr1Pirg%y zzUbaPY;Dh)wLcrXNjz1TN5(k|yIZJ;{rO*E1~*+_6=+>{P{ac&{b^5KW2zW-Mx@;3cn5VmZAWwzU{;|yvlXz2f038vKUenU}B8$ ze1a$kiNRZ|g}Om6ja(An7knn%=Cr@_v#!q9zR2z%*sNjY+*vS(2~7))rg;@uw8=hX z%*qvv-idyifes2YQpDPp($f0rFEEPw9rW;>&+-W;x>mBRUixlFx`HI(eMip?g2hzt z3-0!=TOFpQS7P!>MZ&V}?}A7STV62?L!JvD`-NtE*gz%#G6j$sfXohLp&&~GSv|;Z zqnQ^^dwNI)BOZwG2DSf+Ac>$qNg5!t1{oR6{*ePjkP^_$iw8WFf^4MSle&|EosAJ< zj4xnLP-yQ6|G~ftWP9--owQHN{~tA&rT#uB;~$1*n31H?_L~vs85w@H=S8b9{6CBj BP6+@2 delta 13785 zcmZv@2RxSF|M-8|BP07{WREgJR-*3PzPY)DNQ)b{y;nPXuXGY+B!q-AGD4}Oq0-b+ zZH(*Lj`Sd7XV3`OMP$ndN}qR(2i?Q{0bXzwpmi zR{YsHIx-;CFABr|>iIB?9sg9^=!~7gpTp6!^+t*X{wc?gVda7NceCIyFZ{dgY&W^s zZh%(#ZO2^PNAV|y>enjs4;*5VgUT#1aW}WIVu2p4*j_xed$3{mJ=ri@FE(rg9t!a= zj|X{gTnxsB9r9+wYVcs=!-l2fq0I;V&V`W}T-Xsjl;fcd4?TG3!@~fB6T63pH@=*h zm>(y$1`k1a=){A8Kg!D)hw%omV-k4K#lsprknms~z=1j7AsP>R@Q{dy3_KhNK$*}V zD^?Z2ik%|9vtrGQzq4VT0c=<=@tqC3ia+0GK0joB4*$cB2EYgwX%S8=A&?VG$3q@& zH(V>Mu;nW2Jco`NZWL7Uzs6?4zR)@GXD&Q&KPb zoax<5{N9WIUgkZ5KkNEnY#dk=9&=**eB|)wQ$8d-)?~!vaRH+jkDD2u?0AX3p6s01 zkfCop{)OMK9FO(8tCl*7eabq#LcK)AbE>S2OhVjdTq44Se-{ z4D@u@tTEKqGt$;K@bZD{mhN3?sIJZM*4Fhl@?K-W&}I10wGDi{^}X~NKE6I)K3;Tf z-_-_sI{Mm1x^Q&q6Y$fn#S4qaF!eJ-W%l>F%nDx|$QfUq@Buy)QUGsA4)-xRcb37W zf8OZY?VxtA*SfGG@z4|$6jlJXtKT(Xy^`2?)6bwefe$uq_wB%k?xnvVMOcX%=J4Sf z7SE3j?0fJ#)kcm~P@oaE@wc&z1tZpSXLuwdDoV?O9!=MZ)z#I~(eeon##?fk{MsxG zbHqO1ImxI0jB0WGama?}jGdohCtjMD-IhWOQ^tG(?7iyFoG|Mg3mtBbpQy$YrJUh6j=R=zKD^Guq`Pyf1a{! zwC)o5ed&&t*9!ue6%hmP_?G^_Mno|c6*0GvRs9wThgYwfhzp-0fOVpLK>x(t3`SDG zI2BrR4|Bb;?)DagLyoe#I3Nl4;sCWobrK`VVf&||^?S%`?eliU8oIZYSQ8T3M3({u z+dX(Iv12X@twP;PCdfy7_X=HmzxObFA-Wvw6p4C^$t7XVqj&s1Y{{_eoO_bd`Szkd z6ctkhx8DaRVV-NT&vmf;#i?}2l7UKsG72m~UBo6Ez zY5dw)qBEsLbb6J_shu}*U=_IY`0-n;93Qj{kDRUld6-hAyQ22ce_5NMjkpRhPzr6s zM_Urxn)#TC52PGuo zbMYl$#(AIti%-Q`ZM@DpeA;WD%I^1E#`#UlK?zl``^H={MqNPn4d4vSyU5<_$N>1x|d zt`bd^TE)xfiziCRZ=^6C^?SSHF|3>eQ~GQg6fKx!TRM0?gq3q*9!^L|0adm0^_ZLz z);&d?s{4^+oo!G*FS$|H6UqQNVEi=rE9U8sy%GxGzF0F(D<7CknW+EI2yO(5K!%Yt zi@fNYLd(fbLeQexkwe}`zj7Ho0F)$>qON1*yRqj+FOGbf&9SI7xxP6YrlrFHTv!q0d9R`{Wcf z#S`5o3o_8ydU9JD3}VPT#Cz91)$jjQ2X`z}2FW+IFJL4A?736W`k*Ats!CwE@arx) zci6g22}C@tev0)9VwoFmC~3ZSGf&?9kec`3qye176Jf%iL5!q^-C;}lA)%sUSv5?6}&WH!n76Q4Uk*SY73H3}L9G5*T}%`VRA4hJ~tixU1ds zr{t*|e&_sJK_AvhssW#6v_6a^f@LUVb&LA>*_CTFDzd)NXNMD#3SjiJ?NMw5Z`Z*2 zL`_Pj1(~7`0x<{tn(Xu)%5~x^V&)Z3Jl462w?y6B`{V-6wD-@%f`wvOliB> zkWls`^SZ6;j0Q_9UM)aObxY$U=doTE?6+IqpM8Z*=BdZ_vSyAKe_g;1F6RSJU0jP% zd5U_)9DMb+W314~>MQs~?ULy}u z0-_f%ctBnRoVl7@hh!C;sL<%+V_4OdN!i58KM zQ)OwMbR!*awyllZR5Hhe_`&(AGpWar_u{nCLR@ZT$D1XAPHp7YK)W)=RkNdEki>aGRnyh>qYN z#z-uf-{5hX=#|^8iXSB`uL`#=CxDNNg39J$At7O*OrJQy5Pyxt?IOSKx%%Zg?aY%D z{s!97+e}&vFkZ`i$K+Tr{+G>nuJn44PA9ou=sM`Q1_AQX;Y=}Y=6~8zp;F(~;(bzv zD7A^7Ozy1dLc@jx3{VmU0V6M`k(h?2->liYTy0aiev5uspM}Ob30SWr48WG-$*2J~ z*I77EJ~Xf^{Pu+XLtyaRzltacft97?Nd#P^YF<9N$IUi*>nb~Cj=3KMpsBnR_>-TU zMSyCdk#$N@tXY}QYd;y`ZOsG_tSk)D`|eDk4z=`RM&!ATcN{XO99DhZH6cv^4Y-7# z?x$`bW9(Sv;W~Sk&#Y$W5BsE5yj(aS1}BsS0q>Hn=a8?7h9zvH#0l7)(8*05{@$Ps zg;dnQmN&gANPOq>!uq+aAlr%?3D%ya5xS$M)PIuNfOt;-bX-V#^Q6L=* zB1AW;2m<%(qT>j7BK0xgE0?+TvA*TY)VOB62|!zo9ez>~0sZpl2T`X|G4UEO;T5(o z?CEoNtT(_GAzf8ru=KKE6SBj9i6sKXc2^xLq+=rDkI4KTns7;q=3$WxX1h(CQJq4| zAibjcVR5%+tHV5Ht#j4y)D{FHHj2se8Fmmux{&)jzRis}Rs|6`rnRG9=?g6Us45OR zsvL(=;e0!MGH%sKn-{q>28-p>+L;h9cs$oZINVy_8za}`T&N{;G6p50(XxwDg4D#p zgevXq0^<^L)BHcs64;~03)b;mx`S-4rF-S42fwK8fjJ+&;fU6Z zMevuJ2>5gPNCAS_#yM6Dep+gIOjWMJ_22-@B4o0H4@Ah7O&||0n+m#f+Nj9B^lS&m zR$=Y`nReF-A;9;bZ4S*Nx9JVVucy69ZBK55Zz)wcxhSa%ha~52RwGG;Minn~{l1%b zpN;S_Iq~T4fP`9deuW75O!FPWJXx{H=3sMH<4qRzgM+NO1)3v}zEX-guzktue1z1d zSeTYk4yaHwBd#a&r~EpNBP#&uyzUj0cdQb3 zFaH=SqC9axOd@R~srlyxFZrbTF$5?xc0>k5FL+U;_*f?D7FB{ry>{gBTBpTmmDo&; z{VnU3x+KWI`f(hI8c298_7%r2j#z zi`MQ;-;KYmp%|c)Jf9vRgx%GU1b0%pUm&H&$q8;pJuE?XKAOVHTO_;6>Zo8_#n0Y=LyOQE zO)>CYZ89Ah$ZaN4q>87Mn&%|-WOvWl93B5}X zT9A+RM$AbVAH^J+s=0J~;y7WGf;haoN(gY@d_;J$oQ~)3jjKPAj;xtG7|!-imFQ0# z+9F`EuB8sy|$AqFIC4RQ;NwVyVWT>s34sKwD@#ql1dn}cEx@wg}{*28M&w}g` z_)<>{YU*&qkGO>RuQ!M>{T`KL4a=`mQi9|wqt~1Fu`nSqU>z%zfTVPjlZGzzOxm?r zzj}53*?0y4EY%Z$`*cLWrWUDs1c~*(Qarygp4PdO&^8hY$~ zKK=#SD*1$W=GCg3+>4Nit}tjFJz0sMvrcDhcdlnM&uo2c{_Nz%wTqCaE+=Tj{NExd z4uqEjrSFlR%0ufZA#^13nFgTQO4mThtd2%}TM}Ooi za{hDw^}ny$#WQorfpMp79U0d2d&Uo4EA9$iHwAN<;cc**#DEE$KZ*|X>q>yUmUrUceE;SqwhfnpFgVm3Z zWg<_me)^w)5o@ANgNpw}dA@!Gh(TooL0~4eD+x(xQM)SF@a&0Qy0JLcubf**0H+NE zV3>gj2;W0Jg!B;2cK;ne{oArwWqj~@af>DsS`OH!>|P=up;g3hEPmP|S#tTM-Hh4h zMJe2df?#vA+XvLe4Z>6>RfW&c%FgV6x9;UFjs-~7(SKJ|fcN6Mzgg)VL_*X1tM3)g zKDMmC#lCjCVLKne=Nc{p^rGNeq`TcQzq8L8_!y|6#L-^m_{8I0e$DN$HG zGT~X_cZP!3Fn&IYJ-ymX&Je< zE!)Pe{_0V_h8s?<5e2j1S1XX6N$F1_GHJfluHudls@Y$&m{Pdm8e;*VyU#xpLHFWs z2!{S}C1pEU9`%{}_-+x}Ys?2u49XMzUo+D%4O5@BKGG96G$EqWw*WE6=efM3Y$WUT zPgZi?oQr+oF1;UGceg{bkvN<*mH?BL1K2iix>6K{#7SOn6H2r-k!{L0Q@ zF_GR29rfZ+GQMNOu+^q#*^CA6)0+4nW?#9xm$pzSOj;`pc8t0AB4{h)?i2HL2dk`W zQta1V*EKOV0^F z!c-VEIj*WeKuN+AqmE=x>)Nr8a}9pN36N|m3G#lf`-b5snwbFT7}yxUvbBZjN;KOaA00P9WVsa#(hFQJXk8H?{13cI&Bbmpt5 z-P{#8Zy(?t85R}h8?EIU5EVlYHlyQRmN^nPo^tC)Ri4vu-SB?-uyxXE%`3J1C+gv{ zbqe5O`m=jzN;GESzJ1TL$Dxw*>&(ghFVms(I(eYXyB|LZ#IUZ;=hX+I3P`y{_R^Zo z*&Oihx@GXhI#D2P8drvZWf}D=xyt*0H#-i_cwGWHu#;#A^*gEX|o>nKx@+YnB`Db{VBo3dfUjn3lt6W6A zSi0*n-?`H)R;AQ@j*{$7F9ax&8IfVS%#xjCI0_NCB|1=SxT>7e_*AbdERju`kVGX3 z0+Zr%#7avi?ApypAv3Eg;SKG*cVZL?AcG_T_5{ih3zr7UJKmnMM$0Pm6>gi4hi$+C zY2YsFn}>OFV+IL^&tHCRu{o6f=RimMPyms8nzRI5^$jM<-_ROga^Db8%4QhhP51oA z5fJATwu`Es-!0k>q0Ol{8sLP>n-Xr zc}|z%XmYa?gYNBb6-f_a>Wl zE+a1qYchWOc77YVefBj(~T(p(tWelo=ZT#VP_m{uUcEkZ`(6{&NJ(Nhxsd4vkF0(7Bj;(Hu@2w+p zue1;c_qy|n5pef4MK5NvI^~qJK~@EqDGvdJS_pxLM<351L*-u2TzhRxuuTU|Ol|dc zH6a3Mun+}XZKN|$U-H;L`tWOk1~|E6oa2Eq=3`!_OECn{mWDKMMuKaI+1ookIbafo4+xlWQ!X;|V(0FzdHAZYusd;|z?j=s+m<3nlO z^XhZf?7m+FplU54@jhRRIM&YJ-Yl|n|TesTT=LrFo*5aUACOQR`;Phw9$>P~MQv8*vwt}9@IULXc4z^vzsCIg+ zeYXt0@{{XXS>B%~6>;K;qHu)`KZpo5K8VDtuFSkce;#fXuUji_X|22;iC^IyP4^CR ziKH*i_+QQibR%&x&!@LUq*qy;^naPbqp~N3P^Q#oIVk`7a{wvxc=X`SQP(ocp@Ds} zkD}VG5uoIP&+`i%Q=nP$IRcMngx);6ea@=V@v_!XYyq8+BtsDf=gFIitzzKZxW^%{ z-L~g8ESHZ{m+>cn%@hHk=5gQw(uMRv`Nocm9_D$bHe{Xlyg?XGku_D9dwdmnukp5m z2+7xKmKT0F)&<2L z4P7i?sWz`SKfYB$ILX9eGhAvbZF#IJ6<=jy7*I^9s9+znNqg%g&o-Xrx!_)r^d0!y z6wDFLQR_!8g5U63a?El|SRN94QzzCui*jbwRu9?b4~_)E7q*h%VBnI=sQ&Y!O^y5cOsO@}W3?GR zw{F6vcFG_-WRh4XX}(oY?GIjO)1E(DuJxF@3r`edE`W@ag^7h((>W3AhWH(pdGpoj zuHO{}VZ5CRXt@>FgmkXpPdC`ls!!^=8%{ZugKwy!z<=4hDWud#nVpw;IfBTIb}tN$s|ZZtfE3tf z(Vu~GZwWZ+(;Zi4pZ@*+LA%}d4~X3E_Dg|~I+bW~@BOugdnyJjj!W!&RW|Hg4-@QF zK-qlR50qO%AmveV@&oJR{%cK!D;YdFnfmz2}o|`yTtO*K1X@J zMAYo%APjbp1m2m-#AbG0*HXpOBGkU=zS>b~(^fWEh9}-m-A&9j>+MuKS2f(B)GRyA zJvbM79o}(JvXXUa8$x0qJv`fZU6zMdcAN71l-jNL|Ff@SKsaNe+fMnNBMx}5o z0gm)YI=%{6*ih`ASW<#Ya%^X>Hf5i-?08Vo>s)g6G+g2+9d}{*TZj_n_mW>vpAMuo z7|130)lXD11==%0!XkGuRX*%@>MdHcOWv(v+0Q#=lR9!VWi+>#%w!!H(M<5@JB??^ zpfmLKM-#7e(0X{>Czh)GO8W<7?rmx4ZIFSEi*L~KH)j_w8#eO6tUYIfB+zT|`v2m# zQHxhFo&0TtCtwaAJ4T#-3q@u%369@5dL+SqpParcN4W`&+m2LXmVly zh_j~$ELi7ZgZwXK0QJD5AEe8#x9P^L(qK#?v29fM^Hr+zU8$Xk#VA)X;3wu z7KKqTe}j_M$@PFRU2^lGo%gFR(<)lFB(ycW>Hnu3$Nvq1n1>PJWUG!mKAo#pNo|*w zU1zOj_zuo)kOtS^HV*x51=*CfIokFWnlqnVtO}&zDkn*BtwEmHD$$K{d26q0nJ2w< z@ikV`DS>n+$vDvumut`f-r%B7T7tV*Rfkj74{FCix^|N2Y2x@ggrVnP^^0p1I>x*9Q9f^^Gp zzo2WZyVW7_CU^5EW3O1kcyOJ|GTv$*=3(Y$xpi60qXJc zBdhJ2&K-fPT;;)OrGS^194mI!!1hSm#X3?)U!c(WyNN>3-&GORI@FG!vhUW3sYK9? zDM>3$I#z#G8Gx0ps=()_`3w>pD@pys@dr{Xm%!hWs@qq>SFQ@+%GbTGQ6eMDgifz9 zv^{x0KhwPDv;>rPTMi19CW+zujZx0DjJyb~DPNJrQ8@GhbaGP#dBSzX>aV}?&Ca}x z59A)d%BN%UhHGFxo^$AJ7BR)Ek1drNKDW|3V-0^3Z(64x>plNt_AaNG(CC1Wg|na= z1}E`z1TL(|FM;~jGsW(JZ+__G5Sl5B+aw40*Le{KMfcnut{q-pW8JXg_K734kLj>| zlMHwieR%@ua7JCZXOzro(N5<*^dshV1^lo{8RU;n;;+KsUGL`S_6Lz1mYJSwm@HCi;R9c-8LK(C%UurKwchv%>t)5B?MP}aZLgvp zY@q8lhHvkOP43bT@>TN0S=Yz~g&j_`8Y*n`Shf0PbIkv#p2Pp!Ym%$a5C>GsF&E62 zH^f?Hzl&Mzx3b*@mTZ=RjsBb)z+bfPDNA>40#6;!VAg^*Epg4u20I?iOSwDG!=tr)h~_t~PzsWxo%HH*10V|K^E1 zg+0~cqff8hvgnylG(T^-e1Z_YehV*H`Eafq^~sZ7li~MtmfMuc^?MqR#2<$AElS{B zjpZlQZF&u+w^jA~QM*`lKJ}k+PJyLcWWXSo+cA{$)hFtwE|p?(NlcVtyuEK4l-VW& zKX1V=(|L^WHw#&?j|HjpO;$qI1*34l@?bg{0Se}eYh4Cg#R!r!bbo$b>e+W@U2tz* z`QDhXf3c{A+kaglw(F>;9C6qi5uTw+K0!-%t};`*gfLahQ139G|IHnZDxR(@FAiPj

+q8gN)Rn_XjURk7w~Z`ptxhCfF}PE#I)f+5!b{tP!PdkfVnE_Eo4;RgF?mIW@OCI7ddV-d2z820gjtO z7Uo$8J;##>GZJUXYvKAsh24^Fr=Up))7P9C-ZA*?=)zKipA{n(qp{O-t7S(*?MvT@ z9AD+=@ClySt^gvRyiY(kaY?_Q6nK{$uxr~Dur~jXe<%EJyBtV(VtpOyn|p^MX#eSz zT~V;I92all6rL!l;ua9<6SiYv_~#SUB;GH$D$3}N-`zk-eVai^|5g_R-8>XQ(53r? z6IX#lZ{F(6SXR|?2#v*&F2D#+(UxitB^Ii$;n7#9q*XiW1jyH$NIC2CcWv8xE_AU* zf2ZBZFmLn@?BD&C^R5}<{^@MdwYn#LayVarzY2=emF=#Y&JcT@;qj20GE41f zmHKD+y>*4`nF3uHJEOJ!k7rQdS^hyfn50VHy)yHfbfIaD$oc!@;V_l10>~W$qo{4U zQY!-gd)7idxne~^_?Mcsu#YZh{efNM7D}8L*{eO{q)UPsVC~JRAnSh%`)9$`$13^- zO=oP%?mUC)arQaFZ26aL%%-8bmohN654lNr*yOHsjh`{N^x+QL>dLN^Kk~Q{NnLWp|0$O>i*wa<1 zbtvcQfZX;^42osaSjPK{=M5H4QC$2Z8FZq5xzMA67TV_Y>y5~4ywd?2Mw6_YFi;E%VuBqit6`K^@>`ERd zc=C0uIRis{B%p&27w8&&`U%-!YK&3wQK87D_J`K&w(ES!IG_L|kBJhikPBO`I)&e} zpyZ9HE_aIDbsN_B$bfwZ9EgL%QysO3o2%7r^QEs9^*YEHz+oRr5M`f0>^6LC$hw0H zeHO=V@~ZxHb&`hy47s@K58d z%E6C{G3@=>rStQ{@;14{D-4c)|B}n(@ue2ihuiDCh!Nqp1}#90PGrrQy6_TBz_#ApMIP<`KxmJZKxjIjrMRC&63`bUit2*_>Mw#bP6`Oou zn01n}zW>q7Zy9*v!qLF^x|AE(h!|G;UPEG^&`Gn?zDsyE&WD~s2sHK+0`a>zda)5s z%e5Q?|@f=qcYuK>O%A0t=P)kj=g-^30* z{Fehe9u54pU{;KJvw{8e8PdB38oa1Sk);_{kbpy|&0$B44H&Vzk z(P1Hf?@EFL@M{yMxQ=wKd#FZUd*iXhdnfEN-QA0JX$IFo_CS@mDxTFuM=UD5vgMeJ zhV9`!JbyUL_eTCJ%`q}8Ho#}GHf#7(9w9H_{aM_aW}{=C8RBoW-P_^rzgb*%{qJPK zQlOv+mA^#%droyFi(Roo#=hIunx1IZQo*M!{JLvlt(o#sWC-;gzI2Tk2}YJfO?Q#K z*oUxCI2gDbynbI;gQnWeN_VY0r0uM761>CTNzECxa0Jm=OvhMyv2CAFG>=Eyxlkm6 zB4rdApvVqI!6-^cQ4Naj;gJV_OJ#62t2GkgiE{r>1RdaC=~^hVMv)I5{UZm7pvU8p z2S0i`ilW|@*f2MimZ9)j7EUD5gC9PMoLce!Bb?CBcN5O|5^|Ah^rJ0PQI}X*=3Clg LSF+&$NA&*z;^7Ra diff --git a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.runtimeconfig.json b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.runtimeconfig.json index 92eaf4dc1b..b9b007e3ba 100644 --- a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.runtimeconfig.json +++ b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.runtimeconfig.json @@ -4,15 +4,15 @@ "includedFrameworks": [ { "name": "Microsoft.NETCore.App", - "version": "6.0.7" + "version": "6.0.8" }, { "name": "Microsoft.WindowsDesktop.App", - "version": "6.0.7" + "version": "6.0.8" }, { "name": "Microsoft.AspNetCore.App", - "version": "6.0.7" + "version": "6.0.8" } ], "configProperties": { diff --git a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/Xpand.XAF.ModelEditor.exe b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/Xpand.XAF.ModelEditor.exe index 773cbb461127685be110e7090497c7699fb61a1e..ffcd6db370ed062d7c4321313211b613cc5021db 100644 GIT binary patch delta 286 zcmZp;!qjkuX+j6f_4PC7P3-Yu?z+sd@%CyhM%Kyg+SWkwu(q`*D+2_aXR~AkvBVe{ z8CW+9>ui)0xNRXQUEP=Kyr8+Zq5m6O)8;E)4tn)9?8%d_nD}hAUl(t2y1pYq>Z`Bp zZ2@ktpX^uS3XU$n@bcj4*?q4ng+!A3Tprh1GrH#9j7hQ+H940)FR%69k=YKOh8{eV z8{Bd&kDAvhvU@&?ZJqi0j$8Y6?UdVleqRWFyKtSp=IjkpR?FD~uiELXbUR}?YqRf) zj7h<^OxN^#IoUz3O#hgCee#^j00E7&y>HZczB%nar!uoBCZ}rhpUQLvsNg4B-zI6-|ZD3GAhlHaAz*>H`1_`*shs>#61V zbw{_mzngf|db`u|-Et*2{yz(mm^MrP&y!C18C)K5OH?x6M6A>g{u7ezeXquE_gRHi z|Gk$lU|6X2VP0{xzs%&KrR7}N`YX==lJ44@sL5=n?Eg}A)!KUdpQm=J{6Bl-*nAmT z)jvJSbBy*J)#vO6xpHx6_=m}JDgy*Q3uvpI%M@~4YIXA>U*-Sc$$u)-6`+C(VS+%_ X1+%)J-l@AP6P**Msj#`Zs#YHWgY= 15.0.34) stdole (>= 16.10.31320.204) diff --git a/Xpand/Directory.Build.targets b/Xpand/Directory.Build.targets index 7835e17571..fff64120e2 100644 --- a/Xpand/Directory.Build.targets +++ b/Xpand/Directory.Build.targets @@ -2,4 +2,7 @@ + + 1701;1702;XAF0023;XAF0020 + \ No newline at end of file diff --git a/Xpand/Xpand.ExpressApp.Modules/Dashboard/BusinessObjects/DashboardDatasourceFilter.cs b/Xpand/Xpand.ExpressApp.Modules/Dashboard/BusinessObjects/DashboardDatasourceFilter.cs index 8b22dfed22..7c64d24bc9 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Dashboard/BusinessObjects/DashboardDatasourceFilter.cs +++ b/Xpand/Xpand.ExpressApp.Modules/Dashboard/BusinessObjects/DashboardDatasourceFilter.cs @@ -1,4 +1,5 @@ using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; using DevExpress.ExpressApp.DC; using DevExpress.Xpo; using Xpand.Persistent.Base; @@ -14,6 +15,7 @@ public DashboardDatasourceFilterList(){ } [NonPersistent] [DomainComponent] + [SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class DashboardDatasourceFilter:XpandBaseCustomObject{ public DashboardDatasourceFilter(Session session) : base(session){ } diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/AutoImportedFile.cs b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/AutoImportedFile.cs index ed12b337a8..4f678add63 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/AutoImportedFile.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/AutoImportedFile.cs @@ -1,10 +1,12 @@ using System; using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; using DevExpress.ExpressApp.Model; using DevExpress.Xpo; using Xpand.Persistent.Base; namespace Xpand.ExpressApp.ExcelImporter.BusinessObjects{ + [SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class AutoImportedFile:XpandBaseCustomObject{ public AutoImportedFile(Session session) : base(session){ } diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/DroppedFile.cs b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/DroppedFile.cs index 411dec4d5a..f9fa6e4703 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/DroppedFile.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/DroppedFile.cs @@ -1,10 +1,11 @@ using System; +using System.Diagnostics.CodeAnalysis; using DevExpress.ExpressApp.Model; using DevExpress.Xpo; using Xpand.Persistent.Base; namespace Xpand.ExpressApp.ExcelImporter.BusinessObjects{ - + [SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class DroppedFile:XpandBaseCustomObject { public DroppedFile(Session session) : base(session){ } diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelColumnMap.cs b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelColumnMap.cs index 8c3224b871..537cecdb56 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelColumnMap.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelColumnMap.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; using System.Drawing; using System.Linq; using DevExpress.ExpressApp.ConditionalAppearance; @@ -20,7 +21,7 @@ namespace Xpand.ExpressApp.ExcelImporter.BusinessObjects{ [Appearance("keyMember", AppearanceItemType.ViewItem,nameof(KeyMemberExists) + "=False" , TargetItems = nameof(PropertyName), FontColor = "Red",FontStyle = FontStyle.Bold|FontStyle.Strikeout,Context = "ListView")] [XafDefaultProperty(nameof(DefaultProperty))] [CloneModelView(CloneViewType.ListView, nameof(ExcelColumnMap)+"_Configuration_ListView")] - [FriendlyKeyProperty(nameof(DefaultProperty))] + [FriendlyKeyProperty(nameof(DefaultProperty))][SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class ExcelColumnMap : XpandBaseCustomObject { public const string AbstractCriteria =nameof(IsAbstract) + "=True AND " + nameof(MemberTypeValues) + ".Count=0 AND " + "[" + nameof(ImportStrategy) +"] In ('" + nameof(PersistentTypesImportStrategy.UpdateOrCreate) + "','" + diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelColumnMapMemberTypeValue.cs b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelColumnMapMemberTypeValue.cs index 1051680ccb..dc0688d6b9 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelColumnMapMemberTypeValue.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelColumnMapMemberTypeValue.cs @@ -1,4 +1,5 @@ using System; +using System.Diagnostics.CodeAnalysis; using DevExpress.ExpressApp; using DevExpress.ExpressApp.Utils; using DevExpress.Persistent.Base; @@ -11,6 +12,7 @@ namespace Xpand.ExpressApp.ExcelImporter.BusinessObjects{ [DefaultListViewOptions(true,NewItemRowPosition.Top)] + [SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class ExcelColumnMapMemberTypeValue:XpandBaseCustomObject { public ExcelColumnMapMemberTypeValue(Session session) : base(session) { } diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelImport.cs b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelImport.cs index 9f35422694..c4e86f9220 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelImport.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelImport.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Text.RegularExpressions; @@ -19,7 +20,7 @@ using EditorAliases = Xpand.Persistent.Base.General.EditorAliases; namespace Xpand.ExpressApp.ExcelImporter.BusinessObjects{ - + [SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] [DefaultClassOptions] [DefaultProperty(nameof(Name))] public class ExcelImport : XpandBaseCustomObject { diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelImportKey.cs b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelImportKey.cs index 57ec61bc54..00730a58a7 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelImportKey.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/ExcelImportKey.cs @@ -1,5 +1,6 @@ using System; using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; using DevExpress.Persistent.Base; using DevExpress.Persistent.Validation; using DevExpress.Xpo; @@ -9,6 +10,7 @@ namespace Xpand.ExpressApp.ExcelImporter.BusinessObjects { [DefaultClassOptions] + [SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class ExcelImportKeyMap:XpandBaseCustomObject { public ExcelImportKeyMap(Session session) : base(session){ } diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/FailedImportResult.cs b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/FailedImportResult.cs index 14a678af35..4efc3eae45 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/FailedImportResult.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/BusinessObjects/FailedImportResult.cs @@ -1,9 +1,10 @@ -using DevExpress.Xpo; +using System.Diagnostics.CodeAnalysis; +using DevExpress.Xpo; using Xpand.Extensions.XAF.Attributes; using Xpand.Persistent.Base; namespace Xpand.ExpressApp.ExcelImporter.BusinessObjects{ - + [SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class FailedImportResult:XpandBaseCustomObject{ public FailedImportResult(Session session) : base(session){ } diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/Controllers/ExcelImportDetailViewController.cs b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/Controllers/ExcelImportDetailViewController.cs index af7fc7e26e..682418a398 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/Controllers/ExcelImportDetailViewController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/Controllers/ExcelImportDetailViewController.cs @@ -15,6 +15,7 @@ using DevExpress.Persistent.Validation; using Xpand.ExpressApp.ExcelImporter.BusinessObjects; using Xpand.ExpressApp.ExcelImporter.Services; +using Xpand.Extensions.XAF.ActionExtensions; using Xpand.Persistent.Base.Validation; using Xpand.XAF.Modules.ProgressBarViewItem; using Xpand.XAF.Modules.Reactive.Services; @@ -54,7 +55,7 @@ private void ExcelMappingActionOnExecute(object sender, SingleChoiceActionExecut - var dialogController = new DialogController(); + var dialogController = e.Application().CreateController(); parameters.Controllers.Add(dialogController); parameters.CreatedView=Application.CreateDashboardView(Application.CreateObjectSpace(), "ExcelColumnMapMasterDetail", true); parameters.TargetWindow=TargetWindow.NewModalWindow; diff --git a/Xpand/Xpand.ExpressApp.Modules/IO/Controllers/IOViewControllerBase.cs b/Xpand/Xpand.ExpressApp.Modules/IO/Controllers/IOViewControllerBase.cs index 6c42a592bc..bd6d2f508c 100644 --- a/Xpand/Xpand.ExpressApp.Modules/IO/Controllers/IOViewControllerBase.cs +++ b/Xpand/Xpand.ExpressApp.Modules/IO/Controllers/IOViewControllerBase.cs @@ -62,12 +62,12 @@ void ShowSerializationView(SingleChoiceActionExecuteEventArgs singleChoiceAction view = Application.CreateListView(objectSpace); } showViewParameters.CreatedView = view; - AddDialogController(showViewParameters); + AddDialogController(showViewParameters,Application); } - void AddDialogController(ShowViewParameters showViewParameters) { - var dialogController = new DialogController(); + void AddDialogController(ShowViewParameters showViewParameters, XafApplication xafApplication) { + var dialogController = xafApplication.CreateController(); dialogController.AcceptAction.Model.SetValue("IsPostBackRequired", true); dialogController.CloseOnCurrentObjectProcessing = true; dialogController.AcceptAction.Executed+=AcceptActionOnExecuteCompleted; @@ -127,13 +127,15 @@ protected string GetExtension(bool isZipped){ return isZipped ? "zip" : "xml"; } - protected virtual void Import(SingleChoiceActionExecuteEventArgs singleChoiceActionExecuteEventArgs) { + protected virtual void Import(SingleChoiceActionExecuteEventArgs e) { var objectSpace = Application.CreateObjectSpace(); object o = objectSpace.Create(); var detailView = Application.CreateDetailView(objectSpace, o); detailView.ViewEditMode=ViewEditMode.Edit; - singleChoiceActionExecuteEventArgs.ShowViewParameters.CreatedView = detailView; - var dialogController = new DialogController { SaveOnAccept = true }; + e.ShowViewParameters.CreatedView = detailView; + + var dialogController = e.Action.Application.CreateController(); + dialogController.SaveOnAccept = true; dialogController.AcceptAction.Execute += (sender1, args) => { Stream stream = new MemoryStream(); try { @@ -151,8 +153,8 @@ protected virtual void Import(SingleChoiceActionExecuteEventArgs singleChoiceAct stream?.Dispose(); } }; - singleChoiceActionExecuteEventArgs.ShowViewParameters.TargetWindow = TargetWindow.NewModalWindow; - singleChoiceActionExecuteEventArgs.ShowViewParameters.Controllers.Add(dialogController); + e.ShowViewParameters.TargetWindow = TargetWindow.NewModalWindow; + e.ShowViewParameters.Controllers.Add(dialogController); } protected virtual Stream ExtractZip(ZipFile zipFile) { diff --git a/Xpand/Xpand.ExpressApp.Modules/ImportWizard/Core/ImportMap.cs b/Xpand/Xpand.ExpressApp.Modules/ImportWizard/Core/ImportMap.cs index be88c5cac2..3e75d1bc67 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ImportWizard/Core/ImportMap.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ImportWizard/Core/ImportMap.cs @@ -4,7 +4,6 @@ namespace Xpand.ExpressApp.ImportWizard.Core { [Persistent] public class ImportMap : XPObject { - [NonPersistent] public string Columns { get { const string delimeter = ";"; diff --git a/Xpand/Xpand.ExpressApp.Modules/ModelDifference.Win/Controllers/ReloadApplicationModelController.cs b/Xpand/Xpand.ExpressApp.Modules/ModelDifference.Win/Controllers/ReloadApplicationModelController.cs index 27f948e93d..c3e84000bc 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ModelDifference.Win/Controllers/ReloadApplicationModelController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ModelDifference.Win/Controllers/ReloadApplicationModelController.cs @@ -1,10 +1,12 @@ -using DevExpress.ExpressApp; +using System.Diagnostics.CodeAnalysis; +using DevExpress.ExpressApp; using DevExpress.ExpressApp.Model.Core; using DevExpress.ExpressApp.Win; using Xpand.Persistent.Base.General; namespace Xpand.ExpressApp.ModelDifference.Win.Controllers { public class ReloadApplicationModelController : ModelDifference.Controllers.ReloadApplicationModelController { + [SuppressMessage("Usage", "XAF0022:Avoid calling the ShowViewStrategyBase.ShowView() method")] protected override void ReplaceLayer(ModelApplicationBase model, ModelApplicationBase layer, bool isCurrentUserModel, ShowViewParameters showViewParameters){ var showViewStrategyBase = (WinShowViewStrategyBase)Application.ShowViewStrategy; diff --git a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/Controllers/MergeDifferencesController.cs b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/Controllers/MergeDifferencesController.cs index 13f7e4cabd..431eeec213 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/Controllers/MergeDifferencesController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/Controllers/MergeDifferencesController.cs @@ -8,6 +8,7 @@ using DevExpress.Persistent.Base; using Xpand.ExpressApp.ModelDifference.Core; using Xpand.ExpressApp.ModelDifference.DataStore.BaseObjects; +using Xpand.Extensions.XAF.ActionExtensions; using Xpand.Persistent.Base.General; using Xpand.Persistent.Base.ModelAdapter; using Xpand.Persistent.Base.ModelDifference; @@ -26,7 +27,7 @@ private void combineSimpleAction_Execute(object sender, SimpleActionExecuteEvent CheckIfMixingApplications(modelDifferenceObjects); e.ShowViewParameters.CreatedView = Application.CreateListView(Application.CreateObjectSpace(typeof(ModelDifferenceObject)), typeof(ModelDifferenceObject), true); e.ShowViewParameters.TargetWindow = TargetWindow.NewModalWindow; - var dialogController = new DialogController(); + var dialogController = e.Application().CreateController(); e.ShowViewParameters.Controllers.Add(dialogController); dialogController.AcceptAction.Execute += AcceptActionOnExecute; } diff --git a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/AspectObject.cs b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/AspectObject.cs index eeb78e95ce..f1c312ac19 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/AspectObject.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/AspectObject.cs @@ -1,9 +1,11 @@ -using DevExpress.Persistent.Validation; +using System.Diagnostics.CodeAnalysis; +using DevExpress.Persistent.Validation; using DevExpress.Xpo; using Xpand.Persistent.Base; namespace Xpand.ExpressApp.ModelDifference.DataStore.BaseObjects { [RuleCombinationOfPropertiesIsUnique("AspectObject_Name_MDO",DefaultContexts.Save,"Name,ModelDifferenceObject" )] + [SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class AspectObject:XpandBaseCustomObject { private const string XmlDefaultValue = @""; public AspectObject(Session session) : base(session) { diff --git a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/ModelDifferenceObject.cs b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/ModelDifferenceObject.cs index dc09772a36..cd071d0111 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/ModelDifferenceObject.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/ModelDifferenceObject.cs @@ -124,7 +124,6 @@ public void NotifyXmlContent() { OnChanged("XmlContent"); } [VisibleInListView(false)] - [NonPersistent] public ModelApplicationBase Model => _currentModel; public int CombineOrder { diff --git a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/PersistentApplication.cs b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/PersistentApplication.cs index a6402ba6bc..b6f4724938 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/PersistentApplication.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/DataStore/BaseObjects/PersistentApplication.cs @@ -1,4 +1,5 @@ using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; using System.Reflection; using DevExpress.Persistent.Validation; using DevExpress.Xpo; @@ -6,6 +7,7 @@ using Xpand.Persistent.Base.General; namespace Xpand.ExpressApp.ModelDifference.DataStore.BaseObjects { + [SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class PersistentApplication : XpandBaseCustomObject { string _name; string _executableName; diff --git a/Xpand/Xpand.ExpressApp.Modules/PivotChart/PivotOptionsController.cs b/Xpand/Xpand.ExpressApp.Modules/PivotChart/PivotOptionsController.cs index 63dd36e76a..b5d842a423 100644 --- a/Xpand/Xpand.ExpressApp.Modules/PivotChart/PivotOptionsController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/PivotChart/PivotOptionsController.cs @@ -9,6 +9,7 @@ using DevExpress.Persistent.Base; using DevExpress.Xpo.Metadata; using Xpand.ExpressApp.PivotChart.Core; +using Xpand.Extensions.XAF.ActionExtensions; namespace Xpand.ExpressApp.PivotChart { public abstract class PivotOptionsController : AnalysisViewControllerBase { @@ -37,19 +38,19 @@ protected override void OnActivated() { protected abstract Dictionary GetActionChoiceItems(); - void PivotSettingsChoiceActionOnExecute(object sender, SingleChoiceActionExecuteEventArgs singleChoiceActionExecuteEventArgs) { + void PivotSettingsChoiceActionOnExecute(object sender, SingleChoiceActionExecuteEventArgs e) { var objectSpace = ObjectSpaceInMemory.CreateNew(); - var type = (Type)singleChoiceActionExecuteEventArgs.SelectedChoiceActionItem.Data; + var type = (Type)e.SelectedChoiceActionItem.Data; var persistentType = GetPersistentType(type); var pivotOption = objectSpace.CreateObject(persistentType); XPClassInfo classInfo = ((XPObjectSpace)ObjectSpace).Session.GetClassInfo(persistentType); Synchonize(pivotOption, type, classInfo); - var showViewParameters = singleChoiceActionExecuteEventArgs.ShowViewParameters; + var showViewParameters = e.ShowViewParameters; showViewParameters.CreatedView = Application.CreateDetailView(objectSpace, pivotOption, true); showViewParameters.TargetWindow = TargetWindow.NewModalWindow; - var dialogController = new DialogController(); + var dialogController = e.Application().CreateController(); dialogController.AcceptAction.Execute += (o, args) => Synchonize(classInfo, type, args.CurrentObject); showViewParameters.Controllers.Add(dialogController); ((DetailView)showViewParameters.CreatedView).ViewEditMode = ViewEditMode.Edit; diff --git a/Xpand/Xpand.ExpressApp.Modules/Scheduler.Web/Reminders/ReminderAlertController.cs b/Xpand/Xpand.ExpressApp.Modules/Scheduler.Web/Reminders/ReminderAlertController.cs index fb9a11eb63..4a9d03e2de 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Scheduler.Web/Reminders/ReminderAlertController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/Scheduler.Web/Reminders/ReminderAlertController.cs @@ -1,10 +1,12 @@ -using DevExpress.ExpressApp; +using System.Diagnostics.CodeAnalysis; +using DevExpress.ExpressApp; using DevExpress.XtraScheduler; using Xpand.Persistent.Base.General; namespace Xpand.ExpressApp.Scheduler.Web.Reminders { public class ReminderAlertController : Scheduler.Reminders.ReminderAlertController { + [SuppressMessage("Usage", "XAF0022:Avoid calling the ShowViewStrategyBase.ShowView() method")] protected override void ShowReminderAlerts(object sender, ReminderEventArgs e) { var view = (DashboardView)Application.CreateView(Application.FindModelView("ReminderFormView")); var showViewParameters = new ShowViewParameters(view){TargetWindow = TargetWindow.NewWindow}; diff --git a/Xpand/Xpand.ExpressApp.Modules/Scheduler.Win/Reminders/RemindersForm.cs b/Xpand/Xpand.ExpressApp.Modules/Scheduler.Win/Reminders/RemindersForm.cs index e636ff9374..c55e1dd3d8 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Scheduler.Win/Reminders/RemindersForm.cs +++ b/Xpand/Xpand.ExpressApp.Modules/Scheduler.Win/Reminders/RemindersForm.cs @@ -1,4 +1,5 @@ using System; +using System.Diagnostics.CodeAnalysis; using DevExpress.Data.Filtering; using DevExpress.ExpressApp; using DevExpress.XtraScheduler; @@ -12,6 +13,7 @@ public RemindersForm(XafApplication xafApplication, ISchedulerStorage storage) _xafApplication = xafApplication; } + [SuppressMessage("Usage", "XAF0022:Avoid calling the ShowViewStrategyBase.ShowView() method")] protected override void OpenSelectedItem() { var selectedReminders = GetSelectedReminders(); if (selectedReminders.Count <= 0) return; diff --git a/Xpand/Xpand.ExpressApp.Modules/Security/Registration/ManageUsersOnLogonController.cs b/Xpand/Xpand.ExpressApp.Modules/Security/Registration/ManageUsersOnLogonController.cs index 6083aabcb2..3023d6170c 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Security/Registration/ManageUsersOnLogonController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/Security/Registration/ManageUsersOnLogonController.cs @@ -1,5 +1,6 @@ using System; using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; using DevExpress.ExpressApp; using DevExpress.ExpressApp.Actions; using DevExpress.ExpressApp.Editors; @@ -124,6 +125,7 @@ void AcceptActionOnExecuting(object sender, CancelEventArgs cancelEventArgs) { ShowCallerView(actionBase,window,cancelEventArgs); } + [SuppressMessage("Usage", "XAF0022:Avoid calling the ShowViewStrategyBase.ShowView() method")] private void ShowCallerView(ActionBase actionBase, Window window, CancelEventArgs cancelEventArgs){ var dialogController = window.GetController(); var actionDataHolder = window.GetController(); diff --git a/Xpand/Xpand.ExpressApp.Modules/ViewVariants/ModifyVariantsController.cs b/Xpand/Xpand.ExpressApp.Modules/ViewVariants/ModifyVariantsController.cs index d0de7c36b9..c063e4d2bb 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ViewVariants/ModifyVariantsController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ViewVariants/ModifyVariantsController.cs @@ -139,20 +139,20 @@ void DeleteViewVariantCore(bool deleteView) { UpdateActionState(); } - void ShowViewVariantView(SingleChoiceActionExecuteEventArgs singleChoiceActionExecuteEventArgs,Action dialogControllerAction,Action detailViewAction) { + void ShowViewVariantView(SingleChoiceActionExecuteEventArgs e,Action dialogControllerAction,Action detailViewAction) { var objectSpace = Application.CreateObjectSpace(typeof (ViewVariant)); DetailView detailView = Application.CreateDetailView(objectSpace, objectSpace.CreateObject()); detailView.ViewEditMode = ViewEditMode.Edit; - singleChoiceActionExecuteEventArgs.ShowViewParameters.CreatedView = detailView; - singleChoiceActionExecuteEventArgs.ShowViewParameters.TargetWindow = TargetWindow.NewModalWindow; + e.ShowViewParameters.CreatedView = detailView; + e.ShowViewParameters.TargetWindow = TargetWindow.NewModalWindow; detailViewAction.Invoke(detailView); - var dialogController = new DialogController(); + var dialogController = e.Action.Application.CreateController(); dialogController.Accepting += (o, args) => { var controller = ((DialogController) o); Validator.RuleSet.Validate(controller.Frame.View.ObjectSpace,controller.Frame.View.CurrentObject,ContextIdentifier.Save); dialogControllerAction.Invoke(controller); }; - singleChoiceActionExecuteEventArgs.ShowViewParameters.Controllers.Add(dialogController); + e.ShowViewParameters.Controllers.Add(dialogController); } private void ModifyViewVariantCore(Frame frame) { diff --git a/Xpand/Xpand.ExpressApp.Modules/ViewVariants/ViewVariant.cs b/Xpand/Xpand.ExpressApp.Modules/ViewVariants/ViewVariant.cs index d537699fb5..38480ac182 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ViewVariants/ViewVariant.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ViewVariants/ViewVariant.cs @@ -1,5 +1,6 @@ using System; using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; using System.Reflection; using DevExpress.ExpressApp.ConditionalAppearance; using DevExpress.ExpressApp.Editors; @@ -14,6 +15,7 @@ public interface IViewVariant{ [NonPersistent] [Appearance("Hide_Caption", AppearanceItemType.ViewItem, "ShowCaption=false", Visibility = ViewItemVisibility.Hide, TargetItems = "ViewCaption,VariantCaption,Criteria")] + [SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class ViewVariant : XpandBaseCustomObject, IViewVariant{ private string _variantCaption; private bool _showCaption; diff --git a/Xpand/Xpand.ExpressApp.Modules/WizardUI.Win/WizardController.cs b/Xpand/Xpand.ExpressApp.Modules/WizardUI.Win/WizardController.cs index 5a6a6aab27..53717e97e1 100644 --- a/Xpand/Xpand.ExpressApp.Modules/WizardUI.Win/WizardController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/WizardUI.Win/WizardController.cs @@ -2,6 +2,7 @@ using System.Collections; using System.Collections.Generic; using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Windows.Forms; using DevExpress.ExpressApp; @@ -249,6 +250,7 @@ private IList ModifiedObjects(XafWizardPage page){ /// /// Wizard Control /// Cancel EventArgs + [SuppressMessage("Usage", "XAF0022:Avoid calling the ShowViewStrategyBase.ShowView() method")] private void WizardControl_FinishClick(object sender, CancelEventArgs e) { if (!Validate(_wizardForm.WizardControl.SelectedPage as XafWizardPage)) { e.Cancel = true; diff --git a/Xpand/Xpand.ExpressApp.Modules/WorldCreator.DBMapper/BusinessObjects/DBObject.cs b/Xpand/Xpand.ExpressApp.Modules/WorldCreator.DBMapper/BusinessObjects/DBObject.cs index f23a48111f..aab1225474 100644 --- a/Xpand/Xpand.ExpressApp.Modules/WorldCreator.DBMapper/BusinessObjects/DBObject.cs +++ b/Xpand/Xpand.ExpressApp.Modules/WorldCreator.DBMapper/BusinessObjects/DBObject.cs @@ -1,8 +1,9 @@ +using System.Diagnostics.CodeAnalysis; using DevExpress.Xpo; using Xpand.Persistent.Base; namespace Xpand.ExpressApp.WorldCreator.DBMapper.BusinessObjects{ - [NonPersistent] + [NonPersistent][SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class DBObject : XpandBaseCustomObject{ private string _name; diff --git a/Xpand/Xpand.ExpressApp.Modules/WorldCreator.DBMapper/Controllers/MapDBController.cs b/Xpand/Xpand.ExpressApp.Modules/WorldCreator.DBMapper/Controllers/MapDBController.cs index 23a4ce8457..6467e5d2b7 100644 --- a/Xpand/Xpand.ExpressApp.Modules/WorldCreator.DBMapper/Controllers/MapDBController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/WorldCreator.DBMapper/Controllers/MapDBController.cs @@ -26,15 +26,15 @@ protected override void OnActivated() { } - void AssemblyToolsControllerOnToolExecuted(object sender, SingleChoiceActionExecuteEventArgs singleChoiceActionExecuteEventArgs) { - if ((string)singleChoiceActionExecuteEventArgs.SelectedChoiceActionItem.Data == "MapDB") { + void AssemblyToolsControllerOnToolExecuted(object sender, SingleChoiceActionExecuteEventArgs e) { + if ((string)e.SelectedChoiceActionItem.Data == "MapDB") { var nestedObjectSpace = Application.CreateNestedObjectSpace(ObjectSpace); - var showViewParameters = singleChoiceActionExecuteEventArgs.ShowViewParameters; + var showViewParameters = e.ShowViewParameters; showViewParameters.TargetWindow = TargetWindow.NewModalWindow; var detailView = Application.CreateDetailView(nestedObjectSpace, nestedObjectSpace.CreateObject(typeof(DBLogonObject))); detailView.ViewEditMode=ViewEditMode.Edit; showViewParameters.CreatedView = detailView; - var dialogController = new DialogController{SaveOnAccept = false}; + var dialogController = e.Action.Application.CreateController(); dialogController.AcceptAction. Execute+=OnExecute; showViewParameters.Controllers.Add(dialogController); var mapDBController = Application.CreateController(); diff --git a/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboardViewerController.cs b/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboardViewerController.cs index 5801e3b970..3481bef79c 100644 --- a/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboardViewerController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboardViewerController.cs @@ -1,4 +1,5 @@ using System; +using System.Diagnostics.CodeAnalysis; using DevExpress.ExpressApp; using DevExpress.ExpressApp.Actions; using DevExpress.ExpressApp.Model; @@ -33,6 +34,7 @@ private void OnCustomShowNavigationItem(object sender, CustomShowNavigationItemE } } + [SuppressMessage("Usage", "XAF0022:Avoid calling the ShowViewStrategyBase.ShowView() method")] private void EditDashboard(DashboardDefinition dashboardDefinition, ActionBase actionBase){ var modelView = (IModelDetailView) Application.Model.Views[DashboardDefinition.DashboardViewerDetailView]; var objectSpace = Application.CreateObjectSpace(modelView.ModelClass.TypeInfo.Type); diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/PropertyEditors/FastSearchPropertyEditor.cs b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/PropertyEditors/FastSearchPropertyEditor.cs index d64ad9164c..bd8486ea21 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/PropertyEditors/FastSearchPropertyEditor.cs +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/PropertyEditors/FastSearchPropertyEditor.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; +using System.Diagnostics.CodeAnalysis; using System.Windows.Forms; using DevExpress.Accessibility; using DevExpress.ExpressApp; @@ -86,6 +87,7 @@ public void Setup(IObjectSpace objectSpace, XafApplication application) { _helper.ObjectSpace.Reloaded += ObjectSpace_Reloaded; } + [SuppressMessage("Usage", "XAF0022:Avoid calling the ShowViewStrategyBase.ShowView() method")] protected virtual void AddNewObject() { var svp = new ShowViewParameters(); IObjectSpace newObjectViewObjectSpace = _helper.Application.CreateObjectSpace(_helper.LookupObjectTypeInfo.Type); @@ -169,6 +171,7 @@ void ObjectSpace_Reloaded(object sender, EventArgs e) { InitializeDataSource(); } + [SuppressMessage("Usage", "XAF0022:Avoid calling the ShowViewStrategyBase.ShowView() method")] protected virtual void OpenCurrentObject() { if (_lookup.EditValue==null) return; diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/Model/UnboundColumn.cs b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/Model/UnboundColumn.cs index 348ff02c83..e1198afa48 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/Model/UnboundColumn.cs +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/Model/UnboundColumn.cs @@ -13,6 +13,7 @@ using DevExpress.Utils; using DevExpress.Xpo; using Fasterflect; +using Xpand.Extensions.XAF.ActionExtensions; using Xpand.Persistent.Base.General; using Xpand.Persistent.Base.General.Model; using Xpand.Persistent.Base.General.Model.Options; @@ -143,14 +144,16 @@ public UnboundColumnController() { _unboundColumnAction.Active["UnboundColumnController"] = false; } - void UnboundColumnActionOnExecute(object sender, SimpleActionExecuteEventArgs simpleActionExecuteEventArgs) { - var showViewParameters = simpleActionExecuteEventArgs.ShowViewParameters; + void UnboundColumnActionOnExecute(object sender, SimpleActionExecuteEventArgs e) { + var showViewParameters = e.ShowViewParameters; var objectSpace = Application.CreateObjectSpace(typeof(UnboundColumnParameter)); var detailView = Application.CreateDetailView(objectSpace, new UnboundColumnParameter()); detailView.ViewEditMode=ViewEditMode.Edit; showViewParameters.CreatedView=detailView; showViewParameters.TargetWindow=TargetWindow.NewModalWindow; - var dialogController = new DialogController{SaveOnAccept = true}; + + var dialogController = e.Application().CreateController(); + dialogController.SaveOnAccept = true; dialogController.AcceptAction.Execute+=AcceptActionOnExecute; showViewParameters.Controllers.Add(dialogController); } diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/FilterByPropertyPathViewController.cs b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/FilterByPropertyPathViewController.cs index 539f0788a2..339979fa1a 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/FilterByPropertyPathViewController.cs +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/FilterByPropertyPathViewController.cs @@ -16,6 +16,7 @@ using DevExpress.Persistent.Base; using DevExpress.Xpo.Metadata; using Xpand.ExpressApp.Filtering; +using Xpand.Extensions.XAF.ActionExtensions; using Xpand.Persistent.Base.Xpo; using Xpand.Xpo; using Xpand.Xpo.Parser; @@ -235,7 +236,7 @@ private void CreateFilterSingleChoiceActionExecute(object sender, SingleChoiceAc e.ShowViewParameters.CreatedView = listView; e.ShowViewParameters.Context = TemplateContext.PopupWindow; e.ShowViewParameters.TargetWindow = TargetWindow.NewModalWindow; - var dialogController = new DialogController(); + var dialogController = e.Application().CreateController(); dialogController.AcceptAction.Execute += (sender1, e1) => AcceptFilter(filtersByCollectionWrapper); dialogController.Accepting += DialogControllerOnAccepting; e.ShowViewParameters.Controllers.Add(dialogController); diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/Controllers/Actions/ModelConfigurationController.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/Controllers/Actions/ModelConfigurationController.cs index 784fe9942c..1a8d1fa92d 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/Controllers/Actions/ModelConfigurationController.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/Controllers/Actions/ModelConfigurationController.cs @@ -6,6 +6,7 @@ using DevExpress.ExpressApp.SystemModule; using DevExpress.Persistent.Base; using DevExpress.Xpo; +using Xpand.Extensions.XAF.ActionExtensions; using Xpand.Persistent.Base.General.Model; using Xpand.Persistent.Base.Xpo.MetaData; using Xpand.Xpo; @@ -62,7 +63,7 @@ protected override void ModifyModelActionOnExecute(object sender, SingleChoiceAc showViewParameters.CreatedView = Application.CreateDetailView(objectSpace, modelDetailView, true, changeViewModel); showViewParameters.TargetWindow = TargetWindow.NewModalWindow; - var dialogController = new DialogController(); + var dialogController = e.Application().CreateController(); var callingFrame = Frame; dialogController.Accepting += (o, args) =>{ var modelMemberInfoController =dialogController.Frame.GetController(); diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/Controllers/ModelController.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/Controllers/ModelController.cs index 06d9762669..9bdca10687 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/Controllers/ModelController.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/Controllers/ModelController.cs @@ -1,3 +1,4 @@ +using System.Diagnostics.CodeAnalysis; using DevExpress.ExpressApp; namespace Xpand.Persistent.Base.General.Controllers{ @@ -12,6 +13,7 @@ protected override void OnActivated() { } } + [SuppressMessage("Usage", "XAF0022:Avoid calling the ShowViewStrategyBase.ShowView() method")] public void SetView(){ var showViewParameters = new ShowViewParameters(); Application.ShowViewStrategy.ShowView(showViewParameters, new ShowViewSource(null, null)); diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/XafApplicationExtensions.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/XafApplicationExtensions.cs index af67de9728..252e570cfd 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/XafApplicationExtensions.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/XafApplicationExtensions.cs @@ -5,6 +5,7 @@ using System.Configuration; using System.Data.SqlClient; using System.Diagnostics; +using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net.Mail; @@ -43,6 +44,7 @@ static XafApplicationExtensions() { private static readonly object Locker=new(); + [SuppressMessage("Usage", "XAF0022:Avoid calling the ShowViewStrategyBase.ShowView() method")] public static void ShowView(this XafApplication application, View view) { application.ShowViewStrategy.ShowView(new ShowViewParameters(view),new ShowViewSource(application.MainWindow,null) ); } diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/DataBase.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/DataBase.cs index 91ae3578f3..8ddc6eb010 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/DataBase.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/DataBase.cs @@ -1,9 +1,10 @@ -using DevExpress.Xpo; +using System.Diagnostics.CodeAnalysis; +using DevExpress.Xpo; using Xpand.Persistent.Base; using Xpand.Persistent.Base.PersistentMetaData; namespace Xpand.Persistent.BaseImpl.PersistentMetaData { - [NonPersistent] + [NonPersistent][SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class DataBase : XpandBaseCustomObject, IDataBase { public DataBase(Session session) : base(session) { diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/PivotOptionsDataField.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/PivotOptionsDataField.cs index 6a54c941a0..ccc9db4204 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/PivotOptionsDataField.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/PivotOptionsDataField.cs @@ -1,9 +1,10 @@ -using DevExpress.Xpo; +using System.Diagnostics.CodeAnalysis; +using DevExpress.Xpo; using Xpand.Persistent.Base; using Xpand.Persistent.Base.PivotChart; namespace Xpand.Persistent.BaseImpl.PivotChart { - [NonPersistent] + [NonPersistent][SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class PivotOptionsDataField : XpandBaseCustomObject, IPivotOptionsDataField { public PivotOptionsDataField(Session session) : base(session) { diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/PivotOptionsHint.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/PivotOptionsHint.cs index ef68e76f7a..55068986f3 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/PivotOptionsHint.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/PivotOptionsHint.cs @@ -1,9 +1,10 @@ -using DevExpress.Xpo; +using System.Diagnostics.CodeAnalysis; +using DevExpress.Xpo; using Xpand.Persistent.Base; using Xpand.Persistent.Base.PivotChart; namespace Xpand.Persistent.BaseImpl.PivotChart { - [NonPersistent] + [NonPersistent][SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class PivotOptionsHint : XpandBaseCustomObject, IPivotOptionsHint { public PivotOptionsHint(Session session) : base(session) { diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/Web/PivotGridOptionsOLAP.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/Web/PivotGridOptionsOLAP.cs index 17af6edecd..28bf36912a 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/Web/PivotGridOptionsOLAP.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PivotChart/Web/PivotGridOptionsOLAP.cs @@ -1,9 +1,10 @@ -using DevExpress.Xpo; +using System.Diagnostics.CodeAnalysis; +using DevExpress.Xpo; using Xpand.Persistent.Base; using Xpand.Persistent.Base.PivotChart.Web; namespace Xpand.Persistent.BaseImpl.PivotChart.Web { - [NonPersistent] + [NonPersistent][SuppressMessage("Design", "XAF0023:Do not implement IObjectSpaceLink in the XPO types")] public class PivotGridOptionsOLAP : XpandBaseCustomObject, IPivotGridOptionsOLAP { public PivotGridOptionsOLAP(Session session) : base(session) { diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/Xpand.Persistent.BaseImpl.csproj b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/Xpand.Persistent.BaseImpl.csproj index 3914e0d17f..e0a963b983 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/Xpand.Persistent.BaseImpl.csproj +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/Xpand.Persistent.BaseImpl.csproj @@ -14,6 +14,9 @@ pdbonly True + + 1701;1702;XAF0023 + ..\..\..\Xpand.DLL\Xpand.ExpressApp.dll diff --git a/Xpand/Xpand.Utils/Properties/XpandAssemblyInfo.cs b/Xpand/Xpand.Utils/Properties/XpandAssemblyInfo.cs index c9f0e5f9f8..fc6d9129db 100644 --- a/Xpand/Xpand.Utils/Properties/XpandAssemblyInfo.cs +++ b/Xpand/Xpand.Utils/Properties/XpandAssemblyInfo.cs @@ -1,5 +1,5 @@ public class XpandAssemblyInfo { - public const string Version = "22.1.401.1"; + public const string Version = "22.1.500.0"; public const string FileVersion = Version; public const string Token = "c52ffed5d5ff0958"; public const string TabAspNetModules = "eXpand: Web Modules"; diff --git a/build.ps1 b/build.ps1 index 63199ad771..9f2481d844 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,6 +1,6 @@ $sources=@("https://api.nuget.org/v3/index.json","https://xpandnugetserver.azurewebsites.net/nuget","C:\Program Files (x86)\DevExpress 22.1\Components\System\Components\packages") -& $PSScriptRoot\support\build\go.ps1 -taskList @("Release") -packageSources $sources -msbuildArgs @("/p:Configuration=Release","/WarnAsError","/v:m") -version "22.1.401.0" +& $PSScriptRoot\support\build\go.ps1 -taskList @("Release") -packageSources $sources -msbuildArgs @("/p:Configuration=Release","/WarnAsError","/v:m") -version "22.1.500.0" exit $LastExitCode diff --git a/paket.dependencies b/paket.dependencies index 8bb3f877f3..a4d5c14044 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -16,12 +16,12 @@ nuget AppDomainToolkit 1.0.4.3 nuget AutoMapper 10.1.1 nuget CommandLineParser 1.9.71 nuget Common.Logging 3.4.1 -nuget DevExpress.ExpressApp.Win.All = 22.1.4 -nuget DevExpress.ExpressApp.Web.All = 22.1.4 -nuget DevExpress.ExpressApp.Core.All = 22.1.4 -nuget DevExpress.ExpressApp.Security.Xpo = 22.1.4 -nuget DevExpress.Document.Processor = 22.1.4 -nuget DevExpress.ExpressApp.CodeAnalysis = 22.1.4 +nuget DevExpress.ExpressApp.Win.All = 22.1.5 +nuget DevExpress.ExpressApp.Web.All = 22.1.5 +nuget DevExpress.ExpressApp.Core.All = 22.1.5 +nuget DevExpress.ExpressApp.Security.Xpo = 22.1.5 +nuget DevExpress.Document.Processor = 22.1.5 +nuget DevExpress.ExpressApp.CodeAnalysis = 22.1.5 nuget DocumentFormat.OpenXml 2.11.3 nuget DotNetZip 1.16.0 nuget Enums.NET 4.0.0 @@ -72,8 +72,8 @@ nuget Topshelf 4.2.1 nuget Microsoft.AspNetCore.WebUtilities 2.2.0 nuget Unofficial.Microsoft.mshtml 7.0.3300 nuget WindowsBase 4.6.1055.0 -nuget Xpand.XAF.Win.All 4.221.4.2 -nuget Xpand.XAF.Web.All 4.221.4.2 +nuget Xpand.XAF.Win.All 4.221.4.5 +nuget Xpand.XAF.Web.All 4.221.4.5 nuget System.Memory = 4.5.4 nuget System.Collections.Immutable = 6.0.0 nuget System.ServiceModel.NetTcp = 4.9 diff --git a/paket.lock b/paket.lock index d95b28aa6b..dd4685d094 100644 --- a/paket.lock +++ b/paket.lock @@ -32,7 +32,7 @@ NUGET System.Threading (>= 4.0.11) - restriction: || (&& (== net461) (< net35)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Common.Logging.Core (3.4.1) Microsoft.CSharp (>= 4.0.1) - DevExpress.Data (22.1.4) + DevExpress.Data (22.1.5) Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ComponentModel.Annotations (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) @@ -40,8 +40,8 @@ NUGET System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Text.Encoding.CodePages (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Xpo (22.1.4) - DevExpress.Data (22.1.4) + DevExpress.Xpo (22.1.5) + DevExpress.Data (22.1.5) Microsoft.Extensions.DependencyInjection (>= 2.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) @@ -186,6 +186,7 @@ NUGET Microsoft.CodeAnalysis.Common (4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Composition (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.IO.Pipelines (>= 6.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CognitiveServices.Speech (1.23) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) Microsoft.CSharp (4.7) Microsoft.Extensions.Caching.Abstractions (5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.Extensions.Primitives (>= 5.0) @@ -693,7 +694,7 @@ NUGET System.ServiceProcess.ServiceController (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Unofficial.Microsoft.mshtml (7.0.3300) WindowsBase (4.6.1055) - Xpand.Collections (1.0.4) - restriction: || (&& (== net461) (>= net6.0)) (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Collections (1.0.4) - restriction: || (&& (== net461) (>= net6.0)) (&& (== net461) (>= net6.0-windows7.0)) (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Patcher (2.0.31) Mono.Cecil (>= 0.11.4) System.Collections.NonGeneric (>= 4.3) @@ -704,113 +705,113 @@ NUGET System.Reflection.TypeExtensions (>= 4.7) YamlDotNet (11.2.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) remote: C:\Program Files (x86)\DevExpress 22.1\Components\System\Components\Packages - DevExpress.Blazor (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Blazor.Themes (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Data (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Blazor (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Blazor.Themes (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Data (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) DevExtreme.AspNet.Data (>= 2.8.6) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.AspNetCore.Components.Web (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Drawing.Common (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Blazor.Themes (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Charts (22.1.4) - DevExpress.Charts.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.DataVisualization.Core (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Printing.Core (22.1.4) + DevExpress.Blazor.Themes (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Charts (22.1.5) + DevExpress.Charts.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.DataVisualization.Core (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Printing.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Charts.Core (22.1.4) - DevExpress.Data (22.1.4) + DevExpress.Charts.Core (22.1.5) + DevExpress.Data (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.CodeParser (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Dashboard.Core (22.1.4) - DevExpress.Charts (22.1.4) - DevExpress.Charts.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.DataAccess (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Gauges.Core (22.1.4) - DevExpress.Map.Core (22.1.4) - DevExpress.Office.Core (22.1.4) - DevExpress.PivotGrid.Core (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.Reporting.Core (22.1.4) - DevExpress.RichEdit.Core (22.1.4) - DevExpress.Sparkline.Core (22.1.4) - DevExpress.TreeMap (22.1.4) - DevExpress.TreeMap.Core (22.1.4) - DevExpress.Xpo (22.1.4) + DevExpress.CodeParser (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Dashboard.Core (22.1.5) + DevExpress.Charts (22.1.5) + DevExpress.Charts.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.DataAccess (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Gauges.Core (22.1.5) + DevExpress.Map.Core (22.1.5) + DevExpress.Office.Core (22.1.5) + DevExpress.PivotGrid.Core (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.Reporting.Core (22.1.5) + DevExpress.RichEdit.Core (22.1.5) + DevExpress.Sparkline.Core (22.1.5) + DevExpress.TreeMap (22.1.5) + DevExpress.TreeMap.Core (22.1.5) + DevExpress.Xpo (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (22.1.4) - DevExpress.CodeParser (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Office.Core (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.RichEdit.Core (22.1.4) - DevExpress.Xpo (22.1.4) - DevExpress.DataAccess.UI (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.CodeParser (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Diagram.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Diagram (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Xpo (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataAccess (22.1.5) + DevExpress.CodeParser (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Office.Core (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.RichEdit.Core (22.1.5) + DevExpress.Xpo (22.1.5) + DevExpress.DataAccess.UI (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.CodeParser (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Diagram.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils.UI (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Diagram (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.RichEdit (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Xpo (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) System.Data.SqlClient (>= 4.6) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataVisualization.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Drawing (22.1.4) + DevExpress.DataVisualization.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Drawing (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Diagram.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Document.Processor (22.1.4) - DevExpress.Charts (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataVisualization.Core (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Office.Core (22.1.4) - DevExpress.Pdf.Core (22.1.4) - DevExpress.Pdf.Drawing (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.RichEdit.Core (22.1.4) - DevExpress.Snap.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Spreadsheet.Core (22.1.4) + DevExpress.Diagram.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Document.Processor (22.1.5) + DevExpress.Charts (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataVisualization.Core (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Office.Core (22.1.5) + DevExpress.Pdf.Core (22.1.5) + DevExpress.Pdf.Drawing (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.RichEdit.Core (22.1.5) + DevExpress.Snap.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Spreadsheet.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Security.Cryptography.Xml (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Drawing (22.1.4) - DevExpress.Data (22.1.4) + DevExpress.Drawing (22.1.5) + DevExpress.Data (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.EasyTest (22.1.4) + DevExpress.EasyTest (22.1.5) Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Configuration.ConfigurationManager (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Data.SqlClient (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ServiceProcess.ServiceController (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Images (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Images (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) Microsoft.CodeAnalysis.CSharp (>= 2.8) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.Extensions.Configuration.Abstractions (>= 5.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) @@ -824,664 +825,671 @@ NUGET System.Resources.Extensions (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ServiceModel.Primitives (>= 4.5.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Text.Encoding.CodePages (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.AspNetCore (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.AspNetCore (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Data (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 12.0.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.AuditTrail.Xpo (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.ExpressApp.Xpo (22.1.4) - DevExpress.Persistent.BaseImpl.Xpo (22.1.4) - DevExpress.Xpo (22.1.4) + System.Drawing.Common (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.AuditTrail.Xpo (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.ExpressApp.Xpo (22.1.5) + DevExpress.Persistent.BaseImpl.Xpo (22.1.5) + DevExpress.Xpo (22.1.5) + Microsoft.Extensions.Configuration.Abstractions (>= 5.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Configuration.ConfigurationManager (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Blazor (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Blazor (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Data (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.AspNetCore (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Security (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Security.AspNetCore (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Blazor (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Data (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.AspNetCore (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Security (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Security.AspNetCore (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) DevExtreme.AspNet.Data (>= 2.8.6) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.AspNetCore.DataProtection.Extensions (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 12.0.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Drawing.Common (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Chart (22.1.4) - DevExpress.Charts (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) + DevExpress.ExpressApp.Chart (22.1.5) + DevExpress.Charts (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Chart.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Chart (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Visualization (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Chart.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Chart (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.CloneObject.Xpo (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) + DevExpress.ExpressApp.Chart.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Chart (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Visualization (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Chart.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Chart (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.CloneObject.Xpo (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (22.1.4) - DevExpress.Data (22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.ConditionalAppearance (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) + DevExpress.ExpressApp.CodeAnalysis (22.1.5) + DevExpress.Data (22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.ConditionalAppearance (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Core.All (22.1.4) - DevExpress.EasyTest (22.1.4) - DevExpress.ExpressApp.AuditTrail.Xpo (22.1.4) - DevExpress.ExpressApp.Chart (22.1.4) - DevExpress.ExpressApp.CloneObject.Xpo (22.1.4) - DevExpress.ExpressApp.ConditionalAppearance (22.1.4) - DevExpress.ExpressApp.Dashboards (22.1.4) - DevExpress.ExpressApp.Kpi (22.1.4) - DevExpress.ExpressApp.Notifications (22.1.4) - DevExpress.ExpressApp.Objects (22.1.4) - DevExpress.ExpressApp.Office (22.1.4) - DevExpress.ExpressApp.PivotChart (22.1.4) - DevExpress.ExpressApp.PivotGrid (22.1.4) - DevExpress.ExpressApp.ReportsV2 (22.1.4) - DevExpress.ExpressApp.Scheduler (22.1.4) - DevExpress.ExpressApp.ScriptRecorder (22.1.4) - DevExpress.ExpressApp.Security (22.1.4) - DevExpress.ExpressApp.StateMachine (22.1.4) - DevExpress.ExpressApp.TreeListEditors (22.1.4) - DevExpress.ExpressApp.Validation (22.1.4) - DevExpress.ExpressApp.ViewVariantsModule (22.1.4) - DevExpress.ExpressApp.Workflow (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - DevExpress.ExpressApp.Dashboards (22.1.4) - DevExpress.Dashboard.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.DataAccess (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) + DevExpress.ExpressApp.Core.All (22.1.5) + DevExpress.EasyTest (22.1.5) + DevExpress.ExpressApp.AuditTrail.Xpo (22.1.5) + DevExpress.ExpressApp.Chart (22.1.5) + DevExpress.ExpressApp.CloneObject.Xpo (22.1.5) + DevExpress.ExpressApp.ConditionalAppearance (22.1.5) + DevExpress.ExpressApp.Dashboards (22.1.5) + DevExpress.ExpressApp.Kpi (22.1.5) + DevExpress.ExpressApp.Notifications (22.1.5) + DevExpress.ExpressApp.Objects (22.1.5) + DevExpress.ExpressApp.Office (22.1.5) + DevExpress.ExpressApp.PivotChart (22.1.5) + DevExpress.ExpressApp.PivotGrid (22.1.5) + DevExpress.ExpressApp.ReportsV2 (22.1.5) + DevExpress.ExpressApp.Scheduler (22.1.5) + DevExpress.ExpressApp.ScriptRecorder (22.1.5) + DevExpress.ExpressApp.Security (22.1.5) + DevExpress.ExpressApp.StateMachine (22.1.5) + DevExpress.ExpressApp.TreeListEditors (22.1.5) + DevExpress.ExpressApp.Validation (22.1.5) + DevExpress.ExpressApp.ViewVariantsModule (22.1.5) + DevExpress.ExpressApp.Workflow (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) + DevExpress.ExpressApp.Dashboards (22.1.5) + DevExpress.Dashboard.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.DataAccess (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Dashboards.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Dashboard.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Dashboards (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Dashboard (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Dashboard.Common (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Dashboards.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Dashboard.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.DataAccess.UI (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Dashboards (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Dashboard (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.EasyTest (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.EasyTest.WebAdapter (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Dashboards.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Dashboard.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Dashboards (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Dashboard (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Dashboard.Common (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Dashboards.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Dashboard.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.DataAccess.UI (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Dashboards (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Dashboard (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.EasyTest (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.EasyTest.WebAdapter (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) Selenium.WebDriver (>= 4.1) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.EasyTest.WebAdapter (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.EasyTest (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.EasyTest.WinAdapter (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.DataAccess.UI (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.EasyTest (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.HtmlPropertyEditor.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Office.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.PivotChart.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.PivotGrid.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Scheduler.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Scheduler.CoreDesktop (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Spreadsheet.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.PivotGrid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.RichEdit (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Scheduler (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Spreadsheet (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.VerticalGrid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.FileAttachment.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.FileAttachment.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.HtmlPropertyEditor.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.HtmlPropertyEditor.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Kpi (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.ExpressApp.Validation (22.1.4) - DevExpress.Persistent.Base (22.1.4) + DevExpress.ExpressApp.EasyTest.WebAdapter (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.EasyTest (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.EasyTest.WinAdapter (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.DataAccess.UI (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.EasyTest (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.HtmlPropertyEditor.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Office.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.PivotChart.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.PivotGrid.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Scheduler.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Scheduler.CoreDesktop (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Spreadsheet.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.PivotGrid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.RichEdit (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Scheduler (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Spreadsheet (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.VerticalGrid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.FileAttachment.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.FileAttachment.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.HtmlPropertyEditor.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.HtmlPropertyEditor.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Kpi (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.ExpressApp.Validation (22.1.5) + DevExpress.Persistent.Base (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Maps.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Notifications (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) + DevExpress.ExpressApp.Maps.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Notifications (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Notifications.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Notifications (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Notifications.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Notifications (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Objects (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) + DevExpress.ExpressApp.Notifications.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Notifications (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Notifications.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Notifications (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Objects (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Office (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Office.Core (22.1.4) - DevExpress.Persistent.Base (22.1.4) - DevExpress.RichEdit.Core (22.1.4) - DevExpress.Spreadsheet.Core (22.1.4) + DevExpress.ExpressApp.Office (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Office.Core (22.1.5) + DevExpress.Persistent.Base (22.1.5) + DevExpress.RichEdit.Core (22.1.5) + DevExpress.Spreadsheet.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Office.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Office (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Spreadsheet.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Office (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Office.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Office (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Office.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Spreadsheet.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.RichEdit (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Spreadsheet (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.PivotChart (22.1.4) - DevExpress.Charts (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) - DevExpress.PivotGrid.Core (22.1.4) + DevExpress.ExpressApp.Office.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Office (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Spreadsheet.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Office (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Office.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Office (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Office.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Spreadsheet.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.RichEdit (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Spreadsheet (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.PivotChart (22.1.5) + DevExpress.Charts (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) + DevExpress.PivotGrid.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.PivotChart.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotChart (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.PivotGrid.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Visualization (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotChart.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.PivotChart (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.PivotGrid.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.PivotGrid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.PivotGrid (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.PivotGrid.Core (22.1.4) + DevExpress.ExpressApp.PivotChart.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotChart (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.PivotGrid.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Visualization (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotChart.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.PivotChart (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.PivotGrid.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.PivotGrid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.PivotGrid (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.PivotGrid.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.PivotGrid.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotGrid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.PivotGrid.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Visualization (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotGrid.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.PivotGrid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.PivotGrid.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.PivotGrid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.ReportsV2 (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.Reporting.Core (22.1.4) + DevExpress.ExpressApp.PivotGrid.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotGrid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.PivotGrid.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Visualization (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotGrid.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.PivotGrid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.PivotGrid.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.PivotGrid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.ReportsV2 (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.Reporting.Core (22.1.5) + Microsoft.Extensions.Configuration.Abstractions (>= 5.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.ReportsV2.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ReportsV2 (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Reporting.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Reporting (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Reporting.Common (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ReportsV2.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.DataAccess.UI (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.ReportsV2 (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Reporting.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils.UI (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Reporting (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Scheduler (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) - DevExpress.Scheduler.Core (22.1.4) - DevExpress.Scheduler.CoreDesktop (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ReportsV2.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ReportsV2 (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Reporting.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Reporting (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Reporting.Common (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ReportsV2.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.DataAccess.UI (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.ReportsV2 (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Reporting.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils.UI (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Reporting (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Scheduler (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) + DevExpress.Scheduler.Core (22.1.5) + DevExpress.Scheduler.CoreDesktop (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Scheduler.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Scheduler (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Scheduler.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Scheduler.CoreDesktop (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Scheduler (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Scheduler.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Scheduler (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Scheduler.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Scheduler.CoreDesktop (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Scheduler (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.ScriptRecorder (22.1.4) - DevExpress.ExpressApp (22.1.4) + DevExpress.ExpressApp.Scheduler.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Scheduler (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Scheduler.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Scheduler.CoreDesktop (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Scheduler (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Scheduler.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Scheduler (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Scheduler.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Scheduler.CoreDesktop (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Scheduler (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.ScriptRecorder (22.1.5) + DevExpress.ExpressApp (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.ScriptRecorder.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ScriptRecorder (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ScriptRecorder.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.ScriptRecorder (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Security (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) + DevExpress.ExpressApp.ScriptRecorder.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ScriptRecorder (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ScriptRecorder.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.ScriptRecorder (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Security (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.Extensions.Options (>= 3.1.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Security.Permissions (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Security.AspNetCore (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.AspNetCore (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Security (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Security.Xpo (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.ExpressApp.Security (22.1.4) - DevExpress.ExpressApp.Xpo (22.1.4) - DevExpress.Persistent.Base (22.1.4) - DevExpress.Xpo (22.1.4) + DevExpress.ExpressApp.Security.AspNetCore (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.AspNetCore (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Security (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Security.Xpo (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.ExpressApp.Security (22.1.5) + DevExpress.ExpressApp.Xpo (22.1.5) + DevExpress.Persistent.Base (22.1.5) + DevExpress.Xpo (22.1.5) Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.Extensions.Options (>= 6.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ServiceModel.Http (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ServiceModel.NetTcp (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ServiceModel.Primitives (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.StateMachine (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.ExpressApp.ConditionalAppearance (22.1.4) - DevExpress.ExpressApp.Validation (22.1.4) - DevExpress.Persistent.Base (22.1.4) + DevExpress.ExpressApp.StateMachine (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.ExpressApp.ConditionalAppearance (22.1.5) + DevExpress.ExpressApp.Validation (22.1.5) + DevExpress.Persistent.Base (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.TreeListEditors (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) + DevExpress.ExpressApp.TreeListEditors (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.TreeListEditors.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.TreeListEditors (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.TreeListEditors.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.TreeListEditors (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Validation (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Persistent.Base (22.1.4) + DevExpress.ExpressApp.TreeListEditors.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.TreeListEditors (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.TreeListEditors.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.TreeListEditors (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Validation (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Persistent.Base (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Validation.Blazor (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Data (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.AspNetCore (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Blazor (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Validation (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation.Blazor (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Data (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.AspNetCore (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.AspNetCore.Components.Web (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Validation.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Validation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Validation.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Validation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.ViewVariantsModule (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) + DevExpress.ExpressApp.Validation.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Validation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Validation.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Validation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.ViewVariantsModule (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Themes (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web.All (22.1.4) - DevExpress.ExpressApp.Chart.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Core.All (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Dashboards.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.EasyTest.WebAdapter (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.FileAttachment.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.HtmlPropertyEditor.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Maps.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Notifications.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Office.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotChart.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotGrid.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ReportsV2.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Scheduler.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ScriptRecorder.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.TreeListEditors.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Validation.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.DataAccess.UI (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Security (22.1.4) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Office.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.BonusSkins (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.RichEdit (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Win.VerticalGrid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Themes (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web.All (22.1.5) + DevExpress.ExpressApp.Chart.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Core.All (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Dashboards.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.EasyTest.WebAdapter (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.FileAttachment.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.HtmlPropertyEditor.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Maps.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Notifications.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Office.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotChart.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotGrid.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ReportsV2.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Scheduler.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ScriptRecorder.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.TreeListEditors.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Validation.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.DataAccess.UI (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Security (22.1.5) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Office.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.BonusSkins (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.RichEdit (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Win.VerticalGrid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) Microsoft.Extensions.DependencyInjection (>= 6.0) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win.All (22.1.4) - DevExpress.ExpressApp.Chart.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Core.All (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Dashboards.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.EasyTest.WinAdapter (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.FileAttachment.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.HtmlPropertyEditor.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Notifications.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Office.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.PivotChart.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.PivotGrid.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.ReportsV2.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Scheduler.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.ScriptRecorder.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.TreeListEditors.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Validation.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.Workflow.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Workflow (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ConditionalAppearance (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Security (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Workflow.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Workflow (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Xpo (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Xpo (22.1.4) + DevExpress.ExpressApp.Win.All (22.1.5) + DevExpress.ExpressApp.Chart.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Core.All (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Dashboards.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.EasyTest.WinAdapter (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.FileAttachment.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.HtmlPropertyEditor.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Notifications.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Office.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.PivotChart.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.PivotGrid.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.ReportsV2.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Scheduler.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.ScriptRecorder.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.TreeListEditors.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Validation.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.Workflow.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Workflow (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ConditionalAppearance (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Security (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Workflow.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Workflow (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Xpo (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Xpo (22.1.5) Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Security.Permissions (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Gauges.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Printing.Core (22.1.4) + DevExpress.Gauges.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Printing.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Images (22.1.4) - DevExpress.Data (22.1.4) + DevExpress.Images (22.1.5) + DevExpress.Data (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Map.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Printing.Core (22.1.4) + DevExpress.Map.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Printing.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Office.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Pdf.Core (22.1.4) - DevExpress.Printing.Core (22.1.4) + DevExpress.Office.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Pdf.Core (22.1.5) + DevExpress.Printing.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Security.Cryptography.Xml (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Pdf.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Drawing (22.1.4) + DevExpress.Pdf.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Drawing (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Security.Cryptography.Pkcs (>= 4.5.2) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Pdf.Drawing (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Pdf.Core (22.1.4) + DevExpress.Pdf.Drawing (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Pdf.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Persistent.Base (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.DataAccess (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.Reporting.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.DataAccess (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.Reporting.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Persistent.BaseImpl.Xpo (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.ExpressApp (22.1.4) - DevExpress.ExpressApp.Objects (22.1.4) - DevExpress.ExpressApp.Xpo (22.1.4) - DevExpress.Persistent.Base (22.1.4) - DevExpress.Scheduler.Core (22.1.4) - DevExpress.Xpo (22.1.4) + DevExpress.Persistent.BaseImpl.Xpo (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.ExpressApp (22.1.5) + DevExpress.ExpressApp.Objects (22.1.5) + DevExpress.ExpressApp.Xpo (22.1.5) + DevExpress.Persistent.Base (22.1.5) + DevExpress.Scheduler.Core (22.1.5) + DevExpress.Xpo (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.PivotGrid.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Printing.Core (22.1.4) + DevExpress.PivotGrid.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Printing.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Printing.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Pdf.Core (22.1.4) - DevExpress.Pdf.Drawing (22.1.4) + DevExpress.Printing.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Pdf.Core (22.1.5) + DevExpress.Pdf.Drawing (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ComponentModel.Annotations (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Security.Cryptography.Pkcs (>= 4.5.2) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ServiceModel.Http (>= 4.5.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Text.Encoding.CodePages (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Reporting.Core (22.1.4) - DevExpress.Charts (22.1.4) - DevExpress.Charts.Core (22.1.4) - DevExpress.CodeParser (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.DataAccess (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Gauges.Core (22.1.4) - DevExpress.Office.Core (22.1.4) - DevExpress.Pdf.Core (22.1.4) - DevExpress.Pdf.Drawing (22.1.4) - DevExpress.PivotGrid.Core (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.RichEdit.Core (22.1.4) - DevExpress.RichEdit.Export (22.1.4) - DevExpress.Sparkline.Core (22.1.4) - DevExpress.Xpo (22.1.4) + DevExpress.Reporting.Core (22.1.5) + DevExpress.Charts (22.1.5) + DevExpress.Charts.Core (22.1.5) + DevExpress.CodeParser (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.DataAccess (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Gauges.Core (22.1.5) + DevExpress.Office.Core (22.1.5) + DevExpress.Pdf.Core (22.1.5) + DevExpress.Pdf.Drawing (22.1.5) + DevExpress.PivotGrid.Core (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.RichEdit.Core (22.1.5) + DevExpress.RichEdit.Export (22.1.5) + DevExpress.Sparkline.Core (22.1.5) + DevExpress.Xpo (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.CodeDom (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Collections.Immutable (>= 1.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) @@ -1489,380 +1497,380 @@ NUGET System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Runtime.Loader (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Security.Permissions (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.RichEdit.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Office.Core (22.1.4) - DevExpress.Pdf.Core (22.1.4) - DevExpress.Printing.Core (22.1.4) + DevExpress.RichEdit.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Office.Core (22.1.5) + DevExpress.Pdf.Core (22.1.5) + DevExpress.Printing.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.RichEdit.Export (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Office.Core (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.RichEdit.Core (22.1.4) + DevExpress.RichEdit.Export (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Office.Core (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.RichEdit.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Scheduler.Core (22.1.4) - DevExpress.Data (22.1.4) + DevExpress.Scheduler.Core (22.1.5) + DevExpress.Data (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Scheduler.CoreDesktop (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Images (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Scheduler.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Snap.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Office.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Sparkline.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Sparkline.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.SpellChecker.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Spreadsheet.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.DataAccess (22.1.4) - DevExpress.DataVisualization.Core (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Office.Core (22.1.4) - DevExpress.Pdf.Core (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.Sparkline.Core (22.1.4) + DevExpress.Scheduler.CoreDesktop (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Images (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Scheduler.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Snap.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Office.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Sparkline.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Sparkline.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.SpellChecker.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Spreadsheet.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.DataAccess (22.1.5) + DevExpress.DataVisualization.Core (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Office.Core (22.1.5) + DevExpress.Pdf.Core (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.Sparkline.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Security.AccessControl (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.TreeMap (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.DataVisualization.Core (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.TreeMap.Core (22.1.4) + DevExpress.TreeMap (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.DataVisualization.Core (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.TreeMap.Core (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.TreeMap.Core (22.1.4) - DevExpress.Data (22.1.4) + DevExpress.TreeMap.Core (22.1.5) + DevExpress.Data (22.1.5) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Office.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.PivotGrid.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.RichEdit.Export (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.SpellChecker.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Dashboard (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Dashboard.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Dashboard.Common (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Dashboard.Common (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Dashboard.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.DataAccess (22.1.4) - DevExpress.Pdf.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.PivotGrid.Core (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.Reporting.Core (22.1.4) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Xpo (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Office (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataVisualization.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Office.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.SpellChecker.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Spreadsheet.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.TreeMap (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Reporting (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Reporting.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Reporting.Common (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Reporting.Common (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (22.1.4) - DevExpress.Charts.Core (22.1.4) - DevExpress.Data (22.1.4) - DevExpress.DataAccess (22.1.4) - DevExpress.Drawing (22.1.4) - DevExpress.Gauges.Core (22.1.4) - DevExpress.PivotGrid.Core (22.1.4) - DevExpress.Printing.Core (22.1.4) - DevExpress.Reporting.Core (22.1.4) - DevExpress.Sparkline.Core (22.1.4) - DevExpress.Web.Scheduler (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Scheduler.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Scheduler.CoreDesktop (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Themes (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Visualization (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Gauges.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Win (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Export (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.PivotGrid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.BonusSkins (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Charts (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Charts.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess.UI (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Dashboard (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Charts.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Dashboard.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess.UI (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Gauges.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Map.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Office.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.PivotGrid.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Reporting.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Sparkline.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.TreeMap (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.TreeMap.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Charts (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Gauges (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Map (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.PivotGrid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeMap (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Xpo (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Diagram (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Diagram.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Pdf.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Gauges (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Gauges.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Map (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Map.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils.UI (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.RichEdit (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.VerticalGrid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Office.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.PivotGrid.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.RichEdit.Export (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.SpellChecker.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Dashboard (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Dashboard.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Dashboard.Common (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Dashboard.Common (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Dashboard.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.DataAccess (22.1.5) + DevExpress.Pdf.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.PivotGrid.Core (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.Reporting.Core (22.1.5) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Xpo (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Office (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataVisualization.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Office.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.SpellChecker.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Spreadsheet.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.TreeMap (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Reporting (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Reporting.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Reporting.Common (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Reporting.Common (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.5) + DevExpress.Charts.Core (22.1.5) + DevExpress.Data (22.1.5) + DevExpress.DataAccess (22.1.5) + DevExpress.Drawing (22.1.5) + DevExpress.Gauges.Core (22.1.5) + DevExpress.PivotGrid.Core (22.1.5) + DevExpress.Printing.Core (22.1.5) + DevExpress.Reporting.Core (22.1.5) + DevExpress.Sparkline.Core (22.1.5) + DevExpress.Web.Scheduler (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Scheduler.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Scheduler.CoreDesktop (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Themes (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Visualization (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Gauges.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Win (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.RichEdit.Export (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.PivotGrid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.VerticalGrid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.BonusSkins (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Charts (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Charts.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataAccess.UI (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils.UI (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.VerticalGrid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Dashboard (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Charts.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Dashboard.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataAccess.UI (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Gauges.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Map.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Office.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.PivotGrid.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Reporting.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Sparkline.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.TreeMap (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.TreeMap.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils.UI (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Charts (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Gauges (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Map (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.PivotGrid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.RichEdit (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeMap (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Xpo (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Diagram (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Diagram.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Pdf.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.VerticalGrid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Gauges (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Gauges.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Map (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Map.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) System.Data.SqlClient (>= 4.6) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Sparkline.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.PivotGrid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.PivotGrid.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Reporting (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Charts.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.CodeParser (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess.UI (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Gauges.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Office.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.PivotGrid.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Reporting.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Sparkline.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Charts (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.PivotGrid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Images (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Office.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Pdf.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Scheduler (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Scheduler.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Scheduler.CoreDesktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Spreadsheet (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Charts (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess.UI (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataVisualization.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Office.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Spreadsheet.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.TreeMap (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeMap (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.TreeMap (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.TreeMap.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.Data (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Drawing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Sparkline.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.PivotGrid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.PivotGrid.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Reporting (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Charts.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.CodeParser (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataAccess.UI (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Gauges.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Office.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.PivotGrid.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Reporting.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Sparkline.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils.UI (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Charts (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.PivotGrid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.RichEdit (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.VerticalGrid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.RichEdit (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Images (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Office.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Pdf.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Scheduler (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Scheduler.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Scheduler.CoreDesktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Spreadsheet (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Charts (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataAccess (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataAccess.UI (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.DataVisualization.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Office.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.RichEdit.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Spreadsheet.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.TreeMap (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils.UI (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Grid (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.RichEdit (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeList (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.TreeMap (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.TreeMap (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.TreeMap.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.VerticalGrid (22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.Data (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Data.Desktop (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Drawing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Printing.Core (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Utils (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Navigation (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.Printing (22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) remote: https://xpandnugetserver.azurewebsites.net/nuget - Xpand.Extensions (4.221.4.2) + Xpand.Extensions (4.221.4.5) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.CodeAnalysis.CSharp (>= 4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.CSharp (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) @@ -1872,42 +1880,41 @@ NUGET System.Security.Cryptography.ProtectedData (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ValueTuple (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Blazor (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Blazor (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Blazor (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.CodeAnalysis.CSharp (>= 4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Microsoft.NETCore.Platforms (>= 6.0.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.CodeDom (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Configuration.ConfigurationManager (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Mono.Cecil (4.221.4.2) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Mono.Cecil (4.221.4.5) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Mono.Cecil (>= 0.11.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.CodeDom (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ValueTuple (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Office.Cloud (4.221.4.2) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Office.Cloud (4.221.4.5) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Office.Cloud.Google.Blazor (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Office.Cloud.Google.Blazor (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Google.Apis.Auth (>= 1.55) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.CodeAnalysis.CSharp (>= 4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Configuration.ConfigurationManager (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Office.Cloud.Google (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (4.221.4.2) + Xpand.Extensions.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Office.Cloud.Google (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (4.221.4.5) akarnokd.reactive_extensions (>= 0.0.27-alpha) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) @@ -1918,181 +1925,181 @@ NUGET System.Linq.Async (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reflection.Emit (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Text.Json (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (4.221.4.2) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (4.221.4.5) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Enums.NET (>= 4.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (4.221.4.2) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (4.221.4.5) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.AutoCommit (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.AutoCommit (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Blazor (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Blazor (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Validation.Blazor (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Blazor (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation.Blazor (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.CodeAnalysis (>= 4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Microsoft.NETCore.Platforms (>= 6.0.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.CodeDom (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Configuration.ConfigurationManager (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.BulkObjectUpdate (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Validation (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.BulkObjectUpdate (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.CloneMemberValue (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.CloneMemberValue (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.CloneModelView (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.CloneModelView (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.CSharp (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Email (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Validation (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Email (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.GridListEditor (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.GridListEditor (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.HideToolBar (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.HideToolBar (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.CSharp (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.JobScheduler.Hangfire (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Blazor (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Validation (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Validation.Blazor (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.JobScheduler.Hangfire (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation.Blazor (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Hangfire.AspNetCore (>= 1.7.30) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Hangfire.Core (>= 1.7.30) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.CodeAnalysis (>= 4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Microsoft.NETCore.Platforms (>= 6.0.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.CodeDom (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Configuration.ConfigurationManager (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.JobScheduler.Notification (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Blazor (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Validation (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Validation.Blazor (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.JobScheduler.Notification (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation.Blazor (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Hangfire.AspNetCore (>= 1.7.30) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.MasterDetail (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.MasterDetail (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.ModelMapper (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.ModelMapper (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Enums.NET (>= 4.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Mono.Cecil (>= 0.11.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) @@ -2101,205 +2108,205 @@ NUGET System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.ModelViewInheritance (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.ModelViewInheritance (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ValueTuple (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Google (4.221.4.2) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Google (4.221.4.5) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Google.Apis.Auth (>= 1.55) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Office.Cloud (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Google.Calendar (4.221.4.2) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Office.Cloud (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Google.Calendar (4.221.4.5) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Google.Apis.Calendar.v3 (>= 1.55.0.2410) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Office.Cloud (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Google (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Google.Tasks (4.221.4.2) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Office.Cloud (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Google (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Google.Tasks (4.221.4.5) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Google.Apis.Tasks.v1 (>= 1.55.0.2384) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Office.Cloud (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Google (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Microsoft (4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Office.Cloud (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Google (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Microsoft (4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Microsoft.Graph.Beta (>= 4.22.0-preview) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Microsoft.Owin.Host.SystemWeb (>= 4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Microsoft.Owin.Security.Cookies (>= 4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Microsoft.Owin.Security.OpenIdConnect (>= 4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Newtonsoft.Json (>= 13.0.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) System.Reactive (>= 5.0) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Office.Cloud (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Office.Cloud (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Microsoft.Graph.Beta (>= 4.22.0-preview) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Newtonsoft.Json (>= 13.0.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) System.Reactive (>= 5.0) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Office.Cloud (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Office.Cloud (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Microsoft.Graph.Beta (>= 4.22.0-preview) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Newtonsoft.Json (>= 13.0.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) System.Reactive (>= 5.0) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Office.Cloud (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.DocumentStyleManager (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Office (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Office.Cloud (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.DocumentStyleManager (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Office (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.HideToolBar (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.SuppressConfirmation (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.ViewItemValue (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.OneView (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Win (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.HideToolBar (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.SuppressConfirmation (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.ViewItemValue (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.OneView (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Win (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.PositionInListView (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.PositionInListView (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.ProgressBarViewItem (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.ProgressBarViewItem (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.CodeDom (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.RazorView (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Validation (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.RazorView (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) RazorLight (>= 2.0.0-rc.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reflection.Metadata (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Enums.NET (>= 4.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.CSharp (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive.Logger (4.221.4.2) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive.Logger (4.221.4.5) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive.Logger.Hub (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive.Logger.Hub (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) MagicOnion (>= 2.6.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) @@ -2307,223 +2314,249 @@ NUGET System.Interactive.Async (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive.Logger (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive.Logger (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) YamlDotNet (>= 11.2.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive.Rest (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive.Rest (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.CSharp (>= 4.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.RefreshView (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.RefreshView (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.SequenceGenerator (4.221.4.2) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Validation (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.SequenceGenerator (4.221.4.5) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.Validation (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.StoreToDisk (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Speech (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Notifications (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.ViewVariantsModule (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Enums.NET (>= 4.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.CognitiveServices.Speech (>= 1.23) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.CloneModelView (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.HideToolBar (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive.Logger.Hub (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Windows (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.StoreToDisk (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Security.Cryptography.ProtectedData (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.SuppressConfirmation (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.SuppressConfirmation (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.TenantManager (4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Blazor (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Security (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.Persistent.Base (>= 22.1.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.TenantManager (4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Security (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (>= 22.1.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.ViewEditMode (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.ViewEditMode (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.ViewItemValue (4.221.4.2) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Validation (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.ViewItemValue (4.221.4.5) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.Validation (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.ViewWizard (4.221.4.2) - DevExpress.ExpressApp (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Xpo (>= 22.1.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.ViewWizard (4.221.4.5) + DevExpress.ExpressApp (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Xpo (>= 22.1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Windows (4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) - DevExpress.ExpressApp.Win (>= 22.1.4) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Windows (4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Win (>= 22.1.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) Enums.NET (>= 4.0) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) Fasterflect.Xpand (>= 2.0.7) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.VisualBasic (>= 10.3) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) System.Reactive (>= 5.0) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions (>= 4.221.4.2) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.XAF (>= 4.221.4.2) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions (>= 4.221.4.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.221.4.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) Xpand.Patcher (>= 2.0.31) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Web.All (4.221.4.2) - Xpand.Extensions (>= 4.221.4.2) - Xpand.Extensions.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Mono.Cecil (>= 4.221.4.2) - Xpand.Extensions.Office.Cloud (>= 4.221.4.2) - Xpand.Extensions.Office.Cloud.Google.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.Extensions.Reactive (>= 4.221.4.2) - Xpand.Extensions.XAF (>= 4.221.4.2) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - Xpand.XAF.Modules.AutoCommit (>= 4.221.4.2) - Xpand.XAF.Modules.Blazor (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.BulkObjectUpdate (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.CloneMemberValue (>= 4.221.4.2) - Xpand.XAF.Modules.CloneModelView (>= 4.221.4.2) - Xpand.XAF.Modules.Email (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.HideToolBar (>= 4.221.4.2) - Xpand.XAF.Modules.JobScheduler.Hangfire (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.JobScheduler.Notification (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.MasterDetail (>= 4.221.4.2) - Xpand.XAF.Modules.ModelMapper (>= 4.221.4.2) - Xpand.XAF.Modules.ModelViewInheritance (>= 4.221.4.2) - Xpand.XAF.Modules.Office.Cloud.Google (>= 4.221.4.2) - Xpand.XAF.Modules.Office.Cloud.Google.Calendar (>= 4.221.4.2) - Xpand.XAF.Modules.Office.Cloud.Google.Tasks (>= 4.221.4.2) - Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.DocumentStyleManager (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - Xpand.XAF.Modules.PositionInListView (>= 4.221.4.2) - Xpand.XAF.Modules.ProgressBarViewItem (>= 4.221.4.2) - Xpand.XAF.Modules.RazorView (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - Xpand.XAF.Modules.Reactive.Logger (>= 4.221.4.2) - Xpand.XAF.Modules.Reactive.Logger.Hub (>= 4.221.4.2) - Xpand.XAF.Modules.Reactive.Rest (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.RefreshView (>= 4.221.4.2) - Xpand.XAF.Modules.SequenceGenerator (>= 4.221.4.2) - Xpand.XAF.Modules.StoreToDisk (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.SuppressConfirmation (>= 4.221.4.2) - Xpand.XAF.Modules.TenantManager (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.ViewEditMode (>= 4.221.4.2) - Xpand.XAF.Modules.ViewItemValue (>= 4.221.4.2) - Xpand.XAF.Modules.ViewWizard (>= 4.221.4.2) - Xpand.XAF.Win.All (4.221.4.2) - Xpand.Extensions (>= 4.221.4.2) - Xpand.Extensions.Mono.Cecil (>= 4.221.4.2) - Xpand.Extensions.Office.Cloud (>= 4.221.4.2) - Xpand.Extensions.Reactive (>= 4.221.4.2) - Xpand.Extensions.XAF (>= 4.221.4.2) - Xpand.Extensions.XAF.Xpo (>= 4.221.4.2) - Xpand.XAF.Modules.AutoCommit (>= 4.221.4.2) - Xpand.XAF.Modules.BulkObjectUpdate (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.CloneMemberValue (>= 4.221.4.2) - Xpand.XAF.Modules.CloneModelView (>= 4.221.4.2) - Xpand.XAF.Modules.Email (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.GridListEditor (>= 4.221.4.2) - Xpand.XAF.Modules.HideToolBar (>= 4.221.4.2) - Xpand.XAF.Modules.MasterDetail (>= 4.221.4.2) - Xpand.XAF.Modules.ModelMapper (>= 4.221.4.2) - Xpand.XAF.Modules.ModelViewInheritance (>= 4.221.4.2) - Xpand.XAF.Modules.Office.Cloud.Google (>= 4.221.4.2) - Xpand.XAF.Modules.Office.Cloud.Google.Calendar (>= 4.221.4.2) - Xpand.XAF.Modules.Office.Cloud.Google.Tasks (>= 4.221.4.2) - Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.DocumentStyleManager (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - Xpand.XAF.Modules.OneView (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) - Xpand.XAF.Modules.PositionInListView (>= 4.221.4.2) - Xpand.XAF.Modules.ProgressBarViewItem (>= 4.221.4.2) - Xpand.XAF.Modules.RazorView (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.Reactive (>= 4.221.4.2) - Xpand.XAF.Modules.Reactive.Logger (>= 4.221.4.2) - Xpand.XAF.Modules.Reactive.Logger.Hub (>= 4.221.4.2) - Xpand.XAF.Modules.Reactive.Rest (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.RefreshView (>= 4.221.4.2) - Xpand.XAF.Modules.SequenceGenerator (>= 4.221.4.2) - Xpand.XAF.Modules.StoreToDisk (>= 4.221.4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) - Xpand.XAF.Modules.SuppressConfirmation (>= 4.221.4.2) - Xpand.XAF.Modules.ViewEditMode (>= 4.221.4.2) - Xpand.XAF.Modules.ViewItemValue (>= 4.221.4.2) - Xpand.XAF.Modules.ViewWizard (>= 4.221.4.2) - Xpand.XAF.Modules.Windows (>= 4.221.4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Web.All (4.221.4.5) + Xpand.Extensions (>= 4.221.4.5) + Xpand.Extensions.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Mono.Cecil (>= 4.221.4.5) + Xpand.Extensions.Office.Cloud (>= 4.221.4.5) + Xpand.Extensions.Office.Cloud.Google.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.221.4.5) + Xpand.Extensions.XAF (>= 4.221.4.5) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) + Xpand.XAF.Modules.AutoCommit (>= 4.221.4.5) + Xpand.XAF.Modules.Blazor (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.BulkObjectUpdate (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.CloneMemberValue (>= 4.221.4.5) + Xpand.XAF.Modules.CloneModelView (>= 4.221.4.5) + Xpand.XAF.Modules.Email (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.HideToolBar (>= 4.221.4.5) + Xpand.XAF.Modules.JobScheduler.Hangfire (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.JobScheduler.Notification (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.MasterDetail (>= 4.221.4.5) + Xpand.XAF.Modules.ModelMapper (>= 4.221.4.5) + Xpand.XAF.Modules.ModelViewInheritance (>= 4.221.4.5) + Xpand.XAF.Modules.Office.Cloud.Google (>= 4.221.4.5) + Xpand.XAF.Modules.Office.Cloud.Google.Calendar (>= 4.221.4.5) + Xpand.XAF.Modules.Office.Cloud.Google.Tasks (>= 4.221.4.5) + Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.DocumentStyleManager (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + Xpand.XAF.Modules.PositionInListView (>= 4.221.4.5) + Xpand.XAF.Modules.ProgressBarViewItem (>= 4.221.4.5) + Xpand.XAF.Modules.RazorView (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) + Xpand.XAF.Modules.Reactive.Logger (>= 4.221.4.5) + Xpand.XAF.Modules.Reactive.Logger.Hub (>= 4.221.4.5) + Xpand.XAF.Modules.Reactive.Rest (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.RefreshView (>= 4.221.4.5) + Xpand.XAF.Modules.SequenceGenerator (>= 4.221.4.5) + Xpand.XAF.Modules.StoreToDisk (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.SuppressConfirmation (>= 4.221.4.5) + Xpand.XAF.Modules.TenantManager (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.ViewEditMode (>= 4.221.4.5) + Xpand.XAF.Modules.ViewItemValue (>= 4.221.4.5) + Xpand.XAF.Modules.ViewWizard (>= 4.221.4.5) + Xpand.XAF.Win.All (4.221.4.5) + Xpand.Extensions (>= 4.221.4.5) + Xpand.Extensions.Mono.Cecil (>= 4.221.4.5) + Xpand.Extensions.Office.Cloud (>= 4.221.4.5) + Xpand.Extensions.Reactive (>= 4.221.4.5) + Xpand.Extensions.XAF (>= 4.221.4.5) + Xpand.Extensions.XAF.Xpo (>= 4.221.4.5) + Xpand.XAF.Modules.AutoCommit (>= 4.221.4.5) + Xpand.XAF.Modules.BulkObjectUpdate (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.CloneMemberValue (>= 4.221.4.5) + Xpand.XAF.Modules.CloneModelView (>= 4.221.4.5) + Xpand.XAF.Modules.Email (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.GridListEditor (>= 4.221.4.5) + Xpand.XAF.Modules.HideToolBar (>= 4.221.4.5) + Xpand.XAF.Modules.MasterDetail (>= 4.221.4.5) + Xpand.XAF.Modules.ModelMapper (>= 4.221.4.5) + Xpand.XAF.Modules.ModelViewInheritance (>= 4.221.4.5) + Xpand.XAF.Modules.Office.Cloud.Google (>= 4.221.4.5) + Xpand.XAF.Modules.Office.Cloud.Google.Calendar (>= 4.221.4.5) + Xpand.XAF.Modules.Office.Cloud.Google.Tasks (>= 4.221.4.5) + Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.DocumentStyleManager (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + Xpand.XAF.Modules.OneView (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + Xpand.XAF.Modules.PositionInListView (>= 4.221.4.5) + Xpand.XAF.Modules.ProgressBarViewItem (>= 4.221.4.5) + Xpand.XAF.Modules.RazorView (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.221.4.5) + Xpand.XAF.Modules.Reactive.Logger (>= 4.221.4.5) + Xpand.XAF.Modules.Reactive.Logger.Hub (>= 4.221.4.5) + Xpand.XAF.Modules.Reactive.Rest (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.RefreshView (>= 4.221.4.5) + Xpand.XAF.Modules.SequenceGenerator (>= 4.221.4.5) + Xpand.XAF.Modules.Speech (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0-windows7.0)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net6.0-windows7.0)) + Xpand.XAF.Modules.StoreToDisk (>= 4.221.4.5) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.SuppressConfirmation (>= 4.221.4.5) + Xpand.XAF.Modules.ViewEditMode (>= 4.221.4.5) + Xpand.XAF.Modules.ViewItemValue (>= 4.221.4.5) + Xpand.XAF.Modules.ViewWizard (>= 4.221.4.5) + Xpand.XAF.Modules.Windows (>= 4.221.4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (>= net6.0-windows7.0)) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net6.0-windows7.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net6.0-windows7.0))