diff --git a/.github/Azure-pipeline.yml b/.github/Azure-pipeline.yml index e6bc5bdd1b..aeec2b202f 100644 --- a/.github/Azure-pipeline.yml +++ b/.github/Azure-pipeline.yml @@ -13,7 +13,7 @@ trigger: include: - master pool: - vmImage: windows-2019 + vmImage: windows-2022 steps: - checkout: self clean: true diff --git a/Demos/XVideoRental/XVideoRental.Module.Win/DatabaseUpdate/Updater.cs b/Demos/XVideoRental/XVideoRental.Module.Win/DatabaseUpdate/Updater.cs index 5718a7a118..034dae1cf3 100644 --- a/Demos/XVideoRental/XVideoRental.Module.Win/DatabaseUpdate/Updater.cs +++ b/Demos/XVideoRental/XVideoRental.Module.Win/DatabaseUpdate/Updater.cs @@ -89,7 +89,7 @@ private static string GetDashboardLayout(string dashboardName) { } void SetPermissions(IPermissionPolicyRole employersRole) { - employersRole.SetTypePermission(SecurityOperations.ReadOnlyAccess, SecurityPermissionState.Allow); + // employersRole.SetTypePermission(SecurityOperations.ReadOnlyAccess, SecurityPermissionState.Allow); ((ISecurityRole) employersRole).CreatePermissionBehaviour(PermissionBehavior.ReadOnlyAccess, (role, info) => ((IPermissionPolicyRole) role).SetTypePermission(info.Type, SecurityOperations.ReadOnlyAccess, SecurityPermissionState.Allow)); } diff --git a/Demos/XVideoRental/XVideoRental.Module.Win/XVideoRental.Module.Win.csproj b/Demos/XVideoRental/XVideoRental.Module.Win/XVideoRental.Module.Win.csproj index cc9008a8ae..e1dd143fb8 100644 --- a/Demos/XVideoRental/XVideoRental.Module.Win/XVideoRental.Module.Win.csproj +++ b/Demos/XVideoRental/XVideoRental.Module.Win/XVideoRental.Module.Win.csproj @@ -1,8 +1,8 @@  - x86 - net461 + net6.0-windows7.0 + true latest true latest @@ -14,20 +14,18 @@ bin\Debug\ true latest + 1701;1702;CA1416 + + + 1701;1702;CA1416 - - False - - - False - ..\..\..\Xpand.DLL\Xpand.ExpressApp.dll False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.Chart.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Chart.Win.dll False @@ -39,11 +37,11 @@ False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.MasterDetail.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.MasterDetail.Win.dll False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.PivotGrid.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.PivotGrid.Win.dll False @@ -59,15 +57,15 @@ False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.Security.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Security.Win.dll False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Win.dll False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.XtraDashboard.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.XtraDashboard.Win.dll False diff --git a/Demos/XVideoRental/XVideoRental.Win/Program.cs b/Demos/XVideoRental/XVideoRental.Win/Program.cs index c539e66b18..e456f892fc 100644 --- a/Demos/XVideoRental/XVideoRental.Win/Program.cs +++ b/Demos/XVideoRental/XVideoRental.Win/Program.cs @@ -24,7 +24,7 @@ static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - EditModelPermission.AlwaysGranted = System.Diagnostics.Debugger.IsAttached; + // EditModelPermission.AlwaysGranted = System.Diagnostics.Debugger.IsAttached; var winApplication = new XVideoRentalWindowsFormsApplication(); #if EASYTEST diff --git a/Demos/XVideoRental/XVideoRental.Win/XVideoRental.Win.csproj b/Demos/XVideoRental/XVideoRental.Win/XVideoRental.Win.csproj index 4ed263f0b2..3cf25ea8e6 100644 --- a/Demos/XVideoRental/XVideoRental.Win/XVideoRental.Win.csproj +++ b/Demos/XVideoRental/XVideoRental.Win/XVideoRental.Win.csproj @@ -1,10 +1,10 @@  - x86 WinExe ExpressApp.ico - net461 + net6.0-windows7.0 + true latest true false @@ -15,20 +15,18 @@ true true latest + 1701;1702;CA1416 + + + 1701;1702;CA1416 - - False - - - False - ..\..\..\Xpand.DLL\Xpand.ExpressApp.dll False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.Chart.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Chart.Win.dll False @@ -44,7 +42,7 @@ False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.MasterDetail.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.MasterDetail.Win.dll False @@ -52,7 +50,7 @@ False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.PivotGrid.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.PivotGrid.Win.dll False @@ -64,7 +62,7 @@ False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.Security.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Security.Win.dll False @@ -72,11 +70,11 @@ False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Win.dll False - ..\..\..\Xpand.DLL\net461\Xpand.ExpressApp.XtraDashboard.Win.dll + ..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.XtraDashboard.Win.dll False diff --git a/Support/Build/Build.ps1 b/Support/Build/Build.ps1 index be6123007b..3b248c1a34 100644 --- a/Support/Build/Build.ps1 +++ b/Support/Build/Build.ps1 @@ -128,20 +128,20 @@ Task CompileModules{ # BuildProjects $vsAddons "VSIX" Pop-Location - Write-HostFormatted "Compiling Agnostic EasyTest projects..." -Section - $agnosticEasytest=(($group.EasyTestProjects|GetProjects)|Where-Object{!("$_".Contains("Win")) -and !("$_".Contains("Web"))}) - "agnosticEasytest=$agnosticEasytest" - BuildProjects $agnosticEasytest "EasyTest" + # Write-HostFormatted "Compiling Agnostic EasyTest projects..." -Section + # $agnosticEasytest=(($group.EasyTestProjects|GetProjects)|Where-Object{!("$_".Contains("Win")) -and !("$_".Contains("Web"))}) + # "agnosticEasytest=$agnosticEasytest" + # BuildProjects $agnosticEasytest "EasyTest" - Write-HostFormatted "Compiling Win EasyTest projects..." -Section - $winEasyTest=(($group.EasyTestProjects|GetProjects)|Where-Object{"$_".Contains("Win")}) - "winEasyTest=$winEasyTest" - BuildProjects $winEasyTest "EasyTest" + # Write-HostFormatted "Compiling Win EasyTest projects..." -Section + # $winEasyTest=(($group.EasyTestProjects|GetProjects)|Where-Object{"$_".Contains("Win")}) + # "winEasyTest=$winEasyTest" + # BuildProjects $winEasyTest "EasyTest" - Write-HostFormatted "Compiling Web EasyTest projects..." -Section - $webEasyTest=(($group.EasyTestProjects|GetProjects)|Where-Object{"$_".Contains("Web")}) - "webEasyTest=$webEasyTest" - BuildProjects $webEasyTest "EasyTest" + # Write-HostFormatted "Compiling Web EasyTest projects..." -Section + # $webEasyTest=(($group.EasyTestProjects|GetProjects)|Where-Object{"$_".Contains("Web")}) + # "webEasyTest=$webEasyTest" + # BuildProjects $webEasyTest "EasyTest" } } diff --git a/Support/Build/CreateXpandNugets.ps1 b/Support/Build/CreateXpandNugets.ps1 index e40bf8d9f7..9e768f1c0c 100644 --- a/Support/Build/CreateXpandNugets.ps1 +++ b/Support/Build/CreateXpandNugets.ps1 @@ -78,9 +78,9 @@ function AddAllDependency($file, $nuspecpaths) { $p=Get-XmlContent $_.FullName $p.package.files.file.target -match "netstandard" }) - $net5Nuspecs=@($nuspecpaths|where-Object{ + $net6Nuspecs=@($nuspecpaths|where-Object{ $p=Get-XmlContent $_.FullName - $p.package.files.file.target -match "net5" + $p.package.files.file.target -match "net6" }) ($netStandardNuspecs) | ForEach-Object { [xml]$package = Get-Content $_.Fullname @@ -90,9 +90,9 @@ function AddAllDependency($file, $nuspecpaths) { [xml]$package = Get-Content $_.Fullname Add-NuspecDependency $package.package.metaData.Id $Version $nuspecpath "net461" } - ($net5Nuspecs+$netStandardNuspecs) | ForEach-Object { + ($net6Nuspecs+$netStandardNuspecs) | ForEach-Object { [xml]$package = Get-Content $_.Fullname - Add-NuspecDependency $package.package.metaData.Id $Version $nuspecpath "net5.0" + Add-NuspecDependency $package.package.metaData.Id $Version $nuspecpath "net6.0" } $nuspecpath.Save($file) Format-Xml -path $file @@ -231,9 +231,9 @@ $modules Write-HostFormatted "packing nuspecs" Get-ChildItem "$root\build\Nuget" -ErrorAction SilentlyContinue | Remove-Item -Force -Recurse -Get-ChildItem "$root\Support\Nuspec" *.nuspec | Invoke-Parallel -RetryOnError 3 -VariablesToImport @("modules","Nuget","version","root") -Script { -# $nuspecs = Get-ChildItem "$root\Support\Nuspec" *.nuspec -# $nuspecs | foreach { +# Get-ChildItem "$root\Support\Nuspec" *.nuspec | Invoke-Parallel -RetryOnError 3 -VariablesToImport @("modules","Nuget","version","root") -Script { +$nuspecs = Get-ChildItem "$root\Support\Nuspec" *.nuspec +$nuspecs | foreach { if (!$Version) { throw } diff --git a/Support/Nuspec/AdditionalViewControlsProvider.Web.nuspec b/Support/Nuspec/AdditionalViewControlsProvider.Web.nuspec index a3bd8887e3..2bc0c90bc9 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 a6dc70df0a..67634df34a 100644 --- a/Support/Nuspec/AdditionalViewControlsProvider.Win.nuspec +++ b/Support/Nuspec/AdditionalViewControlsProvider.Win.nuspec @@ -14,18 +14,18 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#AVC - - - - + + + + - - + + diff --git a/Support/Nuspec/AdditionalViewControlsProvider.nuspec b/Support/Nuspec/AdditionalViewControlsProvider.nuspec index 8efc17b956..e68ac11ada 100644 --- a/Support/Nuspec/AdditionalViewControlsProvider.nuspec +++ b/Support/Nuspec/AdditionalViewControlsProvider.nuspec @@ -14,11 +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 fb0f422793..b0b0c7d438 100644 --- a/Support/Nuspec/All_Agnostic.nuspec +++ b/Support/Nuspec/All_Agnostic.nuspec @@ -2,7 +2,7 @@ eXpandAgnostic - 21.2.801.0 + 22.1.300.0 DevExpress eXpandFramework All Platform Agnostic Modules eXpandFramework eXpandFramework @@ -15,88 +15,87 @@ http://www.expandframework.com/ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Support/Nuspec/All_Web.nuspec b/Support/Nuspec/All_Web.nuspec index 71c2a61bd7..4b1091c2be 100644 --- a/Support/Nuspec/All_Web.nuspec +++ b/Support/Nuspec/All_Web.nuspec @@ -2,7 +2,7 @@ eXpandWeb - 21.2.801.0 + 22.1.300.0 DevExpress eXpandFramework All Web Platform Modules eXpandFramework eXpandFramework @@ -15,23 +15,22 @@ http://www.expandframework.com/ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/Support/Nuspec/All_Win.nuspec b/Support/Nuspec/All_Win.nuspec index 39a9d7c072..8a5c810b6f 100644 --- a/Support/Nuspec/All_Win.nuspec +++ b/Support/Nuspec/All_Win.nuspec @@ -2,7 +2,7 @@ eXpandWin - 21.2.801.0 + 22.1.300.0 DevExpress eXpandFramework All Win Platform Modules eXpandFramework eXpandFramework @@ -15,43 +15,41 @@ http://www.expandframework.com/ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/Support/Nuspec/AuditTrail.nuspec b/Support/Nuspec/AuditTrail.nuspec index 234fd38b55..02e20404cb 100644 --- a/Support/Nuspec/AuditTrail.nuspec +++ b/Support/Nuspec/AuditTrail.nuspec @@ -14,11 +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 a78a0c1e1d..fd5af04c1d 100644 --- a/Support/Nuspec/Chart.Win.nuspec +++ b/Support/Nuspec/Chart.Win.nuspec @@ -14,16 +14,16 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Chart - - - + + + - - + + diff --git a/Support/Nuspec/Dashboard.nuspec b/Support/Nuspec/Dashboard.nuspec index 544ab6fa99..fe224be7f7 100644 --- a/Support/Nuspec/Dashboard.nuspec +++ b/Support/Nuspec/Dashboard.nuspec @@ -14,18 +14,18 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Dashboard - - - - - + + + + + - - + + diff --git a/Support/Nuspec/EasyTest.WebAdapter.nuspec b/Support/Nuspec/EasyTest.WebAdapter.nuspec deleted file mode 100644 index be376e2c08..0000000000 --- a/Support/Nuspec/EasyTest.WebAdapter.nuspec +++ /dev/null @@ -1,32 +0,0 @@ - - - - eXpandEasyTestWeb - 19.2.402.4 - DevExpress eXpandFramework EasyTest web library - eXpandFramework - eXpandFramework - http://sign.expandframework.com - false - Web EasyTest Library for functional testing using XAF EasyTest - EasyTest web library / eXpandFramework - eXpandFramework.com - DevExpress, eXpand, XAF, eXpressApp - http://www.expandframework.com - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Support/Nuspec/EasyTest.WinAdapter.nuspec b/Support/Nuspec/EasyTest.WinAdapter.nuspec deleted file mode 100644 index 4990574eb4..0000000000 --- a/Support/Nuspec/EasyTest.WinAdapter.nuspec +++ /dev/null @@ -1,31 +0,0 @@ - - - - eXpandEasyTestWin - 19.2.402.4 - DevExpress eXpandFramework EasyTest windows library - eXpandFramework - eXpandFramework - http://sign.expandframework.com - false - Windows EasyTest Library for functional testing using XAF EasyTest - EasyTest windows library / eXpandFramework - eXpandFramework.com - DevExpress, eXpand, XAF, eXpressApp - http://www.expandframework.com - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Support/Nuspec/EasyTest.nuspec b/Support/Nuspec/EasyTest.nuspec deleted file mode 100644 index 0667fc600c..0000000000 --- a/Support/Nuspec/EasyTest.nuspec +++ /dev/null @@ -1,33 +0,0 @@ - - - - eXpandEasyTest - 19.2.402.4 - DevExpress eXpandFramework EasyTest library - eXpandFramework - eXpandFramework - http://sign.expandframework.com - false - Core EasyTest Library for functional testing using XAF EasyTest - EasyTest library / eXpandFramework - eXpandFramework.com - DevExpress, eXpand, XAF, eXpressApp - http://www.expandframework.com - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Support/Nuspec/Email.nuspec b/Support/Nuspec/Email.nuspec index f958b0c735..4dbababc19 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 e9e368029b..3dc97abc21 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 6c2e72231b..d3a98ca003 100644 --- a/Support/Nuspec/ExcelImporter.Win.nuspec +++ b/Support/Nuspec/ExcelImporter.Win.nuspec @@ -15,20 +15,20 @@ http://www.expandframework.com/#ExcelImporter - - - - + + + + - - + + - - + + diff --git a/Support/Nuspec/ExcelImporter.nuspec b/Support/Nuspec/ExcelImporter.nuspec index 07386bc03e..d5bbcdd00f 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 b08cf4d952..c422d50344 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 94569b47c6..786ef69895 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 be2a3ecaea..b2c080e69f 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 e541958d3f..e45f23b199 100644 --- a/Support/Nuspec/IO.Web.nuspec +++ b/Support/Nuspec/IO.Web.nuspec @@ -14,9 +14,9 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#IO - - - + + + diff --git a/Support/Nuspec/IO.Win.nuspec b/Support/Nuspec/IO.Win.nuspec index 0a86138a17..de61b82cf3 100644 --- a/Support/Nuspec/IO.Win.nuspec +++ b/Support/Nuspec/IO.Win.nuspec @@ -14,18 +14,18 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#IO - - - - + + + + - - + + diff --git a/Support/Nuspec/IO.nuspec b/Support/Nuspec/IO.nuspec index 9b54332acf..c287e5a635 100644 --- a/Support/Nuspec/IO.nuspec +++ b/Support/Nuspec/IO.nuspec @@ -14,13 +14,13 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#IO - - - + + + - + - + diff --git a/Support/Nuspec/ImportWizard.Win.nuspec b/Support/Nuspec/ImportWizard.Win.nuspec index 30de0df4a4..c5114a1160 100644 --- a/Support/Nuspec/ImportWizard.Win.nuspec +++ b/Support/Nuspec/ImportWizard.Win.nuspec @@ -15,17 +15,17 @@ http://www.expandframework.com/#ImportWizard - - + + - + - - + + diff --git a/Support/Nuspec/ImportWizard.nuspec b/Support/Nuspec/ImportWizard.nuspec index 6c181ef021..f89177a188 100644 --- a/Support/Nuspec/ImportWizard.nuspec +++ b/Support/Nuspec/ImportWizard.nuspec @@ -15,18 +15,18 @@ http://www.expandframework.com/#ImportWizard - + - + - + - - + + diff --git a/Support/Nuspec/Lib.nuspec b/Support/Nuspec/Lib.nuspec index 2cb90cc0ed..6c5211f66d 100644 --- a/Support/Nuspec/Lib.nuspec +++ b/Support/Nuspec/Lib.nuspec @@ -16,14 +16,15 @@ - - - - - - - - + + + + + + + + + diff --git a/Support/Nuspec/Logic.nuspec b/Support/Nuspec/Logic.nuspec index 7e0623be0c..03254718a6 100644 --- a/Support/Nuspec/Logic.nuspec +++ b/Support/Nuspec/Logic.nuspec @@ -14,13 +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 6360e979fa..7f4e8fb291 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 497cca64df..2f1c2c3355 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 69e5b9d6b0..8fbdec8e76 100644 --- a/Support/Nuspec/MasterDetail.Win.nuspec +++ b/Support/Nuspec/MasterDetail.Win.nuspec @@ -14,19 +14,18 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#masterdetail - - - - - + + + + + + - - - - + + diff --git a/Support/Nuspec/MasterDetail.nuspec b/Support/Nuspec/MasterDetail.nuspec index 1b8e31dc4f..ebb33d6040 100644 --- a/Support/Nuspec/MasterDetail.nuspec +++ b/Support/Nuspec/MasterDetail.nuspec @@ -14,10 +14,11 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#masterdetail - - - - + + + + + diff --git a/Support/Nuspec/ModelArtifactState.nuspec b/Support/Nuspec/ModelArtifactState.nuspec index 7f5ad9d910..b1d73fb3e7 100644 --- a/Support/Nuspec/ModelArtifactState.nuspec +++ b/Support/Nuspec/ModelArtifactState.nuspec @@ -14,11 +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 fbf4dc2787..602b93f533 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 d516216535..4cdb9c57f8 100644 --- a/Support/Nuspec/ModelDifference.Win.nuspec +++ b/Support/Nuspec/ModelDifference.Win.nuspec @@ -23,19 +23,19 @@ 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 e8524b9d91..0898b8802a 100644 --- a/Support/Nuspec/ModelDifference.nuspec +++ b/Support/Nuspec/ModelDifference.nuspec @@ -23,11 +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 e2fc0cd3ec..3575682c3a 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 8362a59a41..6e1f0f602d 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 00ccee8a7c..16142a18cb 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 f0255fb2e3..86406954f7 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 - - + + @@ -23,8 +23,8 @@ - - + + diff --git a/Support/Nuspec/PivotChart.nuspec b/Support/Nuspec/PivotChart.nuspec index 144cf74cb4..ad234deec9 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 5f5e24ebda..3403a964b2 100644 --- a/Support/Nuspec/PivotGrid.Win.nuspec +++ b/Support/Nuspec/PivotGrid.Win.nuspec @@ -14,18 +14,18 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#PivotGrid - - - - - + + + + + - - + + diff --git a/Support/Nuspec/Reports.nuspec b/Support/Nuspec/Reports.nuspec index 153aa1e74e..1ebd5db981 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 4222f3954d..fc076a35e2 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 8968d3af72..78d0cbd9ae 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 e9c768e933..4d8195a267 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 758e706c1a..c1b3e33f12 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 a9ad9b86d0..29919f3c07 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 5f80fb0b1c..541a4dafb5 100644 --- a/Support/Nuspec/Security.Win.nuspec +++ b/Support/Nuspec/Security.Win.nuspec @@ -14,17 +14,17 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Security - - + + - + - - + + diff --git a/Support/Nuspec/Security.nuspec b/Support/Nuspec/Security.nuspec index 819952dd1e..cafd0c9181 100644 --- a/Support/Nuspec/Security.nuspec +++ b/Support/Nuspec/Security.nuspec @@ -14,10 +14,11 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#Security - - - - + + + + + diff --git a/Support/Nuspec/StateMachine.nuspec b/Support/Nuspec/StateMachine.nuspec index 87c1b4294d..2e392530fc 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 c5762d6fd5..cfd5987eac 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 5378ff6b33..3c4dc645de 100644 --- a/Support/Nuspec/System.Win.nuspec +++ b/Support/Nuspec/System.Win.nuspec @@ -15,17 +15,17 @@ http://www.expandframework.com/#core - - - - + + + + - - + + diff --git a/Support/Nuspec/System.nuspec b/Support/Nuspec/System.nuspec index 505cbc36ac..9b698e87c9 100644 --- a/Support/Nuspec/System.nuspec +++ b/Support/Nuspec/System.nuspec @@ -14,17 +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 a49505422d..8ff1fa45df 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 15839f23a7..e1d995b8c8 100644 --- a/Support/Nuspec/TreeListEditors.Win.nuspec +++ b/Support/Nuspec/TreeListEditors.Win.nuspec @@ -14,18 +14,18 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#treelist - - - - - + + + + + - - + + diff --git a/Support/Nuspec/TreeListEditors.nuspec b/Support/Nuspec/TreeListEditors.nuspec index b01fc61b63..a1f1decb9a 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 bea7270ca3..8dbc55b0a5 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 0be8c91c9f..c01489af7f 100644 --- a/Support/Nuspec/Validation.Win.nuspec +++ b/Support/Nuspec/Validation.Win.nuspec @@ -14,17 +14,17 @@ DevExpress, eXpand, XAF, eXpressApp http://www.expandframework.com/#validation - - - + + + - - + + diff --git a/Support/Nuspec/Validation.nuspec b/Support/Nuspec/Validation.nuspec index 08a98767d8..76bb1bc3ed 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 777236ab8f..44c3e84631 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 def926698a..fdaa9afda0 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 - + @@ -22,8 +22,8 @@ - - + + diff --git a/Support/Nuspec/WorkFlow.nuspec b/Support/Nuspec/WorkFlow.nuspec index 5cefde58c2..81915a64d6 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 3d1ff33f60..3146557bfa 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 80e0c0e472..6d974b9e65 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 4e8df75ff3..e0819f93c7 100644 --- a/Support/Nuspec/WorldCreator.Win.nuspec +++ b/Support/Nuspec/WorldCreator.Win.nuspec @@ -16,18 +16,18 @@ 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 8c81f8e498..437380ac2d 100644 --- a/Support/Nuspec/WorldCreator.nuspec +++ b/Support/Nuspec/WorldCreator.nuspec @@ -16,11 +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 679a8743af..b1551384a8 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 2d2387b079..69645ec86c 100644 --- a/Support/Nuspec/XtraDashboard.Win.nuspec +++ b/Support/Nuspec/XtraDashboard.Win.nuspec @@ -14,19 +14,19 @@ 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 35044abcf6..6fa51750fa 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 @@ -1,673 +1,677 @@ { "runtimeTarget": { - "name": ".NETCoreApp,Version=v5.0/win-x86", + "name": ".NETCoreApp,Version=v6.0/win-x86", "signature": "" }, "compilationOptions": {}, "targets": { - ".NETCoreApp,Version=v5.0": {}, - ".NETCoreApp,Version=v5.0/win-x86": { + ".NETCoreApp,Version=v6.0": {}, + ".NETCoreApp,Version=v6.0/win-x86": { "Xpand.XAF.ModelEditor.WinDesktop/1.0.0": { "dependencies": { - "DevExpress.ExpressApp": "21.2.8", - "DevExpress.ExpressApp.Win": "21.2.8", - "DevExpress.ExpressApp.Xpo": "21.2.8", - "DevExpress.Persistent.Base": "21.2.8", - "DevExpress.Persistent.BaseImpl.Xpo": "21.2.8", + "DevExpress.ExpressApp": "22.1.3", + "DevExpress.ExpressApp.Win": "22.1.3", + "DevExpress.ExpressApp.Xpo": "22.1.3", + "DevExpress.Persistent.Base": "22.1.3", + "DevExpress.Persistent.BaseImpl.Xpo": "22.1.3", "Microsoft.Extensions.DependencyModel": "3.1.6", - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "5.0.17", - "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86": "5.0.17", - "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86": "5.0.17" + "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "6.0.6", + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86": "6.0.6", + "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86": "6.0.6" }, "runtime": { "Xpand.XAF.ModelEditor.WinDesktop.dll": {} } }, - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/5.0.17": { + "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/6.0.6": { "runtime": { "Microsoft.CSharp.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "Microsoft.VisualBasic.Core.dll": { - "assemblyVersion": "10.0.6.0", - "fileVersion": "11.0.1722.21314" + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.100.622.26707" }, "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "Microsoft.Win32.Registry.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.AppContext.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Buffers.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Collections.Concurrent.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Collections.Immutable.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Collections.NonGeneric.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Collections.Specialized.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Collections.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.ComponentModel.Annotations.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.ComponentModel.DataAnnotations.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.ComponentModel.EventBasedAsync.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.ComponentModel.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Configuration.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Console.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Core.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Data.Common.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Data.DataSetExtensions.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Data.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.Contracts.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.Debug.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.DiagnosticSource.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.FileVersionInfo.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.Process.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.TextWriterTraceListener.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.Tools.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.Tracing.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Drawing.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Dynamic.Runtime.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Formats.Asn1.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Globalization.Calendars.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Globalization.Extensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Globalization.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.Compression.Brotli.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.Compression.FileSystem.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.IO.Compression.ZipFile.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.Compression.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.FileSystem.AccessControl.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.FileSystem.DriveInfo.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.FileSystem.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.FileSystem.Watcher.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.FileSystem.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.IsolatedStorage.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.Pipes.AccessControl.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.Pipes.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.UnmanagedMemoryStream.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.IO.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Linq.Expressions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Linq.Parallel.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Linq.Queryable.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Linq.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Memory.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.Http.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.Http.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.HttpListener.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.Mail.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.NameResolution.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.NetworkInformation.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.Ping.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.Requests.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.Security.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.ServicePoint.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.Sockets.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.WebClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.WebHeaderCollection.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.WebProxy.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.WebSockets.Client.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.WebSockets.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Net.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Numerics.Vectors.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Numerics.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.ObjectModel.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" + }, + "System.Private.CoreLib.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Private.DataContractSerialization.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Private.Uri.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Private.Xml.Linq.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Private.Xml.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Reflection.DispatchProxy.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Reflection.Emit.ILGeneration.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Reflection.Emit.Lightweight.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Reflection.Emit.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Reflection.Extensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Reflection.Metadata.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Reflection.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Reflection.TypeExtensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Reflection.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Resources.Reader.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Resources.ResourceManager.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Resources.Writer.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.CompilerServices.VisualC.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.Extensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.Handles.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.InteropServices.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.Intrinsics.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.Loader.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.Numerics.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.Serialization.Formatters.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.Serialization.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.Serialization.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.Serialization.Xml.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Runtime.Serialization.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Runtime.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.AccessControl.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Claims.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Cryptography.Algorithms.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Cryptography.Cng.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Cryptography.Csp.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Cryptography.Encoding.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Cryptography.OpenSsl.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Cryptography.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Cryptography.X509Certificates.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Principal.Windows.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Principal.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.SecureString.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.ServiceModel.Web.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.ServiceProcess.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Text.Encoding.Extensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Text.Encoding.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Text.Encodings.Web.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Text.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Text.RegularExpressions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.Channels.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.Overlapped.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.Tasks.Dataflow.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.Tasks.Parallel.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.Tasks.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.Thread.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.ThreadPool.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.Timer.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Transactions.Local.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Transactions.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.ValueTuple.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Web.HttpUtility.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Web.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Windows.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Xml.Linq.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Xml.ReaderWriter.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Xml.Serialization.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.Xml.XDocument.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Xml.XPath.XDocument.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Xml.XPath.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Xml.XmlDocument.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Xml.XmlSerializer.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Xml.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "System.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "mscorlib.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "netstandard.dll": { "assemblyVersion": "2.1.0.0", - "fileVersion": "5.0.1722.21314" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" } }, "native": { @@ -675,7 +679,10 @@ "fileVersion": "10.0.22000.194" }, "Microsoft.DiaSymReader.Native.x86.dll": { - "fileVersion": "14.12.25830.2" + "fileVersion": "14.28.29715.1" + }, + "System.IO.Compression.Native.dll": { + "fileVersion": "42.42.42.42424" }, "api-ms-win-core-console-l1-1-0.dll": { "fileVersion": "10.0.22000.194" @@ -803,264 +810,260 @@ "api-ms-win-crt-utility-l1-1-0.dll": { "fileVersion": "10.0.22000.194" }, - "clrcompression.dll": { - "fileVersion": "42.42.42.42424" - }, "clretwrc.dll": { - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "clrjit.dll": { - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "coreclr.dll": { - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "createdump.exe": { - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "dbgshim.dll": { - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "hostfxr.dll": { - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "hostpolicy.dll": { - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "mscordaccore.dll": { - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, - "mscordaccore_x86_x86_5.0.1722.21314.dll": { - "fileVersion": "5.0.1722.21314" + "mscordaccore_x86_x86_6.0.622.26707.dll": { + "fileVersion": "6.0.622.26707" }, "mscordbi.dll": { - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" }, "mscorrc.dll": { - "fileVersion": "5.0.1722.21314" + "fileVersion": "6.0.622.26707" + }, + "msquic.dll": { + "fileVersion": "1.7.0.0" }, "ucrtbase.dll": { "fileVersion": "10.0.22000.194" } } }, - "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/5.0.17": { + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/6.0.6": { "runtime": { "Accessibility.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.1722.21504" + "fileVersion": "6.0.622.26705" }, "DirectWriteForwarder.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "Microsoft.VisualBasic.Forms.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21504" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26705" }, "Microsoft.VisualBasic.dll": { "assemblyVersion": "10.1.0.0", - "fileVersion": "5.0.1722.21504" + "fileVersion": "6.0.622.26705" }, "Microsoft.Win32.Registry.AccessControl.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "PresentationCore.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework-SystemCore.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework-SystemData.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework-SystemDrawing.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework-SystemXml.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework-SystemXmlLinq.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework.Aero.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework.Aero2.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework.AeroLite.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework.Classic.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework.Luna.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework.Royale.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationFramework.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "PresentationUI.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "ReachFramework.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "System.CodeDom.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Design.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21504" - }, - "System.Diagnostics.EventLog.Messages.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "0.0.0.0" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26705" }, "System.Diagnostics.EventLog.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.321.7212" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.321.7212" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.DirectoryServices.dll": { "assemblyVersion": "4.0.0.0", - "fileVersion": "5.0.20.51904" + "fileVersion": "6.0.622.26707" }, "System.Drawing.Common.dll": { - "assemblyVersion": "5.0.0.2", - "fileVersion": "5.0.1221.52207" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Drawing.Design.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21504" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26705" }, "System.Drawing.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21504" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26705" }, "System.IO.Packaging.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Printing.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "System.Resources.Extensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.120.57516" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Cryptography.Xml.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Security.Permissions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Threading.AccessControl.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Windows.Controls.Ribbon.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "System.Windows.Extensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26707" }, "System.Windows.Forms.Design.Editors.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21504" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26705" }, "System.Windows.Forms.Design.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21504" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26705" }, "System.Windows.Forms.Primitives.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21504" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26705" }, "System.Windows.Forms.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21504" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26705" }, "System.Windows.Input.Manipulations.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "System.Windows.Presentation.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "System.Xaml.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "UIAutomationClient.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "UIAutomationClientSideProviders.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "UIAutomationProvider.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "UIAutomationTypes.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "WindowsBase.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" }, "WindowsFormsIntegration.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.1722.21802" + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.622.26804" } }, "native": { @@ -1068,599 +1071,589 @@ "fileVersion": "10.0.22000.194" }, "PenImc_cor3.dll": { - "fileVersion": "5.0.1722.21802" + "fileVersion": "6.0.622.26804" }, "PresentationNative_cor3.dll": { - "fileVersion": "5.0.1222.20505" + "fileVersion": "6.0.22.26202" }, "vcruntime140_cor3.dll": { - "fileVersion": "14.29.30139.0" + "fileVersion": "14.32.31302.0" }, "wpfgfx_cor3.dll": { - "fileVersion": "5.0.1722.21802" + "fileVersion": "6.0.622.26804" } } }, - "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86/5.0.17": { + "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86/6.0.6": { "runtime": { "Microsoft.AspNetCore.Antiforgery.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Authentication.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Authentication.Cookies.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Authentication.Core.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Authentication.OAuth.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Authentication.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Authorization.Policy.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Authorization.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Components.Authorization.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Components.Forms.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Components.Server.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Components.Web.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Components.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Connections.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.CookiePolicy.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Cors.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Cryptography.Internal.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.DataProtection.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.DataProtection.Extensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.DataProtection.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Diagnostics.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.HostFiltering.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Hosting.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Hosting.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Html.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Http.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Http.Connections.Common.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Http.Connections.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Http.Extensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Http.Features.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" + }, + "Microsoft.AspNetCore.Http.Results.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Http.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" + }, + "Microsoft.AspNetCore.HttpLogging.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.HttpOverrides.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.HttpsPolicy.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Identity.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Localization.Routing.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Localization.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Metadata.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.Core.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.Cors.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.Localization.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.Razor.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.RazorPages.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.TagHelpers.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Mvc.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Razor.Runtime.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Razor.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.ResponseCaching.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.ResponseCompression.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Rewrite.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Routing.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Routing.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Server.HttpSys.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Server.IIS.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Server.IISIntegration.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Server.Kestrel.Core.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Server.Kestrel.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.Session.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.SignalR.Common.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.SignalR.Core.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.SignalR.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.StaticFiles.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.WebSockets.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.WebUtilities.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.AspNetCore.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" }, "Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Configuration.Binder.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Configuration.CommandLine.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" }, "Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Configuration.Ini.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Configuration.KeyPerFile.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Extensions.Configuration.UserSecrets.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" }, "Microsoft.Extensions.Configuration.Xml.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.322.12309" }, "Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.821.31504" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Extensions.Diagnostics.HealthChecks.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" + }, + "Microsoft.Extensions.Features.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.FileProviders.Composite.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.FileProviders.Embedded.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Hosting.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Hosting.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" }, "Microsoft.Extensions.Http.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Identity.Core.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Extensions.Identity.Stores.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Extensions.Localization.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Extensions.Localization.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.322.12309" }, "Microsoft.Extensions.Logging.Configuration.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Logging.Console.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Logging.Debug.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Logging.EventLog.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Logging.EventSource.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.521.16609" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Logging.TraceSource.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.ObjectPool.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Extensions.Options.ConfigurationExtensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Options.DataAnnotations.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Options.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.521.16609" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" }, "Microsoft.Extensions.WebEncoders.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.JSInterop.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" }, "Microsoft.Net.Http.Headers.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.1722.21507" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.622.26805" + }, + "System.Diagnostics.EventLog.Messages.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "0.0.0.0" }, "System.IO.Pipelines.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.1522.11506" + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.522.21309" } }, "native": { "aspnetcorev2_inprocess.dll": { - "fileVersion": "15.0.22105.17" - } - } - }, - "DevExpress.Charts/21.2.8": { - "dependencies": { - "DevExpress.Charts.Core": "21.2.8", - "DevExpress.Data": "21.2.8", - "DevExpress.DataVisualization.Core": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "NETStandard.Library": "2.0.3", - "System.Drawing.Common": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/DevExpress.XtraCharts.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" - } - } - }, - "DevExpress.Charts.Core/21.2.8": { - "dependencies": { - "DevExpress.Data": "21.2.8", - "NETStandard.Library": "2.0.3" - }, - "runtime": { - "lib/netstandard2.0/DevExpress.Charts.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "fileVersion": "16.0.22138.6" } } }, - "DevExpress.CodeParser/21.2.8": { + "DevExpress.CodeParser/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", + "DevExpress.Data": "22.1.3", "NETStandard.Library": "2.0.3", "System.CodeDom": "4.4.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.CodeParser.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.CodeParser.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Data/21.2.8": { + "DevExpress.Data/22.1.3": { "dependencies": { "Microsoft.Win32.Registry": "4.5.0", "NETStandard.Library": "2.0.3", "System.ComponentModel.Annotations": "4.4.0", - "System.Configuration.ConfigurationManager": "4.5.0", - "System.Diagnostics.PerformanceCounter": "4.5.0", "System.Drawing.Common": "4.5.0", "System.Reflection.Emit": "4.3.0", "System.Reflection.Emit.Lightweight": "4.3.0", "System.Text.Encoding.CodePages": "4.6.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.Data.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Data.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Data.Desktop/21.2.8": { + "DevExpress.Data.Desktop/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8" + "DevExpress.Data": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.Data.Desktop.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.Data.Desktop.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.DataAccess/21.2.8": { + "DevExpress.DataAccess/22.1.3": { "dependencies": { - "DevExpress.CodeParser": "21.2.8", - "DevExpress.Data": "21.2.8", - "DevExpress.Office.Core": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.RichEdit.Core": "21.2.8", - "DevExpress.Xpo": "21.2.8", + "DevExpress.CodeParser": "22.1.3", + "DevExpress.Data": "22.1.3", + "DevExpress.Office.Core": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.RichEdit.Core": "22.1.3", + "DevExpress.Xpo": "22.1.3", "NETStandard.Library": "2.0.3", "System.Configuration.ConfigurationManager": "4.5.0", "System.Data.SqlClient": "4.6.0", @@ -1668,70 +1661,73 @@ "System.Reflection.Emit": "4.3.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.DataAccess.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.DataAccess.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.DataAccess.UI/21.2.8": { - "dependencies": { - "DevExpress.CodeParser": "21.2.8", - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.DataAccess": "21.2.8", - "DevExpress.Diagram.Core": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.RichEdit.Core": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Utils.UI": "21.2.8", - "DevExpress.Win.Diagram": "21.2.8", - "DevExpress.Win.Grid": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8", - "DevExpress.Win.Printing": "21.2.8", - "DevExpress.Win.RichEdit": "21.2.8", - "DevExpress.Win.TreeList": "21.2.8", - "DevExpress.Xpo": "21.2.8", + "DevExpress.DataAccess.UI/22.1.3": { + "dependencies": { + "DevExpress.CodeParser": "22.1.3", + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.DataAccess": "22.1.3", + "DevExpress.Diagram.Core": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.RichEdit.Core": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Utils.UI": "22.1.3", + "DevExpress.Win.Diagram": "22.1.3", + "DevExpress.Win.Grid": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3", + "DevExpress.Win.Printing": "22.1.3", + "DevExpress.Win.RichEdit": "22.1.3", + "DevExpress.Win.TreeList": "22.1.3", + "DevExpress.Xpo": "22.1.3", "System.Data.SqlClient": "4.6.0" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.DataAccess.v21.2.UI.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.DataAccess.v22.1.UI.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.DataVisualization.Core/21.2.8": { + "DevExpress.Diagram.Core/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "NETStandard.Library": "2.0.3" + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.Printing.Core": "22.1.3" }, "runtime": { - "lib/netstandard2.0/DevExpress.DataVisualization.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.Diagram.v22.1.Core.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Diagram.Core/21.2.8": { + "DevExpress.Drawing/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.Printing.Core": "21.2.8" + "DevExpress.Data": "22.1.3", + "NETStandard.Library": "2.0.3", + "System.Drawing.Common": "4.5.0" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.Diagram.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Drawing.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.ExpressApp/21.2.8": { + "DevExpress.ExpressApp/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Images": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.Images": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", "Microsoft.CodeAnalysis.CSharp": "2.8.0", + "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", "Microsoft.Win32.Registry": "4.5.0", "NETStandard.Library": "2.0.3", "System.Configuration.ConfigurationManager": "4.5.0", @@ -1744,198 +1740,209 @@ "System.Text.Encoding.CodePages": "4.6.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.ExpressApp.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.ExpressApp.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.ExpressApp.Objects/21.2.8": { + "DevExpress.ExpressApp.Objects/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.ExpressApp": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.ExpressApp": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.ExpressApp.Objects.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.ExpressApp.Objects.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.ExpressApp.Win/21.2.8": { - "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.DataAccess.UI": "21.2.8", - "DevExpress.ExpressApp": "21.2.8", - "DevExpress.Office.Core": "21.2.8", - "DevExpress.Persistent.Base": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.RichEdit.Core": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Win": "21.2.8", - "DevExpress.Win.BonusSkins": "21.2.8", - "DevExpress.Win.Grid": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8", - "DevExpress.Win.Printing": "21.2.8", - "DevExpress.Win.RichEdit": "21.2.8", - "DevExpress.Win.TreeList": "21.2.8", - "DevExpress.Win.VerticalGrid": "21.2.8" + "DevExpress.ExpressApp.Security/22.1.3": { + "dependencies": { + "DevExpress.Data": "22.1.3", + "DevExpress.ExpressApp": "22.1.3", + "DevExpress.Persistent.Base": "22.1.3", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Options": "3.1.5", + "NETStandard.Library": "2.0.3", + "System.Drawing.Common": "4.5.0", + "System.Security.Permissions": "4.5.0" }, "runtime": { - "lib/net5.0-windows/DevExpress.ExpressApp.Win.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.ExpressApp.Security.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.ExpressApp.Xpo/21.2.8": { - "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.ExpressApp": "21.2.8", - "DevExpress.Xpo": "21.2.8", - "NETStandard.Library": "2.0.3", - "System.Drawing.Common": "4.5.0", - "System.Security.Permissions": "4.5.0" + "DevExpress.ExpressApp.Win/22.1.3": { + "dependencies": { + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.DataAccess.UI": "22.1.3", + "DevExpress.ExpressApp": "22.1.3", + "DevExpress.ExpressApp.Security": "22.1.3", + "DevExpress.Office.Core": "22.1.3", + "DevExpress.Persistent.Base": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.RichEdit.Core": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Win": "22.1.3", + "DevExpress.Win.BonusSkins": "22.1.3", + "DevExpress.Win.Grid": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3", + "DevExpress.Win.Printing": "22.1.3", + "DevExpress.Win.RichEdit": "22.1.3", + "DevExpress.Win.TreeList": "22.1.3", + "DevExpress.Win.VerticalGrid": "22.1.3", + "Microsoft.Extensions.DependencyInjection": "6.0.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.ExpressApp.Xpo.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/net6.0-windows/DevExpress.ExpressApp.Win.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Gauges.Core/21.2.8": { + "DevExpress.ExpressApp.Xpo/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.ExpressApp": "22.1.3", + "DevExpress.Xpo": "22.1.3", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", "NETStandard.Library": "2.0.3", - "System.Drawing.Common": "4.5.0" + "System.Drawing.Common": "4.5.0", + "System.Security.Permissions": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.XtraGauges.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.ExpressApp.Xpo.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Images/21.2.8": { + "DevExpress.Images/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", + "DevExpress.Data": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.Images.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Images.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Office.Core/21.2.8": { + "DevExpress.Office.Core/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Pdf.Core": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Pdf.Core": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0", "System.Security.Cryptography.Xml": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.Office.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Office.v22.1.Core.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Pdf.Core/21.2.8": { + "DevExpress.Pdf.Core/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.Drawing": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0", "System.Reflection.Emit": "4.3.0", "System.Security.Cryptography.Pkcs": "4.5.2" }, "runtime": { - "lib/netstandard2.0/DevExpress.Pdf.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Pdf.v22.1.Core.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Pdf.Drawing/21.2.8": { + "DevExpress.Pdf.Drawing/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Pdf.Core": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Pdf.Core": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.Pdf.v21.2.Drawing.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Pdf.v22.1.Drawing.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Persistent.Base/21.2.8": { + "DevExpress.Persistent.Base/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.DataAccess": "21.2.8", - "DevExpress.ExpressApp": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.DataAccess": "22.1.3", + "DevExpress.ExpressApp": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.Persistent.Base.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Persistent.Base.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Persistent.BaseImpl.Xpo/21.2.8": { + "DevExpress.Persistent.BaseImpl.Xpo/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.ExpressApp": "21.2.8", - "DevExpress.ExpressApp.Objects": "21.2.8", - "DevExpress.ExpressApp.Xpo": "21.2.8", - "DevExpress.Persistent.Base": "21.2.8", - "DevExpress.Reporting.Core": "21.2.8", - "DevExpress.Scheduler.Core": "21.2.8", - "DevExpress.Xpo": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.ExpressApp": "22.1.3", + "DevExpress.ExpressApp.Objects": "22.1.3", + "DevExpress.ExpressApp.Xpo": "22.1.3", + "DevExpress.Persistent.Base": "22.1.3", + "DevExpress.Scheduler.Core": "22.1.3", + "DevExpress.Xpo": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.Persistent.BaseImpl.Xpo.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Persistent.BaseImpl.Xpo.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.PivotGrid.Core/21.2.8": { + "DevExpress.PivotGrid.Core/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0", "System.Reflection.Emit": "4.3.0", "System.Reflection.Emit.Lightweight": "4.3.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.PivotGrid.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.PivotGrid.v22.1.Core.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Printing.Core/21.2.8": { + "DevExpress.Printing.Core/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Pdf.Core": "21.2.8", - "DevExpress.Pdf.Drawing": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Pdf.Core": "22.1.3", + "DevExpress.Pdf.Drawing": "22.1.3", "NETStandard.Library": "2.0.3", "System.ComponentModel.Annotations": "4.4.0", "System.Drawing.Common": "4.5.0", @@ -1944,330 +1951,310 @@ "System.Text.Encoding.CodePages": "4.6.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.Printing.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" - } - } - }, - "DevExpress.Reporting.Core/21.2.8": { - "dependencies": { - "DevExpress.Charts": "21.2.8", - "DevExpress.Charts.Core": "21.2.8", - "DevExpress.CodeParser": "21.2.8", - "DevExpress.Data": "21.2.8", - "DevExpress.DataAccess": "21.2.8", - "DevExpress.Gauges.Core": "21.2.8", - "DevExpress.Office.Core": "21.2.8", - "DevExpress.Pdf.Core": "21.2.8", - "DevExpress.Pdf.Drawing": "21.2.8", - "DevExpress.PivotGrid.Core": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.RichEdit.Core": "21.2.8", - "DevExpress.RichEdit.Export": "21.2.8", - "DevExpress.Sparkline.Core": "21.2.8", - "DevExpress.Xpo": "21.2.8", - "NETStandard.Library": "2.0.3", - "System.CodeDom": "4.4.0", - "System.Collections.Immutable": "1.5.0", - "System.Configuration.ConfigurationManager": "4.5.0", - "System.Drawing.Common": "4.5.0", - "System.Runtime.Loader": "4.3.0", - "System.Security.Permissions": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/DevExpress.XtraReports.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Printing.v22.1.Core.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.RichEdit.Core/21.2.8": { + "DevExpress.RichEdit.Core/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Office.Core": "21.2.8", - "DevExpress.Pdf.Core": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Office.Core": "22.1.3", + "DevExpress.Pdf.Core": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.RichEdit.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.RichEdit.v22.1.Core.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.RichEdit.Export/21.2.8": { + "DevExpress.RichEdit.Export/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Office.Core": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.RichEdit.Core": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Office.Core": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.RichEdit.Core": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.RichEdit.v21.2.Export.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.RichEdit.v22.1.Export.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Scheduler.Core/21.2.8": { + "DevExpress.Scheduler.Core/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", + "DevExpress.Data": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.XtraScheduler.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.XtraScheduler.v22.1.Core.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Sparkline.Core/21.2.8": { + "DevExpress.Sparkline.Core/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", + "DevExpress.Data": "22.1.3", + "DevExpress.Drawing": "22.1.3", "NETStandard.Library": "2.0.3", "System.Drawing.Common": "4.5.0" }, "runtime": { - "lib/netstandard2.0/DevExpress.Sparkline.v21.2.Core.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Sparkline.v22.1.Core.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Utils/21.2.8": { + "DevExpress.Utils/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.Printing.Core": "21.2.8" + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Printing.Core": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.Utils.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.Utils.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Utils.UI/21.2.8": { + "DevExpress.Utils.UI/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.DataAccess": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8", - "DevExpress.Win.Printing": "21.2.8", - "DevExpress.Win.RichEdit": "21.2.8", - "DevExpress.Win.TreeList": "21.2.8", - "DevExpress.Win.VerticalGrid": "21.2.8" + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.DataAccess": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3", + "DevExpress.Win.Printing": "22.1.3", + "DevExpress.Win.RichEdit": "22.1.3", + "DevExpress.Win.TreeList": "22.1.3", + "DevExpress.Win.VerticalGrid": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.Utils.v21.2.UI.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.Utils.v22.1.UI.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Win/21.2.8": { + "DevExpress.Win/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.RichEdit.Export": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Win.Grid": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8", - "DevExpress.Win.PivotGrid": "21.2.8", - "DevExpress.Win.Printing": "21.2.8", - "DevExpress.Win.TreeList": "21.2.8", - "DevExpress.Win.VerticalGrid": "21.2.8" + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.RichEdit.Export": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Win.Grid": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3", + "DevExpress.Win.PivotGrid": "22.1.3", + "DevExpress.Win.Printing": "22.1.3", + "DevExpress.Win.TreeList": "22.1.3", + "DevExpress.Win.VerticalGrid": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.XtraNavBar.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraNavBar.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" }, - "lib/netcoreapp3.0/DevExpress.XtraWizard.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraWizard.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Win.BonusSkins/21.2.8": { + "DevExpress.Win.BonusSkins/22.1.3": { "dependencies": { - "DevExpress.Utils": "21.2.8" + "DevExpress.Utils": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.BonusSkins.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.BonusSkins.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Win.Diagram/21.2.8": { + "DevExpress.Win.Diagram/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.Diagram.Core": "21.2.8", - "DevExpress.Pdf.Core": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8", - "DevExpress.Win.Printing": "21.2.8", - "DevExpress.Win.VerticalGrid": "21.2.8" + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.Diagram.Core": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Pdf.Core": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3", + "DevExpress.Win.Printing": "22.1.3", + "DevExpress.Win.VerticalGrid": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.XtraDiagram.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraDiagram.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Win.Grid/21.2.8": { + "DevExpress.Win.Grid/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8", - "DevExpress.Win.Printing": "21.2.8" + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3", + "DevExpress.Win.Printing": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.XtraGrid.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraGrid.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Win.Navigation/21.2.8": { + "DevExpress.Win.Navigation/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.Sparkline.Core": "21.2.8", - "DevExpress.Utils": "21.2.8" + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.Sparkline.Core": "22.1.3", + "DevExpress.Utils": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.XtraBars.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraBars.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" }, - "lib/netcoreapp3.0/DevExpress.XtraEditors.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraEditors.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" }, - "lib/netcoreapp3.0/DevExpress.XtraLayout.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraLayout.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Win.PivotGrid/21.2.8": { + "DevExpress.Win.PivotGrid/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.PivotGrid.Core": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8" + "DevExpress.Data": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.PivotGrid.Core": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.XtraPivotGrid.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraPivotGrid.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Win.Printing/21.2.8": { + "DevExpress.Win.Printing/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.RichEdit.Core": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8", - "DevExpress.Win.TreeList": "21.2.8" + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.RichEdit.Core": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3", + "DevExpress.Win.TreeList": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.XtraPrinting.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraPrinting.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Win.RichEdit/21.2.8": { - "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.Images": "21.2.8", - "DevExpress.Office.Core": "21.2.8", - "DevExpress.Pdf.Core": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.RichEdit.Core": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Win.Grid": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8", - "DevExpress.Win.Printing": "21.2.8" + "DevExpress.Win.RichEdit/22.1.3": { + "dependencies": { + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Images": "22.1.3", + "DevExpress.Office.Core": "22.1.3", + "DevExpress.Pdf.Core": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.RichEdit.Core": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Win.Grid": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3", + "DevExpress.Win.Printing": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.XtraRichEdit.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraRichEdit.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Win.TreeList/21.2.8": { + "DevExpress.Win.TreeList/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8" + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.XtraTreeList.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraTreeList.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Win.VerticalGrid/21.2.8": { + "DevExpress.Win.VerticalGrid/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "DevExpress.Data.Desktop": "21.2.8", - "DevExpress.Printing.Core": "21.2.8", - "DevExpress.Utils": "21.2.8", - "DevExpress.Win.Navigation": "21.2.8", - "DevExpress.Win.Printing": "21.2.8" + "DevExpress.Data": "22.1.3", + "DevExpress.Data.Desktop": "22.1.3", + "DevExpress.Drawing": "22.1.3", + "DevExpress.Printing.Core": "22.1.3", + "DevExpress.Utils": "22.1.3", + "DevExpress.Win.Navigation": "22.1.3", + "DevExpress.Win.Printing": "22.1.3" }, "runtime": { - "lib/netcoreapp3.0/DevExpress.XtraVerticalGrid.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netcoreapp3.0/DevExpress.XtraVerticalGrid.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, - "DevExpress.Xpo/21.2.8": { + "DevExpress.Xpo/22.1.3": { "dependencies": { - "DevExpress.Data": "21.2.8", - "Microsoft.Extensions.DependencyInjection": "2.0.0", + "DevExpress.Data": "22.1.3", + "Microsoft.Extensions.DependencyInjection": "6.0.0", "Microsoft.Win32.Registry": "4.5.0", "NETStandard.Library": "2.0.3", "System.Data.SqlClient": "4.6.0", "System.Drawing.Common": "4.5.0", - "System.Security.Principal.Windows": "4.5.0", "System.ServiceModel.Http": "4.5.3", "System.ServiceModel.NetTcp": "4.4.4", "System.ServiceModel.Security": "4.4.4", "System.Text.Json": "4.7.2" }, "runtime": { - "lib/netstandard2.0/DevExpress.Xpo.v21.2.dll": { - "assemblyVersion": "21.2.8.0", - "fileVersion": "21.2.8.0" + "lib/netstandard2.0/DevExpress.Xpo.v22.1.dll": { + "assemblyVersion": "22.1.3.0", + "fileVersion": "22.1.3.0" } } }, @@ -2278,7 +2265,7 @@ "System.AppContext": "4.3.0", "System.Collections": "4.3.0", "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.5.0", + "System.Collections.Immutable": "1.3.1", "System.Console": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Diagnostics.FileVersionInfo": "4.3.0", @@ -2332,12 +2319,18 @@ } } }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "5.0.0" + } + }, + "Microsoft.Extensions.DependencyInjection/6.0.0": { "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": {}, + "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {}, "Microsoft.Extensions.DependencyModel/3.1.6": { "dependencies": { "System.Text.Json": "4.7.2" @@ -2349,6 +2342,13 @@ } } }, + "Microsoft.Extensions.Options/3.1.5": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Primitives": "5.0.0" + } + }, + "Microsoft.Extensions.Primitives/5.0.0": {}, "Microsoft.NETCore.Platforms/3.0.0": {}, "Microsoft.NETCore.Targets/1.1.0": {}, "Microsoft.Win32.Registry/4.5.0": { @@ -2530,7 +2530,18 @@ "System.Threading.Tasks": "4.3.0" } }, - "System.Collections.Immutable/1.5.0": {}, + "System.Collections.Immutable/1.3.1": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, "System.ComponentModel.Annotations/4.4.0": {}, "System.Configuration.ConfigurationManager/4.5.0": { "dependencies": { @@ -2592,14 +2603,6 @@ "System.Runtime.InteropServices": "4.3.0" } }, - "System.Diagnostics.PerformanceCounter/4.5.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.0.0", - "Microsoft.Win32.Registry": "4.5.0", - "System.Configuration.ConfigurationManager": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, "System.Diagnostics.StackTrace/4.3.0": { "dependencies": { "System.IO.FileSystem": "4.3.0", @@ -2817,7 +2820,7 @@ "System.Reflection.Metadata/1.4.2": { "dependencies": { "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.5.0", + "System.Collections.Immutable": "1.3.1", "System.Diagnostics.Debug": "4.3.0", "System.IO": "4.3.0", "System.IO.Compression": "4.3.0", @@ -2866,6 +2869,7 @@ "runtime.any.System.Runtime": "4.3.0" } }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, "System.Runtime.Extensions/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.0.0", @@ -2893,13 +2897,6 @@ "runtime.any.System.Runtime.InteropServices": "4.3.0" } }, - "System.Runtime.Loader/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, "System.Runtime.Numerics/4.3.0": { "dependencies": { "System.Globalization": "4.3.0", @@ -3266,300 +3263,279 @@ "serviceable": false, "sha512": "" }, - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/5.0.17": { + "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/6.0.6": { "type": "runtimepack", "serviceable": false, "sha512": "" }, - "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/5.0.17": { + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/6.0.6": { "type": "runtimepack", "serviceable": false, "sha512": "" }, - "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86/5.0.17": { + "runtimepack.Microsoft.AspNetCore.App.Runtime.win-x86/6.0.6": { "type": "runtimepack", "serviceable": false, "sha512": "" }, - "DevExpress.Charts/21.2.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZveUOCMXM7FadJDgu82O/AZ+W1haEJtnc3GkSCEiDjFWsm1yS4pTd0LpEC2EGePk6urCYxsONtmTbdLlSxWsIg==", - "path": "devexpress.charts/21.2.8", - "hashPath": "devexpress.charts.21.2.8.nupkg.sha512" - }, - "DevExpress.Charts.Core/21.2.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JI3EjDnMX0cSNKsc6ze224NzOEHgqjxPkF6r63Yz0H6X4ZoGrviucZKqpdpF6bF2vq4vYvJRPPUNDrtHX4WKkg==", - "path": "devexpress.charts.core/21.2.8", - "hashPath": "devexpress.charts.core.21.2.8.nupkg.sha512" - }, - "DevExpress.CodeParser/21.2.8": { + "DevExpress.CodeParser/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-fiC1ksyGMUDOWWYu9jAB8lvFLPAkWXtaaZT7NwDNArbW7SIukq3vYDevKz10H81zWH4j/dQi3XNauEDWfpVjFQ==", - "path": "devexpress.codeparser/21.2.8", - "hashPath": "devexpress.codeparser.21.2.8.nupkg.sha512" + "sha512": "sha512-G8H+Pdb+MFXDbpZ+I8Mft4+Mfo+DMI5ZdSR/jw9lRGtBSHZ0AkDmRZRAYmp5SLzNrGQF0rEsdIayuQGbECryJA==", + "path": "devexpress.codeparser/22.1.3", + "hashPath": "devexpress.codeparser.22.1.3.nupkg.sha512" }, - "DevExpress.Data/21.2.8": { + "DevExpress.Data/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-2rJp2tsccm6cY8nsNOZrz677DTwPxxQBjTVOJVGAu2yKjH3XUqMy4IauLB4FsCSdj09PjSr2EZTKiklSgbKbEg==", - "path": "devexpress.data/21.2.8", - "hashPath": "devexpress.data.21.2.8.nupkg.sha512" + "sha512": "sha512-IO+Ql0VhrIFxGc+Q8lI5LFDAaT7YXHoVpZTbdvDkSLNqpxLgfmvRPFGpCDwGlLgJqxf+rVnqpvitJ8XDvpnL8w==", + "path": "devexpress.data/22.1.3", + "hashPath": "devexpress.data.22.1.3.nupkg.sha512" }, - "DevExpress.Data.Desktop/21.2.8": { + "DevExpress.Data.Desktop/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-O6BJCjprsyCEbuTxWm9uLqj2L0yB9IGYgFiBdX+G4OJYelQX1lOF0IucytrFV78Ew8xJrdU5uOKKjR6A/Egs4w==", - "path": "devexpress.data.desktop/21.2.8", - "hashPath": "devexpress.data.desktop.21.2.8.nupkg.sha512" + "sha512": "sha512-OlqRmT1Ei7aVHVWJNdxnQN7PodgjqpfyfBxOXFxbh5rIC+BshhKY1Ntw22E9y+VfmcyVvLjO7L3hvk4OPdLV+g==", + "path": "devexpress.data.desktop/22.1.3", + "hashPath": "devexpress.data.desktop.22.1.3.nupkg.sha512" }, - "DevExpress.DataAccess/21.2.8": { + "DevExpress.DataAccess/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-ZKqZKAzeYYzWeKKMhA8hso8FPoMpypW2gwcPfU0BNQiIebTwoU1VbLz8L47bR4Ev3pVTwk5NMHSbS3sbfH9n9A==", - "path": "devexpress.dataaccess/21.2.8", - "hashPath": "devexpress.dataaccess.21.2.8.nupkg.sha512" + "sha512": "sha512-g0KsVX/98kMTVeLeMfMiubeiwySEpdJgUQ2JSfykrHG3429xLCBFHiCugYqIJ1am+XzJaO+v3iqE7Ju+SNdypA==", + "path": "devexpress.dataaccess/22.1.3", + "hashPath": "devexpress.dataaccess.22.1.3.nupkg.sha512" }, - "DevExpress.DataAccess.UI/21.2.8": { + "DevExpress.DataAccess.UI/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-G9kgKZu1dQsJX7DO+kXdVoR5ghkz+lceQbi1ZwfBdwAtENYN9ceE40JPl5eNxnFoEWwgZH3M18U7Oiubwrl5EQ==", - "path": "devexpress.dataaccess.ui/21.2.8", - "hashPath": "devexpress.dataaccess.ui.21.2.8.nupkg.sha512" + "sha512": "sha512-9pFBtaVn6CMvfnYlQ6+RQE+AlfsVaO4VteIaWZhgGFTsBB1m1mDHvgFF9PLzK7jq8C5py61BvvfzrQw3LyrxGA==", + "path": "devexpress.dataaccess.ui/22.1.3", + "hashPath": "devexpress.dataaccess.ui.22.1.3.nupkg.sha512" }, - "DevExpress.DataVisualization.Core/21.2.8": { + "DevExpress.Diagram.Core/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-wwlNJ0PyA7pL+yi5Y6rYblrUqr0ZY1q3HUYCjruU3apo3QQ+W5G/R2IId2ha0TuZna7n4EPkWoeVqFU03axynw==", - "path": "devexpress.datavisualization.core/21.2.8", - "hashPath": "devexpress.datavisualization.core.21.2.8.nupkg.sha512" + "sha512": "sha512-hEG00TIZwBPYESKoWMUpYkI3e//uNu3C+mq7d5aH9VSqN7lquaGHEZUljdA1P4g3AarnXGzcIx7pN+Eilzcojw==", + "path": "devexpress.diagram.core/22.1.3", + "hashPath": "devexpress.diagram.core.22.1.3.nupkg.sha512" }, - "DevExpress.Diagram.Core/21.2.8": { + "DevExpress.Drawing/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-EhNa/5qlCSHaWXh1PT78VAguJ1NKzvQYRS2o2hFNSprB0HEJaa53CLlt7bryOUTy1WWlTL/DVclQ8kv51tReWw==", - "path": "devexpress.diagram.core/21.2.8", - "hashPath": "devexpress.diagram.core.21.2.8.nupkg.sha512" + "sha512": "sha512-0EzJgQe3jIAfnrX+ZF+nreOwK9NBwdMHJx6LjIcBaIowaFkcgdK3To9lGyCIB00B7bumwUSu6QxjZ7XUejjlOA==", + "path": "devexpress.drawing/22.1.3", + "hashPath": "devexpress.drawing.22.1.3.nupkg.sha512" }, - "DevExpress.ExpressApp/21.2.8": { + "DevExpress.ExpressApp/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-Kmnsgw4Go5BmXzGqR3SyujeGzdlCOioEzDYQgoq4QOelirS7rO2d4ZzbYxTs+tUYw5y5ndSLUMPqc0C8iycUDw==", - "path": "devexpress.expressapp/21.2.8", - "hashPath": "devexpress.expressapp.21.2.8.nupkg.sha512" + "sha512": "sha512-Ik3uSGX6+4xs8xDrmC654/sb2bnmypn3coYE0cubdizJwEkDZ/QikBSozyx4Q8bZ0iSv8Zkk4gIqcO26fkkdAw==", + "path": "devexpress.expressapp/22.1.3", + "hashPath": "devexpress.expressapp.22.1.3.nupkg.sha512" }, - "DevExpress.ExpressApp.Objects/21.2.8": { + "DevExpress.ExpressApp.Objects/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-IyN2f/+tgJzzW4lAm5kkS8f5UVQ97sEoLNU0z1LfH8Di5KCn+/C+yE19VTq/aNqnVtAyZSS7/0neqs2LBruo3A==", - "path": "devexpress.expressapp.objects/21.2.8", - "hashPath": "devexpress.expressapp.objects.21.2.8.nupkg.sha512" + "sha512": "sha512-mY7+e/p39+m+Q7Tt07xkhuO+J3HGBqyDpLyEkoYL3SsQhNQ2UKJpmv55iCg3CwTCgkW3FFjSU1atsHrx4OWG4g==", + "path": "devexpress.expressapp.objects/22.1.3", + "hashPath": "devexpress.expressapp.objects.22.1.3.nupkg.sha512" }, - "DevExpress.ExpressApp.Win/21.2.8": { + "DevExpress.ExpressApp.Security/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-Pzb3rZDiObBc98UDV5w+JGZU51ZAFky1kY0C+IOqMdoETVEC8AsTlv1AFZUhsGoHWfpr4lM17vh0ghVz6K7oIA==", - "path": "devexpress.expressapp.win/21.2.8", - "hashPath": "devexpress.expressapp.win.21.2.8.nupkg.sha512" + "sha512": "sha512-DuMMYrSrBstDsWFEFBo8k7MXwpnlR152vu5jXbmI6P4fbdc7N72cLHsd765qET+L3gTUQzINWhOFv74uEdH/tw==", + "path": "devexpress.expressapp.security/22.1.3", + "hashPath": "devexpress.expressapp.security.22.1.3.nupkg.sha512" }, - "DevExpress.ExpressApp.Xpo/21.2.8": { + "DevExpress.ExpressApp.Win/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-k4hlmzffcQRd70WFeoFBBhDdsogrqBHRozUnJw/mXzZ9A9N6X5Ys9UdWAHa4zBslHfY/EdlRob6boWeg2QT6Hw==", - "path": "devexpress.expressapp.xpo/21.2.8", - "hashPath": "devexpress.expressapp.xpo.21.2.8.nupkg.sha512" + "sha512": "sha512-dFTgGSxc5nLqCnnkd9MYPfvAgoIEjEVSsagNcxiK0TLh9wyJkS2HmJ7b4sq3O99c0aDkzxol+Z0voWmLFwmyfQ==", + "path": "devexpress.expressapp.win/22.1.3", + "hashPath": "devexpress.expressapp.win.22.1.3.nupkg.sha512" }, - "DevExpress.Gauges.Core/21.2.8": { + "DevExpress.ExpressApp.Xpo/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-peKOly318YGW2pjkSp0H7oJaYNmzKMIbWma7gepFm/ESm72E2mnbcPUb6AEDd65IBWUEqcgpAf5+XcdAua995A==", - "path": "devexpress.gauges.core/21.2.8", - "hashPath": "devexpress.gauges.core.21.2.8.nupkg.sha512" + "sha512": "sha512-D4P/UkPLjDX5aIoPnUmHE5cFJlm+HgdH8ja0QmwIkCERMqz2k6iRRXo2pnY8NE74Ttlwi/VysMwGmakTIXFcZA==", + "path": "devexpress.expressapp.xpo/22.1.3", + "hashPath": "devexpress.expressapp.xpo.22.1.3.nupkg.sha512" }, - "DevExpress.Images/21.2.8": { + "DevExpress.Images/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-D7tJnTmkzkK+iKxTBvYb8EdKxOA0QgtQ7ukUjgTGVFP+2+Vmf9SqWqxNQbzCKmwTYyWHMhYnaDXOvUR0HGs2JQ==", - "path": "devexpress.images/21.2.8", - "hashPath": "devexpress.images.21.2.8.nupkg.sha512" + "sha512": "sha512-+xoyIGW7jqbL0Xg/rTBWC4G5D+tRo/VhZHXTgrHGHgFUXZOUmsY8oX+61/lL5nIw/K6HOrAcmciahQOi7yWt/Q==", + "path": "devexpress.images/22.1.3", + "hashPath": "devexpress.images.22.1.3.nupkg.sha512" }, - "DevExpress.Office.Core/21.2.8": { + "DevExpress.Office.Core/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-w1uHaTTDnvUxKurEZKwcMb04UB87w1jjxOdoor6uUJrVmnXX0xcbeo2E06s3gdQ3olsOeknqACoKzfHQN78pRg==", - "path": "devexpress.office.core/21.2.8", - "hashPath": "devexpress.office.core.21.2.8.nupkg.sha512" + "sha512": "sha512-+RnqiNLjgI5OGKZfbyPNbUaKkZOAihDvx+XogVSVPRl+ho7H4yUbsBkG/ylzQVlpyn1UxSzYuPJoBPn5QaU+uw==", + "path": "devexpress.office.core/22.1.3", + "hashPath": "devexpress.office.core.22.1.3.nupkg.sha512" }, - "DevExpress.Pdf.Core/21.2.8": { + "DevExpress.Pdf.Core/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-kw2rYD9xiziwyLy1DI4X+6OQmuwHFGFIYCp93tMMNdnDMqUyXbutSgaSPV6syvkUcZOrwKQ38y0xVESdT3ER9Q==", - "path": "devexpress.pdf.core/21.2.8", - "hashPath": "devexpress.pdf.core.21.2.8.nupkg.sha512" + "sha512": "sha512-wy39U4Sf+BITE1UZJd3lDV1iFIBRhH3olVY389thpuKtGZt1I0d4ZGFQSPHruh9DLq8tr3puIsLiynWXQAkpuQ==", + "path": "devexpress.pdf.core/22.1.3", + "hashPath": "devexpress.pdf.core.22.1.3.nupkg.sha512" }, - "DevExpress.Pdf.Drawing/21.2.8": { + "DevExpress.Pdf.Drawing/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-4MAuZHcG+DeJt/qZqB6epS1+4BVBN5dv4LE65UeVAwR7OCG8RzdIaVK+G/mCY4cR+GFoWBr8GSkoLh2rDGftZQ==", - "path": "devexpress.pdf.drawing/21.2.8", - "hashPath": "devexpress.pdf.drawing.21.2.8.nupkg.sha512" + "sha512": "sha512-1n5SgGCvYxd2j62IRaRg/kLPrcrBp4Nm3y5N4i7ttKMHea752by4eJ+2we+gwGFnOtdL4JQ6u0nXsfZgcEB5Lw==", + "path": "devexpress.pdf.drawing/22.1.3", + "hashPath": "devexpress.pdf.drawing.22.1.3.nupkg.sha512" }, - "DevExpress.Persistent.Base/21.2.8": { + "DevExpress.Persistent.Base/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-JnP8WjPv03fyezQMSipy2hPxavw60d715zLkAz0FYQA1SX+qC7GozXApxA1YK7EwYTPNsgC4H4LQLsTHrwhQeQ==", - "path": "devexpress.persistent.base/21.2.8", - "hashPath": "devexpress.persistent.base.21.2.8.nupkg.sha512" + "sha512": "sha512-+PsLWKaSVa1IhC16REr42ihuUwMHRj214Ztrd20Y8AS3japkOFqy/0092GH9+Aus4EQrks0rFrgxeg5POOnLQg==", + "path": "devexpress.persistent.base/22.1.3", + "hashPath": "devexpress.persistent.base.22.1.3.nupkg.sha512" }, - "DevExpress.Persistent.BaseImpl.Xpo/21.2.8": { + "DevExpress.Persistent.BaseImpl.Xpo/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-0Ohx2ByvneWeKN7ywWjLp4mRfilQqWxYpUHOFlsJPpXsUddpQ/YCZfmZl6TgYBnLjTpfu+CjhE1A5bj4NCtJAA==", - "path": "devexpress.persistent.baseimpl.xpo/21.2.8", - "hashPath": "devexpress.persistent.baseimpl.xpo.21.2.8.nupkg.sha512" + "sha512": "sha512-d3pXwbiEdzWx0KP/JPFcObIAS/REi84rAazeWMbJt5bffnx4m5eBgZexEVy2p+6GVmzpX4dGjMXyDbJKWPQZpA==", + "path": "devexpress.persistent.baseimpl.xpo/22.1.3", + "hashPath": "devexpress.persistent.baseimpl.xpo.22.1.3.nupkg.sha512" }, - "DevExpress.PivotGrid.Core/21.2.8": { + "DevExpress.PivotGrid.Core/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-h4TxXRhUJeGz+/k+nFuc++YZ5jBzn+QvLeyzd9ptC6imDXI9Bv/qnmqu1Nm2yUJrN9iUF5mD+JW9nghWhwdJRg==", - "path": "devexpress.pivotgrid.core/21.2.8", - "hashPath": "devexpress.pivotgrid.core.21.2.8.nupkg.sha512" + "sha512": "sha512-/auM3Kr/Vz/hOI1B0kPr/mQYSfjVFoNGB9WgpF5W/U/I5mtrI8z3bSokLhUnPLGDn+LL+F1tkNwEZ5D9Mnl1Qg==", + "path": "devexpress.pivotgrid.core/22.1.3", + "hashPath": "devexpress.pivotgrid.core.22.1.3.nupkg.sha512" }, - "DevExpress.Printing.Core/21.2.8": { + "DevExpress.Printing.Core/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-//4vDtTtpVVPpPztd6wH5zNhytbd9enDL4OvILCDpKjx64dXViMlzFpsU3+fiO4COw6HRaOdVLhND/UWtOYQnA==", - "path": "devexpress.printing.core/21.2.8", - "hashPath": "devexpress.printing.core.21.2.8.nupkg.sha512" + "sha512": "sha512-bHg2PLVIPJ6tDdH96wqN2M67HOPYkkrQQ/iGoLKtPiL3JHWNSedVmqi6Bl3BdOvhGPjWj4Nc3PT2FisTsUJp1g==", + "path": "devexpress.printing.core/22.1.3", + "hashPath": "devexpress.printing.core.22.1.3.nupkg.sha512" }, - "DevExpress.Reporting.Core/21.2.8": { + "DevExpress.RichEdit.Core/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-uNsH7ZeppOHc7eOzKaVE+eNM9ozBdgoa1A1YOxoOmKlDlPVChfYwm1Y4ediBuYruOxj0sH1mAO/Omwvf49AvmA==", - "path": "devexpress.reporting.core/21.2.8", - "hashPath": "devexpress.reporting.core.21.2.8.nupkg.sha512" + "sha512": "sha512-M0lryy5yy8g2zM21vkQ6aomecpvpwLb71o+r5jdfeB7GHGptBVOQp0I5Ed4txkehvdke0FHqpSmaBTn8ZxEo/Q==", + "path": "devexpress.richedit.core/22.1.3", + "hashPath": "devexpress.richedit.core.22.1.3.nupkg.sha512" }, - "DevExpress.RichEdit.Core/21.2.8": { + "DevExpress.RichEdit.Export/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-ObK0eOfSvd3QQ97oE8Ui+Zjo5w58qCkODVnevPJxonRclFGtns153naWGqYy5kuiB9FV3+M38jPcvGbJDPsm6w==", - "path": "devexpress.richedit.core/21.2.8", - "hashPath": "devexpress.richedit.core.21.2.8.nupkg.sha512" + "sha512": "sha512-sT7fhp2KW8jQHugbm5YDG+ciDKYVJZUghfIRRs0mTmRnu53qaGsnCzdODLvY/8ssqECQ4jUqKxJUUR1ND76Kng==", + "path": "devexpress.richedit.export/22.1.3", + "hashPath": "devexpress.richedit.export.22.1.3.nupkg.sha512" }, - "DevExpress.RichEdit.Export/21.2.8": { + "DevExpress.Scheduler.Core/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-WDigjYCeSOkrpUZ2i6lrGkW2wKMMkpFlPG+GjjRUO0csciFAmqEVw7J0HqI+2b2HbGiWKj95nWPjci1EHPV12w==", - "path": "devexpress.richedit.export/21.2.8", - "hashPath": "devexpress.richedit.export.21.2.8.nupkg.sha512" + "sha512": "sha512-pYeSEnbf/r0Y0QyLvLe2GXRVIzZgn/Mnk8wj7PuQQ6Y0jzg3o/klwayz1LtjzvhZqMEwkGMd0xhn1TyRisnFxQ==", + "path": "devexpress.scheduler.core/22.1.3", + "hashPath": "devexpress.scheduler.core.22.1.3.nupkg.sha512" }, - "DevExpress.Scheduler.Core/21.2.8": { + "DevExpress.Sparkline.Core/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-VdPhCPIm5Rwn7VMkQXEQCH7Gb7OY7S4XcZN0+NZJpGvFlpJvzje+KQc+mAUg/GVrb19h8hac2JX1nHgdt4EsvQ==", - "path": "devexpress.scheduler.core/21.2.8", - "hashPath": "devexpress.scheduler.core.21.2.8.nupkg.sha512" + "sha512": "sha512-5QxVVYOJTqho490kKkRFxHvIP9tdbvAS/94vYnUN/OJOSmblVHki71lR5vmBh8tGxQE7aMjbaFII+EgPuUO1jg==", + "path": "devexpress.sparkline.core/22.1.3", + "hashPath": "devexpress.sparkline.core.22.1.3.nupkg.sha512" }, - "DevExpress.Sparkline.Core/21.2.8": { + "DevExpress.Utils/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-HNW023wgR30NMpz3s6AfvkhBOO8wgdQWpPPfv7PFcFicYhbKPEqM6+RgGkJOaW0SMthTq4TXS2yzc00i/Bx8qw==", - "path": "devexpress.sparkline.core/21.2.8", - "hashPath": "devexpress.sparkline.core.21.2.8.nupkg.sha512" + "sha512": "sha512-pTMOx801FJcpz18dJU8dZ55yV+CWGkUCF/NBtMwPQM5JCW3CLJtTLbxsuBXdk0t7+VuTFDdEJ8B4vgMAbBHSmw==", + "path": "devexpress.utils/22.1.3", + "hashPath": "devexpress.utils.22.1.3.nupkg.sha512" }, - "DevExpress.Utils/21.2.8": { + "DevExpress.Utils.UI/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-tflkkWzyhBAtn0cU6LuHRAkNZ4ZQQTCo+TlpwPHGg9W7U7PiLF6OPMgfzfrj7o/XKoaNBU/dMbBImIrfEmRoNA==", - "path": "devexpress.utils/21.2.8", - "hashPath": "devexpress.utils.21.2.8.nupkg.sha512" + "sha512": "sha512-b2Kc5+MaJqIqByOCUYUcc21wcG2uCoY636vfYwkIxZ1BbSNo7Er4DlHIgYz4bY31EKd+m1IGhSHkAZvpdTf7TQ==", + "path": "devexpress.utils.ui/22.1.3", + "hashPath": "devexpress.utils.ui.22.1.3.nupkg.sha512" }, - "DevExpress.Utils.UI/21.2.8": { + "DevExpress.Win/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-w9aK3cml5OyZHrg9p/he178fHC6xmpPAfyk0g3xbwwfLY9R05MyseRy5hcy+8kQYG+b9WBNBPZm/Z/dt9aJVIQ==", - "path": "devexpress.utils.ui/21.2.8", - "hashPath": "devexpress.utils.ui.21.2.8.nupkg.sha512" + "sha512": "sha512-/F+hS00e0l2iqCaL5yybfQH6V53mp6l5wiosGHC6zf+pDO6Jsf6eosWZifXc6BntkGViCYDYBrGTgu/tev6j5A==", + "path": "devexpress.win/22.1.3", + "hashPath": "devexpress.win.22.1.3.nupkg.sha512" }, - "DevExpress.Win/21.2.8": { + "DevExpress.Win.BonusSkins/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-oFhqMN+4AbOSSsouNXUYKpBRMrae7VnELrPuvJW6IVBt2vGrfvetrfvZTQFTPvp8BzTza0BaT5SocsRBED36Eg==", - "path": "devexpress.win/21.2.8", - "hashPath": "devexpress.win.21.2.8.nupkg.sha512" + "sha512": "sha512-PMFhoPk2bSnMPxI/YhFlVqhYTlClYiblcCJJ5+nT/v0kUtiBILanNQSTqBJFyOag1+ECInUFclmQlM2OWLBlcA==", + "path": "devexpress.win.bonusskins/22.1.3", + "hashPath": "devexpress.win.bonusskins.22.1.3.nupkg.sha512" }, - "DevExpress.Win.BonusSkins/21.2.8": { + "DevExpress.Win.Diagram/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-rtZB7nXfviBrK/epaQmOgCCj5OOKij6mQYk/i8wOaByqe1IkZxfgeAZm85whOMMxuiEoJTGE7EQSe+Nf5slzeA==", - "path": "devexpress.win.bonusskins/21.2.8", - "hashPath": "devexpress.win.bonusskins.21.2.8.nupkg.sha512" + "sha512": "sha512-klBo3ubUxPQt0xglehQXFMvGfX+YpyJyGyaAmeso26Of/wj++/3jaugp96YI0qWTOHJ0F9j6qqolDjxRgcDHKg==", + "path": "devexpress.win.diagram/22.1.3", + "hashPath": "devexpress.win.diagram.22.1.3.nupkg.sha512" }, - "DevExpress.Win.Diagram/21.2.8": { + "DevExpress.Win.Grid/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-Q+Yq26lZCbM+gKzYtZnO9M/8frSU7sE4QkX0S6DU893Q/t0fHcZ6vt455tn0h+JBlHCo5r8qZg+vjatYrO/Y4g==", - "path": "devexpress.win.diagram/21.2.8", - "hashPath": "devexpress.win.diagram.21.2.8.nupkg.sha512" + "sha512": "sha512-3r9Q/VDZ7TmQyVep1lJNjRZ/5NwZOChBswoSYhK8d28FsI1Gewl4spkfJEenTiRIMzuax1Df0+Ju5xZBola2hQ==", + "path": "devexpress.win.grid/22.1.3", + "hashPath": "devexpress.win.grid.22.1.3.nupkg.sha512" }, - "DevExpress.Win.Grid/21.2.8": { + "DevExpress.Win.Navigation/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-27ruCyYfMVcpD9XhdCBI3FYOHGnij5giF8TQt7++FRQ6GGRhu71H6y+ymyGm2ZU5DOHEQdR/ALFovdKgaVstaw==", - "path": "devexpress.win.grid/21.2.8", - "hashPath": "devexpress.win.grid.21.2.8.nupkg.sha512" + "sha512": "sha512-jc09gCssWDSwmP0yH39s9o0kyS4cOOKNzrJ0u+7EKDHrQy9qSqkyQ9WH/A7rO+5KKvU42tQqkpWHRqH8jaXaLQ==", + "path": "devexpress.win.navigation/22.1.3", + "hashPath": "devexpress.win.navigation.22.1.3.nupkg.sha512" }, - "DevExpress.Win.Navigation/21.2.8": { + "DevExpress.Win.PivotGrid/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-t0ZQIw95iB49GEXLGTCOOaHbYI2dkt272FB7bLcHcA+nHy8y+mNCle1+HK6HHr6y67IMpW9aBWal+a7PCrKUxA==", - "path": "devexpress.win.navigation/21.2.8", - "hashPath": "devexpress.win.navigation.21.2.8.nupkg.sha512" + "sha512": "sha512-21UxY6Ozgedm7oB4hNfKswtqgajglSW+W+pAhCyidk3mNOL6UtQk/TbLURG0BKXpjrE2y7N3TkntjvDa2as79w==", + "path": "devexpress.win.pivotgrid/22.1.3", + "hashPath": "devexpress.win.pivotgrid.22.1.3.nupkg.sha512" }, - "DevExpress.Win.PivotGrid/21.2.8": { + "DevExpress.Win.Printing/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-kwDNB8Ki3bQO/EYX6RZbMRskX23ulXWXE8He4cBHIS4VqZbLKBJu20L5M9FoFlZBewi2pHYiBH+eqT40MsQ1VQ==", - "path": "devexpress.win.pivotgrid/21.2.8", - "hashPath": "devexpress.win.pivotgrid.21.2.8.nupkg.sha512" + "sha512": "sha512-Z1ZTcErgpFbgakhHbY2tN2MwtCPo0MwLm64yEGTn+YgDGgqgeaF0YRPM3B8bjZE5/gEjaoirH6EhpDHxU5JOfA==", + "path": "devexpress.win.printing/22.1.3", + "hashPath": "devexpress.win.printing.22.1.3.nupkg.sha512" }, - "DevExpress.Win.Printing/21.2.8": { + "DevExpress.Win.RichEdit/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-VghdQ/3EDmY3v5B5TYlKb+rGGX69ooEGDbfcSeDPtJlSjqKwc276VjXZCmO7m5Lq1tZLxngi/OFhk2Sn/IbYwg==", - "path": "devexpress.win.printing/21.2.8", - "hashPath": "devexpress.win.printing.21.2.8.nupkg.sha512" + "sha512": "sha512-M5NCSPUHB7Ckeke4e17gorQhYpfhz5dbvxjx/qje8+bJBUi8Sa7khWWQZp95U7HWuDHORUDtu44S8G4oaLlMtw==", + "path": "devexpress.win.richedit/22.1.3", + "hashPath": "devexpress.win.richedit.22.1.3.nupkg.sha512" }, - "DevExpress.Win.RichEdit/21.2.8": { + "DevExpress.Win.TreeList/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-/URBXhzcV0EN84JdFbnOrjaoS4GSU+f2f8GCcK4w8BCo19ZVKLU6mBuCEiw5mUCL/a7+0QTv+GiY/sJrjTQ3/Q==", - "path": "devexpress.win.richedit/21.2.8", - "hashPath": "devexpress.win.richedit.21.2.8.nupkg.sha512" + "sha512": "sha512-1SWHzuOqA0Ml8hDQdulYyuKx4mv2hPfoBPTny0ZLypkJzCWxPEYExTeeCiZry0boidfZTZ45ICWZGMaelI5Vog==", + "path": "devexpress.win.treelist/22.1.3", + "hashPath": "devexpress.win.treelist.22.1.3.nupkg.sha512" }, - "DevExpress.Win.TreeList/21.2.8": { + "DevExpress.Win.VerticalGrid/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-O+PxFQVXOuPdot1tvHbnOW9TNtm1+DTgejCng2cKsDB4L7CDAfK4CQunSBElAkJyN/QUTRY7bsrPeEwi5Tw8qQ==", - "path": "devexpress.win.treelist/21.2.8", - "hashPath": "devexpress.win.treelist.21.2.8.nupkg.sha512" + "sha512": "sha512-KodlylmVckWhTtbVO+L2N+NvWW2sgPpCS2nHRWbEba8aqQa1Ob8DGGXqy/kxZRtgDbuawuKLcWKkSM9rV/zZTw==", + "path": "devexpress.win.verticalgrid/22.1.3", + "hashPath": "devexpress.win.verticalgrid.22.1.3.nupkg.sha512" }, - "DevExpress.Win.VerticalGrid/21.2.8": { + "DevExpress.Xpo/22.1.3": { "type": "package", "serviceable": true, - "sha512": "sha512-BtLL+R0J8m+L5uY0PMzCTP5IgUMMWFc50l/leTLxKO9Q5BuCyH8si7lu/hvpljhFVheGI6I10Tfqp88uTEiXNw==", - "path": "devexpress.win.verticalgrid/21.2.8", - "hashPath": "devexpress.win.verticalgrid.21.2.8.nupkg.sha512" - }, - "DevExpress.Xpo/21.2.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3liWCwsZRF9m5JBegWM7Z5BdB+K8S0/oZOIgKiOmSPyMj30QTb7WYzCasEub9GLTP1Bj0bF9FtL8Qpb5Cn9gdA==", - "path": "devexpress.xpo/21.2.8", - "hashPath": "devexpress.xpo.21.2.8.nupkg.sha512" + "sha512": "sha512-InlFRYnYVg/iycXCHR1BqavEQ8asxOgE14Lfr0zPtGNY8GfiHdvKBKPwzExrpc48ZDEEFUJlsmUq42kV7wZNPg==", + "path": "devexpress.xpo/22.1.3", + "hashPath": "devexpress.xpo.22.1.3.nupkg.sha512" }, "Microsoft.CodeAnalysis.Analyzers/1.1.0": { "type": "package", @@ -3582,19 +3558,26 @@ "path": "microsoft.codeanalysis.csharp/2.8.0", "hashPath": "microsoft.codeanalysis.csharp.2.8.0.nupkg.sha512" }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-wakg18gHYiUL1pcjjyZuYk6OvDpbSw1E7IWxm78TMepsr+gQ8W0tWzuRm0q/9RFblngwPwo15rrgZSUV51W5Iw==", - "path": "microsoft.extensions.dependencyinjection/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.2.0.0.nupkg.sha512" + "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==", + "path": "microsoft.extensions.configuration.abstractions/5.0.0", + "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512" }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { + "Microsoft.Extensions.DependencyInjection/6.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-eUdJ0Q/GfVyUJc0Jal5L1QZLceL78pvEM9wEKcHeI24KorqMDoVX+gWsMGLulQMfOwsUaPtkpQM2pFERTzSfSg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", + "path": "microsoft.extensions.dependencyinjection/6.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.DependencyModel/3.1.6": { "type": "package", @@ -3603,6 +3586,20 @@ "path": "microsoft.extensions.dependencymodel/3.1.6", "hashPath": "microsoft.extensions.dependencymodel.3.1.6.nupkg.sha512" }, + "Microsoft.Extensions.Options/3.1.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-f+JT/7lkKBMp/Ak2tVjO+TD7o+UoCfjnExkZNn0PZIso8kIXrqNy6x42Lrxf4Q0pW3JMf9ExmL2EQlvk2XnFAg==", + "path": "microsoft.extensions.options/3.1.5", + "hashPath": "microsoft.extensions.options.3.1.5.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==", + "path": "microsoft.extensions.primitives/5.0.0", + "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512" + }, "Microsoft.NETCore.Platforms/3.0.0": { "type": "package", "serviceable": true, @@ -3953,12 +3950,12 @@ "path": "system.collections.concurrent/4.3.0", "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" }, - "System.Collections.Immutable/1.5.0": { + "System.Collections.Immutable/1.3.1": { "type": "package", "serviceable": true, - "sha512": "sha512-EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==", - "path": "system.collections.immutable/1.5.0", - "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512" + "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg==", + "path": "system.collections.immutable/1.3.1", + "hashPath": "system.collections.immutable.1.3.1.nupkg.sha512" }, "System.ComponentModel.Annotations/4.4.0": { "type": "package", @@ -4009,13 +4006,6 @@ "path": "system.diagnostics.fileversioninfo/4.3.0", "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" }, - "System.Diagnostics.PerformanceCounter/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JUO5/moXgchWZBMBElgmPebZPKCgwW8kY3dFwVJavaNR2ftcc/YjXXGjOaCjly2KBXT7Ld5l/GTkMVzNv41yZA==", - "path": "system.diagnostics.performancecounter/4.5.0", - "hashPath": "system.diagnostics.performancecounter.4.5.0.nupkg.sha512" - }, "System.Diagnostics.StackTrace/4.3.0": { "type": "package", "serviceable": true, @@ -4212,6 +4202,13 @@ "path": "system.runtime/4.3.0", "hashPath": "system.runtime.4.3.0.nupkg.sha512" }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" + }, "System.Runtime.Extensions/4.3.0": { "type": "package", "serviceable": true, @@ -4233,13 +4230,6 @@ "path": "system.runtime.interopservices/4.3.0", "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "path": "system.runtime.loader/4.3.0", - "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512" - }, "System.Runtime.Numerics/4.3.0": { "type": "package", "serviceable": true, 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 bf73988354..940826b692 100644 Binary files a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.dll and b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.dll differ 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 7991f0346f..3cc3768e43 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 @@ -38,589 +38,613 @@ - + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + - + - + - + - + - + - + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + - + - + + + + + + + - + - + - + - + - - + + - + - + - + - + - + - + - - - - - - - + - + - + - + - + - + - + - + @@ -632,37 +656,37 @@ - + - + - + - + - + - + @@ -671,166 +695,136 @@ - - - - - - - + - + - + - + - + - + - + - - - - - - - - - - - - - + - - - - - - - - - - - - - + - + - + - + - - - - - - - + - + - + - + - + - + - + - + - + + + + + + + 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 f680510913..650b35388d 100644 Binary files a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.exe and b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.exe differ diff --git a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.pdb b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.pdb index 901ee97215..e81a87936c 100644 Binary files a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.pdb and b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/WinDesktop/Xpand.XAF.ModelEditor.WinDesktop.pdb differ 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 f7fa586195..680a00313f 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 @@ -1,18 +1,18 @@ { "runtimeOptions": { - "tfm": "net5.0", + "tfm": "net6.0", "includedFrameworks": [ { "name": "Microsoft.NETCore.App", - "version": "5.0.17" + "version": "6.0.6" }, { "name": "Microsoft.WindowsDesktop.App", - "version": "5.0.17" + "version": "6.0.6" }, { "name": "Microsoft.AspNetCore.App", - "version": "5.0.17" + "version": "6.0.6" } ], "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 6c09cc7e50..60e8a4897c 100644 Binary files a/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/Xpand.XAF.ModelEditor.exe and b/Xpand.Plugins/Xpand.VSIX/ToolWindow/ModelEditor/Xpand.XAF.ModelEditor.exe differ diff --git a/Xpand.Plugins/Xpand.VSIX/Xpand.VSIX.csproj b/Xpand.Plugins/Xpand.VSIX/Xpand.VSIX.csproj index 6cbbdf2996..b993a1eeef 100644 --- a/Xpand.Plugins/Xpand.VSIX/Xpand.VSIX.csproj +++ b/Xpand.Plugins/Xpand.VSIX/Xpand.VSIX.csproj @@ -250,8 +250,8 @@ - - ..\packages\DevExpress.Data\lib\net452\DevExpress.Data.v21.2.dll + + ..\packages\DevExpress.Data\lib\net452\DevExpress.Data.v22.1.dll True True @@ -261,8 +261,8 @@ - - ..\packages\DevExpress.Data.Desktop\lib\net452\DevExpress.Data.Desktop.v21.2.dll + + ..\packages\DevExpress.Data.Desktop\lib\net452\DevExpress.Data.Desktop.v22.1.dll True True @@ -272,8 +272,8 @@ - - ..\packages\DevExpress.Office.Core\lib\net452\DevExpress.Office.v21.2.Core.dll + + ..\packages\DevExpress.Drawing\lib\net452\DevExpress.Drawing.v22.1.dll True True @@ -283,8 +283,8 @@ - - ..\packages\DevExpress.Pdf.Core\lib\net452\DevExpress.Pdf.v21.2.Core.dll + + ..\packages\DevExpress.Office.Core\lib\net452\DevExpress.Office.v22.1.Core.dll True True @@ -294,8 +294,8 @@ - - ..\packages\DevExpress.Pdf.Drawing\lib\net452\DevExpress.Pdf.v21.2.Drawing.dll + + ..\packages\DevExpress.Pdf.Core\lib\net452\DevExpress.Pdf.v22.1.Core.dll True True @@ -305,8 +305,8 @@ - - ..\packages\DevExpress.PivotGrid.Core\lib\net452\DevExpress.PivotGrid.v21.2.Core.dll + + ..\packages\DevExpress.Pdf.Drawing\lib\net452\DevExpress.Pdf.v22.1.Drawing.dll True True @@ -316,8 +316,8 @@ - - ..\packages\DevExpress.Printing.Core\lib\net452\DevExpress.Printing.v21.2.Core.dll + + ..\packages\DevExpress.PivotGrid.Core\lib\net452\DevExpress.PivotGrid.v22.1.Core.dll True True @@ -327,8 +327,8 @@ - - ..\packages\DevExpress.RichEdit.Core\lib\net452\DevExpress.RichEdit.v21.2.Core.dll + + ..\packages\DevExpress.Printing.Core\lib\net452\DevExpress.Printing.v22.1.Core.dll True True @@ -338,8 +338,8 @@ - - ..\packages\DevExpress.RichEdit.Export\lib\net452\DevExpress.RichEdit.v21.2.Export.dll + + ..\packages\DevExpress.RichEdit.Core\lib\net452\DevExpress.RichEdit.v22.1.Core.dll True True @@ -349,8 +349,8 @@ - - ..\packages\DevExpress.Sparkline.Core\lib\net452\DevExpress.Sparkline.v21.2.Core.dll + + ..\packages\DevExpress.RichEdit.Export\lib\net452\DevExpress.RichEdit.v22.1.Export.dll True True @@ -360,8 +360,8 @@ - - ..\packages\DevExpress.Utils\lib\net452\DevExpress.Utils.v21.2.dll + + ..\packages\DevExpress.Sparkline.Core\lib\net452\DevExpress.Sparkline.v22.1.Core.dll True True @@ -371,13 +371,24 @@ - - ..\packages\DevExpress.Win\lib\net452\DevExpress.XtraNavBar.v21.2.dll + + ..\packages\DevExpress.Utils\lib\net452\DevExpress.Utils.v22.1.dll True True - - ..\packages\DevExpress.Win\lib\net452\DevExpress.XtraWizard.v21.2.dll + + + + + + + + ..\packages\DevExpress.Win\lib\net452\DevExpress.XtraNavBar.v22.1.dll + True + True + + + ..\packages\DevExpress.Win\lib\net452\DevExpress.XtraWizard.v22.1.dll True True @@ -387,8 +398,8 @@ - - ..\packages\DevExpress.Win.Grid\lib\net452\DevExpress.XtraGrid.v21.2.dll + + ..\packages\DevExpress.Win.Grid\lib\net452\DevExpress.XtraGrid.v22.1.dll True True @@ -398,18 +409,18 @@ - - ..\packages\DevExpress.Win.Navigation\lib\net452\DevExpress.XtraBars.v21.2.dll + + ..\packages\DevExpress.Win.Navigation\lib\net452\DevExpress.XtraBars.v22.1.dll True True - - ..\packages\DevExpress.Win.Navigation\lib\net452\DevExpress.XtraEditors.v21.2.dll + + ..\packages\DevExpress.Win.Navigation\lib\net452\DevExpress.XtraEditors.v22.1.dll True True - - ..\packages\DevExpress.Win.Navigation\lib\net452\DevExpress.XtraLayout.v21.2.dll + + ..\packages\DevExpress.Win.Navigation\lib\net452\DevExpress.XtraLayout.v22.1.dll True True @@ -419,8 +430,8 @@ - - ..\packages\DevExpress.Win.PivotGrid\lib\net452\DevExpress.XtraPivotGrid.v21.2.dll + + ..\packages\DevExpress.Win.PivotGrid\lib\net452\DevExpress.XtraPivotGrid.v22.1.dll True True @@ -430,8 +441,8 @@ - - ..\packages\DevExpress.Win.Printing\lib\net452\DevExpress.XtraPrinting.v21.2.dll + + ..\packages\DevExpress.Win.Printing\lib\net452\DevExpress.XtraPrinting.v22.1.dll True True @@ -441,8 +452,8 @@ - - ..\packages\DevExpress.Win.TreeList\lib\net452\DevExpress.XtraTreeList.v21.2.dll + + ..\packages\DevExpress.Win.TreeList\lib\net452\DevExpress.XtraTreeList.v22.1.dll True True @@ -452,8 +463,8 @@ - - ..\packages\DevExpress.Win.VerticalGrid\lib\net452\DevExpress.XtraVerticalGrid.v21.2.dll + + ..\packages\DevExpress.Win.VerticalGrid\lib\net452\DevExpress.XtraVerticalGrid.v22.1.dll True True diff --git a/Xpand.Plugins/paket.dependencies b/Xpand.Plugins/paket.dependencies index 806d3b0d55..1fc29941dc 100644 --- a/Xpand.Plugins/paket.dependencies +++ b/Xpand.Plugins/paket.dependencies @@ -5,8 +5,8 @@ source https://api.nuget.org/v3/index.json source https://xpandnugetserver.azurewebsites.net/nuget -nuget DevExpress.ExpressApp.Xpo == 21.2.8 -nuget DevExpress.ExpressApp.Win == 21.2.8 +nuget DevExpress.ExpressApp.Xpo == 22.1.3 +nuget DevExpress.ExpressApp.Win == 22.1.3 nuget Fasterflect.Xpand nuget Fody 4.2.1 nuget Microsoft.CSharp 4.7.0 diff --git a/Xpand.Plugins/paket.lock b/Xpand.Plugins/paket.lock index 6d0230735a..53f626f0d3 100644 --- a/Xpand.Plugins/paket.lock +++ b/Xpand.Plugins/paket.lock @@ -2,223 +2,247 @@ STORAGE: PACKAGES RESTRICTION: == net472 NUGET remote: C:\Program Files (x86)\DevExpress 22.1\Components\System\Components\Packages - DevExpress.Charts (21.2.8) - DevExpress.Charts.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataVisualization.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Charts.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.CodeParser (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.CodeParser (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Xpo (21.2.8) - DevExpress.DataAccess.UI (21.2.8) - DevExpress.CodeParser (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.Diagram.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Utils.UI (21.2.8) - DevExpress.Win.Diagram (21.2.8) - DevExpress.Win.Grid (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.Printing (21.2.8) - DevExpress.Win.RichEdit (21.2.8) - DevExpress.Win.TreeList (21.2.8) - DevExpress.Xpo (21.2.8) - DevExpress.DataVisualization.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Diagram.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Images (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.ExpressApp.Win (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.DataAccess.UI (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Persistent.Base (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win (21.2.8) - DevExpress.Win.BonusSkins (21.2.8) - DevExpress.Win.Grid (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.Printing (21.2.8) - DevExpress.Win.RichEdit (21.2.8) - DevExpress.Win.TreeList (21.2.8) - DevExpress.Win.VerticalGrid (21.2.8) - DevExpress.ExpressApp.Xpo (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Xpo (21.2.8) - DevExpress.Gauges.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Images (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Pdf.Drawing (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Persistent.Base (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Reporting.Core (21.2.8) - DevExpress.PivotGrid.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Pdf.Drawing (21.2.8) - DevExpress.Reporting.Core (21.2.8) - DevExpress.Charts (21.2.8) - DevExpress.Charts.Core (21.2.8) - DevExpress.CodeParser (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.Gauges.Core (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Pdf.Drawing (21.2.8) - DevExpress.PivotGrid.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.RichEdit.Export (21.2.8) - DevExpress.Sparkline.Core (21.2.8) - DevExpress.Xpo (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Export (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Sparkline.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Utils.UI (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.Printing (21.2.8) - DevExpress.Win.RichEdit (21.2.8) - DevExpress.Win.TreeList (21.2.8) - DevExpress.Win.VerticalGrid (21.2.8) - DevExpress.Win (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.RichEdit.Export (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.Grid (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.PivotGrid (21.2.8) - DevExpress.Win.Printing (21.2.8) - DevExpress.Win.TreeList (21.2.8) - DevExpress.Win.VerticalGrid (21.2.8) - DevExpress.Win.BonusSkins (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.Diagram (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.Diagram.Core (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.Printing (21.2.8) - DevExpress.Win.VerticalGrid (21.2.8) - DevExpress.Win.Grid (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.Printing (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Sparkline.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.PivotGrid (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.PivotGrid.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.Printing (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.TreeList (21.2.8) - DevExpress.Win.RichEdit (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.Images (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.Grid (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.Printing (21.2.8) - DevExpress.Win.TreeList (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.VerticalGrid (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Data.Desktop (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Utils (21.2.8) - DevExpress.Win.Navigation (21.2.8) - DevExpress.Win.Printing (21.2.8) + DevExpress.Charts (22.1.3) + DevExpress.Charts.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataVisualization.Core (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Charts.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.CodeParser (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.CodeParser (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Xpo (22.1.3) + DevExpress.DataAccess.UI (22.1.3) + DevExpress.CodeParser (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.Diagram.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Utils.UI (22.1.3) + DevExpress.Win.Diagram (22.1.3) + DevExpress.Win.Grid (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.Printing (22.1.3) + DevExpress.Win.RichEdit (22.1.3) + DevExpress.Win.TreeList (22.1.3) + DevExpress.Xpo (22.1.3) + DevExpress.DataVisualization.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Diagram.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Images (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.ExpressApp.Win (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.DataAccess.UI (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Persistent.Base (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win (22.1.3) + DevExpress.Win.BonusSkins (22.1.3) + DevExpress.Win.Grid (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.Printing (22.1.3) + DevExpress.Win.RichEdit (22.1.3) + DevExpress.Win.TreeList (22.1.3) + DevExpress.Win.VerticalGrid (22.1.3) + DevExpress.ExpressApp.Xpo (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Xpo (22.1.3) + DevExpress.Gauges.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Images (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Pdf.Drawing (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Persistent.Base (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Reporting.Core (22.1.3) + DevExpress.PivotGrid.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Pdf.Drawing (22.1.3) + DevExpress.Reporting.Core (22.1.3) + DevExpress.Charts (22.1.3) + DevExpress.Charts.Core (22.1.3) + DevExpress.CodeParser (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Gauges.Core (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Pdf.Drawing (22.1.3) + DevExpress.PivotGrid.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.RichEdit.Export (22.1.3) + DevExpress.Sparkline.Core (22.1.3) + DevExpress.Xpo (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Export (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Sparkline.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Utils.UI (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.Printing (22.1.3) + DevExpress.Win.RichEdit (22.1.3) + DevExpress.Win.TreeList (22.1.3) + DevExpress.Win.VerticalGrid (22.1.3) + DevExpress.Win (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.RichEdit.Export (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.Grid (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.PivotGrid (22.1.3) + DevExpress.Win.Printing (22.1.3) + DevExpress.Win.TreeList (22.1.3) + DevExpress.Win.VerticalGrid (22.1.3) + DevExpress.Win.BonusSkins (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.Diagram (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Diagram.Core (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.Printing (22.1.3) + DevExpress.Win.VerticalGrid (22.1.3) + DevExpress.Win.Grid (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.Printing (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Sparkline.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.PivotGrid (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.PivotGrid.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.Printing (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.TreeList (22.1.3) + DevExpress.Win.RichEdit (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Images (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.Grid (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.Printing (22.1.3) + DevExpress.Win.TreeList (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.VerticalGrid (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Data.Desktop (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Utils (22.1.3) + DevExpress.Win.Navigation (22.1.3) + DevExpress.Win.Printing (22.1.3) remote: https://api.nuget.org/v3/index.json - DevExpress.Data (21.2.8) - DevExpress.Xpo (21.2.8) - DevExpress.Data (21.2.8) + DevExpress.Data (22.1.3) + DevExpress.Xpo (22.1.3) + DevExpress.Data (22.1.3) EnvDTE (16.10.31320.204) Microsoft.VisualStudio.SDK.EmbedInteropTypes (>= 15.0.34) stdole (>= 16.10.31320.204) diff --git a/Xpand/Xpand.ExpressApp.Modules/AdditionalViewControlsProvider.Win/Xpand.ExpressApp.AdditionalViewControlsProvider.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/AdditionalViewControlsProvider.Win/Xpand.ExpressApp.AdditionalViewControlsProvider.Win.csproj index 52111daec9..9d4e6a2c9c 100644 --- a/Xpand/Xpand.ExpressApp.Modules/AdditionalViewControlsProvider.Win/Xpand.ExpressApp.AdditionalViewControlsProvider.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/AdditionalViewControlsProvider.Win/Xpand.ExpressApp.AdditionalViewControlsProvider.Win.csproj @@ -1,7 +1,7 @@  - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true ..\..\Xpand.key\xpand.snk true @@ -14,6 +14,18 @@ pdbonly True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + ..\..\..\Xpand.DLL\Xpand.ExpressApp.AdditionalViewControlsProvider.dll diff --git a/Xpand/Xpand.ExpressApp.Modules/AdditionalViewControlsProvider/paket.references b/Xpand/Xpand.ExpressApp.Modules/AdditionalViewControlsProvider/paket.references index 278f13a575..e4374f0968 100644 --- a/Xpand/Xpand.ExpressApp.Modules/AdditionalViewControlsProvider/paket.references +++ b/Xpand/Xpand.ExpressApp.Modules/AdditionalViewControlsProvider/paket.references @@ -2,4 +2,4 @@ DevExpress.ExpressApp.Security.Xpo Xpand.XAF.Modules.ModelViewInheritance Xpand.Extensions.XAF.Xpo DevExpress.ExpressApp.CodeAnalysis - +System.ComponentModel.Annotations diff --git a/Xpand/Xpand.ExpressApp.Modules/AuditTrail/paket.references b/Xpand/Xpand.ExpressApp.Modules/AuditTrail/paket.references index b1cf072847..01831e1dad 100644 --- a/Xpand/Xpand.ExpressApp.Modules/AuditTrail/paket.references +++ b/Xpand/Xpand.ExpressApp.Modules/AuditTrail/paket.references @@ -4,4 +4,4 @@ DevExpress.ExpressApp.Security.Xpo Xpand.XAF.Modules.CloneModelView Xpand.XAF.Modules.ModelViewInheritance DevExpress.ExpressApp.CodeAnalysis - +System.ComponentModel.Annotations diff --git a/Xpand/Xpand.ExpressApp.Modules/Chart.Win/Xpand.ExpressApp.Chart.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/Chart.Win/Xpand.ExpressApp.Chart.Win.csproj index 20eeda0545..a55cf7ff86 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Chart.Win/Xpand.ExpressApp.Chart.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/Chart.Win/Xpand.ExpressApp.Chart.Win.csproj @@ -3,7 +3,7 @@ ..\..\Xpand.key\xpand.snk true - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true false ..\..\..\Xpand.DLL\ @@ -15,6 +15,18 @@ pdbonly True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + ..\..\..\Xpand.DLL\Xpand.Persistent.Base.dll diff --git a/Xpand/Xpand.ExpressApp.Modules/Dashboard/Xpand.ExpressApp.Dashboard.csproj b/Xpand/Xpand.ExpressApp.Modules/Dashboard/Xpand.ExpressApp.Dashboard.csproj index 1d9f65b91c..490cabe487 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Dashboard/Xpand.ExpressApp.Dashboard.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/Dashboard/Xpand.ExpressApp.Dashboard.csproj @@ -2,7 +2,7 @@ ..\..\Xpand.key\xpand.snk - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true true ..\..\..\Xpand.DLL\ diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter.Win/Services/AutoImportService.cs b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter.Win/Services/AutoImportService.cs index 7d158e8800..8e6d3859ca 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter.Win/Services/AutoImportService.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter.Win/Services/AutoImportService.cs @@ -79,7 +79,7 @@ internal static IObservable Connect(this XafApplication application) { } private static void AddDroppedFiles((ExcelImport excelImport, FileDropped fileDropped) tuple,XafApplication application) { - using var objectSpace = application.CreateObjectSpace(); + using var objectSpace = application.CreateObjectSpace(typeof(DroppedFile)); var excelImport =objectSpace.GetObject( tuple.excelImport); var droppedFile = excelImport.ObjectSpace.CreateObject(); droppedFile.FileName = Path.GetFileName(tuple.fileDropped.FullPath); @@ -89,7 +89,7 @@ private static void AddDroppedFiles((ExcelImport excelImport, FileDropped fileDr } private static void Import(this XafApplication application,FileDropped dropped, (Guid excelImportOid, FileDropWatcher watcher) tuple) { - using var objectSpace = application.CreateObjectSpace(); + using var objectSpace = application.CreateObjectSpace(typeof(ExcelImport)); var excelImport = objectSpace.GetObjectByKey(tuple.excelImportOid); var creationTime = new FileInfo(dropped.FullPath).CreationTime; var skipAutoImportReason = SkipAutoImportReason(excelImport, creationTime, dropped); @@ -146,10 +146,11 @@ private static ExcelImport[] WhereCanAutoImport(this IQueryable exc } private static ExcelImport[] WhereCanAutoImport(this ExcelImport excelImport,XafApplication application) { - using var objectSpace = application.CreateObjectSpace(); + using var objectSpace = application.CreateObjectSpace(typeof(ExcelImport)); return objectSpace.GetObjectsQuery().Where(_ => _.Oid == excelImport.Oid).WhereCanAutoImport(); } + [SuppressMessage("Design", "XAF0012:Avoid calling the XafApplication.CreateObjectSpace() method without Type parameter", Justification = "")] private static bool Execute(this XafApplication application, (Guid excelImportOid, FileDropWatcher watcher) tuple, ExcelImport excelImport, Action action, string message) { try { diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter.Win/Xpand.ExpressApp.ExcelImporter.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter.Win/Xpand.ExpressApp.ExcelImporter.Win.csproj index 32fb5aae00..c582a96fa9 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter.Win/Xpand.ExpressApp.ExcelImporter.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter.Win/Xpand.ExpressApp.ExcelImporter.Win.csproj @@ -2,7 +2,7 @@ ..\..\Xpand.key\xpand.snk - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true latest true @@ -15,6 +15,18 @@ pdbonly True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + ..\..\..\Xpand.DLL\Xpand.ExpressApp.ExcelImporter.dll diff --git a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/Controllers/ExcelImportDetailViewController.cs b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/Controllers/ExcelImportDetailViewController.cs index 6d51519042..af7fc7e26e 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/Controllers/ExcelImportDetailViewController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ExcelImporter/Controllers/ExcelImportDetailViewController.cs @@ -39,7 +39,7 @@ public ExcelImportDetailViewController(){ ImportAction.Executing+=ImportActionOnExecuting; } - + [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0012:Avoid calling the XafApplication.CreateObjectSpace() method without Type parameter", Justification = "")] private void ExcelMappingActionOnExecute(object sender, SingleChoiceActionExecuteEventArgs e) { if ((string) e.SelectedChoiceActionItem.Data == "Reset") { ObjectSpace.Delete(ExcelImport.ExcelColumnMaps); diff --git a/Xpand/Xpand.ExpressApp.Modules/IO.Win/Xpand.ExpressApp.IO.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/IO.Win/Xpand.ExpressApp.IO.Win.csproj index 35308d005d..3483730ce7 100644 --- a/Xpand/Xpand.ExpressApp.Modules/IO.Win/Xpand.ExpressApp.IO.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/IO.Win/Xpand.ExpressApp.IO.Win.csproj @@ -3,7 +3,7 @@ ..\..\Xpand.key\xpand.snk true - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true ..\..\..\Xpand.DLL\ latest diff --git a/Xpand/Xpand.ExpressApp.Modules/ImportWizard.Win/Xpand.ExpressApp.ImportWizard.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/ImportWizard.Win/Xpand.ExpressApp.ImportWizard.Win.csproj index 0a287113eb..60ef323707 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ImportWizard.Win/Xpand.ExpressApp.ImportWizard.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/ImportWizard.Win/Xpand.ExpressApp.ImportWizard.Win.csproj @@ -3,7 +3,7 @@ ..\..\Xpand.key\xpand.snk true - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true true ..\..\..\Xpand.DLL\ @@ -21,10 +21,10 @@ 1701;1702;MSB3277 - + 1701;1702;MSB3277 - + 1701;1702;MSB3277 diff --git a/Xpand/Xpand.ExpressApp.Modules/ImportWizard/LongOperation/LongOperationController.cs b/Xpand/Xpand.ExpressApp.Modules/ImportWizard/LongOperation/LongOperationController.cs index 0d834002cd..70a4806a33 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ImportWizard/LongOperation/LongOperationController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ImportWizard/LongOperation/LongOperationController.cs @@ -146,7 +146,7 @@ private void worker_DoWork(object argument) { } catch(ThreadAbortException) { AppendHistoryLine("worker_DoWork", "ThreadAbortException"); - Thread.ResetAbort(); + // Thread.ResetAbort(); } catch(Exception ex) { if(Status == LongOperationStatus.InProgress) { diff --git a/Xpand/Xpand.ExpressApp.Modules/ImportWizard/Xpand.ExpressApp.ImportWizard.csproj b/Xpand/Xpand.ExpressApp.Modules/ImportWizard/Xpand.ExpressApp.ImportWizard.csproj index 931d8ab214..1a9f6f83d4 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ImportWizard/Xpand.ExpressApp.ImportWizard.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/ImportWizard/Xpand.ExpressApp.ImportWizard.csproj @@ -3,7 +3,7 @@ ..\..\Xpand.key\xpand.snk true - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true ..\..\..\Xpand.DLL\ latest diff --git a/Xpand/Xpand.ExpressApp.Modules/Logic/paket.references b/Xpand/Xpand.ExpressApp.Modules/Logic/paket.references index 39dab46d89..55fe35c671 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Logic/paket.references +++ b/Xpand/Xpand.ExpressApp.Modules/Logic/paket.references @@ -7,4 +7,4 @@ Xpand.XAF.Modules.Reactive Xpand.Extensions.XAF.Xpo Xpand.Extensions DevExpress.ExpressApp.CodeAnalysis - +System.ComponentModel.Annotations diff --git a/Xpand/Xpand.ExpressApp.Modules/MasterDetail.Win/Xpand.ExpressApp.MasterDetail.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/MasterDetail.Win/Xpand.ExpressApp.MasterDetail.Win.csproj index e902b4a136..a816b418fb 100644 --- a/Xpand/Xpand.ExpressApp.Modules/MasterDetail.Win/Xpand.ExpressApp.MasterDetail.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/MasterDetail.Win/Xpand.ExpressApp.MasterDetail.Win.csproj @@ -1,7 +1,7 @@  - net461;net5.0-windows7.0 + net6.0-windows7.0 true ..\..\Xpand.key\xpand.snk true diff --git a/Xpand/Xpand.ExpressApp.Modules/MasterDetail.Win/paket.references b/Xpand/Xpand.ExpressApp.Modules/MasterDetail.Win/paket.references index 2e4dcb816d..7ee539393e 100644 --- a/Xpand/Xpand.ExpressApp.Modules/MasterDetail.Win/paket.references +++ b/Xpand/Xpand.ExpressApp.Modules/MasterDetail.Win/paket.references @@ -2,4 +2,4 @@ System.ValueTuple DevExpress.ExpressApp System.Collections.Immutable DevExpress.ExpressApp.CodeAnalysis - +System.Reflection.DispatchProxy diff --git a/Xpand/Xpand.ExpressApp.Modules/MasterDetail/paket.references b/Xpand/Xpand.ExpressApp.Modules/MasterDetail/paket.references index 7f06f7fce5..f1876e733e 100644 --- a/Xpand/Xpand.ExpressApp.Modules/MasterDetail/paket.references +++ b/Xpand/Xpand.ExpressApp.Modules/MasterDetail/paket.references @@ -1,4 +1,4 @@ DevExpress.ExpressApp.Security.Xpo Xpand.XAF.Modules.ModelViewInheritance DevExpress.ExpressApp.CodeAnalysis - +System.ComponentModel.Annotations diff --git a/Xpand/Xpand.ExpressApp.Modules/ModelArtifactState/paket.references b/Xpand/Xpand.ExpressApp.Modules/ModelArtifactState/paket.references index 7f06f7fce5..f1876e733e 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ModelArtifactState/paket.references +++ b/Xpand/Xpand.ExpressApp.Modules/ModelArtifactState/paket.references @@ -1,4 +1,4 @@ DevExpress.ExpressApp.Security.Xpo Xpand.XAF.Modules.ModelViewInheritance DevExpress.ExpressApp.CodeAnalysis - +System.ComponentModel.Annotations diff --git a/Xpand/Xpand.ExpressApp.Modules/ModelDifference.Win/Xpand.ExpressApp.ModelDifference.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/ModelDifference.Win/Xpand.ExpressApp.ModelDifference.Win.csproj index 2af614a1b9..ec66d86b20 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ModelDifference.Win/Xpand.ExpressApp.ModelDifference.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/ModelDifference.Win/Xpand.ExpressApp.ModelDifference.Win.csproj @@ -1,7 +1,7 @@  - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true ..\..\Xpand.key\xpand.snk true @@ -15,6 +15,18 @@ pdbonly True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + ..\..\..\Xpand.DLL\Xpand.ExpressApp.ModelDifference.dll diff --git a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/Module.cs b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/Module.cs index 61ece7646a..7b9010b787 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/Module.cs +++ b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/Module.cs @@ -174,7 +174,7 @@ public override void Setup(XafApplication application) { if ((serverApplication is IModelDifferenceServerModels serverModels)) { serverApplication.SetupComplete += (sender, args) => { serverApplication.TypesInfo.RegisterEntity(typeof(XPObjectType)); - using (var objectSpace = application.CreateObjectSpace()){ + using (var objectSpace = application.CreateObjectSpace(typeof(ModelDifferenceObject))){ var modelDifferenceObjects = objectSpace.GetObjectsQuery(); foreach (var modelDifferenceObject in serverModels.Where(modelDifferenceObjects)){ modelDifferenceObject.GetModel((ModelApplicationBase)application.Model); diff --git a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/paket.references b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/paket.references index 50548b306e..bf55b977b8 100644 --- a/Xpand/Xpand.ExpressApp.Modules/ModelDifference/paket.references +++ b/Xpand/Xpand.ExpressApp.Modules/ModelDifference/paket.references @@ -5,4 +5,4 @@ DevExpress.ExpressApp.Validation Xpand.XAF.Modules.CloneModelView Xpand.XAF.Modules.ModelViewInheritance DevExpress.ExpressApp.CodeAnalysis - +System.ComponentModel.Annotations diff --git a/Xpand/Xpand.ExpressApp.Modules/PivotChart.Win/Xpand.ExpressApp.PivotChart.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/PivotChart.Win/Xpand.ExpressApp.PivotChart.Win.csproj index 309ee183ef..afe5d19a88 100644 --- a/Xpand/Xpand.ExpressApp.Modules/PivotChart.Win/Xpand.ExpressApp.PivotChart.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/PivotChart.Win/Xpand.ExpressApp.PivotChart.Win.csproj @@ -3,7 +3,7 @@ ..\..\Xpand.key\xpand.snk true - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true ..\..\..\Xpand.DLL\ latest @@ -14,6 +14,18 @@ pdbonly True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + ..\..\..\Xpand.DLL\Xpand.ExpressApp.PivotChart.dll diff --git a/Xpand/Xpand.ExpressApp.Modules/PivotGrid.Win/Xpand.ExpressApp.PivotGrid.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/PivotGrid.Win/Xpand.ExpressApp.PivotGrid.Win.csproj index deb4073120..a0f8523717 100644 --- a/Xpand/Xpand.ExpressApp.Modules/PivotGrid.Win/Xpand.ExpressApp.PivotGrid.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/PivotGrid.Win/Xpand.ExpressApp.PivotGrid.Win.csproj @@ -3,7 +3,7 @@ ..\..\Xpand.key\xpand.snk true - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true ..\..\..\Xpand.DLL\ latest @@ -14,6 +14,18 @@ pdbonly True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + ..\..\..\Xpand.DLL\Xpand.ExpressApp.Dashboard.dll diff --git a/Xpand/Xpand.ExpressApp.Modules/Scheduler/Reminders/ReminderAlertController.cs b/Xpand/Xpand.ExpressApp.Modules/Scheduler/Reminders/ReminderAlertController.cs index bc3c2fb432..fad1c66e0c 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Scheduler/Reminders/ReminderAlertController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/Scheduler/Reminders/ReminderAlertController.cs @@ -28,6 +28,7 @@ protected ReminderAlertController() { TargetWindowType = WindowType.Main; } + [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0012:Avoid calling the XafApplication.CreateObjectSpace() method without Type parameter", Justification = "")] protected override void OnActivated() { base.OnActivated(); _objectSpace = Application.CreateObjectSpace(); @@ -64,6 +65,7 @@ private void ApplicationOnViewShown(object sender, ViewShownEventArgs viewShownE ((XafApplication)sender).ViewShown -= ApplicationOnViewShown; } + [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0012:Avoid calling the XafApplication.CreateObjectSpace() method without Type parameter", Justification = "")] private void CreateAppoitments() { if (Application != null){ var reminderInfos = Application.TypesInfo.PersistentTypes.Select(ReminderMembers).Where(info => info != null); diff --git a/Xpand/Xpand.ExpressApp.Modules/Security.Win/Xpand - Backup.ExpressApp.Security.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/Security.Win/Xpand - Backup.ExpressApp.Security.Win.csproj new file mode 100644 index 0000000000..25060dee4b --- /dev/null +++ b/Xpand/Xpand.ExpressApp.Modules/Security.Win/Xpand - Backup.ExpressApp.Security.Win.csproj @@ -0,0 +1,42 @@ + + + + ..\..\Xpand.key\xpand.snk + true + net461;net6.0-windows7.0 + true + ..\..\..\Xpand.DLL\ + latest + true + true + false + true + pdbonly + True + + + + + ..\..\..\Xpand.DLL\Xpand.ExpressApp.Security.dll + False + + + ..\..\..\Xpand.DLL\Xpand.Persistent.Base.dll + False + + + ..\..\..\Xpand.DLL\Xpand.Utils.dll + False + + + + + + + + + Designer + + + + \ No newline at end of file diff --git a/Xpand/Xpand.ExpressApp.Modules/Security.Win/Xpand.ExpressApp.Security.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/Security.Win/Xpand.ExpressApp.Security.Win.csproj index 39b9060c7a..5076ddba0a 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Security.Win/Xpand.ExpressApp.Security.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/Security.Win/Xpand.ExpressApp.Security.Win.csproj @@ -3,7 +3,7 @@ ..\..\Xpand.key\xpand.snk true - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true ..\..\..\Xpand.DLL\ latest @@ -14,6 +14,18 @@ pdbonly True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + diff --git a/Xpand/Xpand.ExpressApp.Modules/Security/paket.references b/Xpand/Xpand.ExpressApp.Modules/Security/paket.references index 0b30886edb..982f49f7c3 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Security/paket.references +++ b/Xpand/Xpand.ExpressApp.Modules/Security/paket.references @@ -5,4 +5,4 @@ Xpand.XAF.Modules.ModelViewInheritance Xpand.XAF.Modules.Reactive Xpand.Extensions DevExpress.ExpressApp.CodeAnalysis - +System.ComponentModel.Annotations diff --git a/Xpand/Xpand.ExpressApp.Modules/TreeListEditors.Win/Xpand.ExpressApp.TreeListEditors.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/TreeListEditors.Win/Xpand.ExpressApp.TreeListEditors.Win.csproj index 8a847485e2..ee96e66410 100644 --- a/Xpand/Xpand.ExpressApp.Modules/TreeListEditors.Win/Xpand.ExpressApp.TreeListEditors.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/TreeListEditors.Win/Xpand.ExpressApp.TreeListEditors.Win.csproj @@ -2,7 +2,7 @@ ..\..\Xpand.key\xpand.snk - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true true true @@ -15,6 +15,18 @@ pdbonly True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + ..\..\..\Xpand.DLL\Xpand.ExpressApp.TreeListEditors.dll diff --git a/Xpand/Xpand.ExpressApp.Modules/Validation.Win/Xpand.ExpressApp.Validation.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/Validation.Win/Xpand.ExpressApp.Validation.Win.csproj index df5a30edda..34f79f54d2 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Validation.Win/Xpand.ExpressApp.Validation.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/Validation.Win/Xpand.ExpressApp.Validation.Win.csproj @@ -3,7 +3,7 @@ ..\..\Xpand.key\xpand.snk true - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true ..\..\..\Xpand.DLL\ latest diff --git a/Xpand/Xpand.ExpressApp.Modules/WizardUI.Win/Xpand.ExpressApp.WizardUI.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/WizardUI.Win/Xpand.ExpressApp.WizardUI.Win.csproj index d0b38360af..c3ebb5a048 100644 --- a/Xpand/Xpand.ExpressApp.Modules/WizardUI.Win/Xpand.ExpressApp.WizardUI.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/WizardUI.Win/Xpand.ExpressApp.WizardUI.Win.csproj @@ -4,7 +4,7 @@ ..\..\Xpand.key\xpand.snk true ..\..\..\Xpand.DLL\ - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true latest true @@ -14,6 +14,18 @@ pdbonly True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + ..\..\..\Xpand.DLL\Xpand.Persistent.Base.dll diff --git a/Xpand/Xpand.ExpressApp.Modules/Workflow/WorkflowServerStarter.cs b/Xpand/Xpand.ExpressApp.Modules/Workflow/WorkflowServerStarter.cs index f9ef0e1058..03b604a916 100644 --- a/Xpand/Xpand.ExpressApp.Modules/Workflow/WorkflowServerStarter.cs +++ b/Xpand/Xpand.ExpressApp.Modules/Workflow/WorkflowServerStarter.cs @@ -105,6 +105,7 @@ public void Stop() { public event EventHandler OnCustomHandleException; public event EventHandler WorkflowServerRequested; + [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "XAF0013:Avoid reading the XafApplication.ConnectionString property", Justification = "")] public void Start(XafApplication application) where TModuleProvider:ModuleBase{ Start(application.ConnectionString, application.ApplicationName); } diff --git a/Xpand/Xpand.ExpressApp.Modules/WorldCreator.Win/Xpand.ExpressApp.WorldCreator.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/WorldCreator.Win/Xpand.ExpressApp.WorldCreator.Win.csproj index e8b62d3974..4c1950af63 100644 --- a/Xpand/Xpand.ExpressApp.Modules/WorldCreator.Win/Xpand.ExpressApp.WorldCreator.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/WorldCreator.Win/Xpand.ExpressApp.WorldCreator.Win.csproj @@ -1,7 +1,7 @@  - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true ..\..\Xpand.key\xpand.snk true diff --git a/Xpand/Xpand.ExpressApp.Modules/WorldCreator/paket.references b/Xpand/Xpand.ExpressApp.Modules/WorldCreator/paket.references index 25e905a005..fccb2564f4 100644 --- a/Xpand/Xpand.ExpressApp.Modules/WorldCreator/paket.references +++ b/Xpand/Xpand.ExpressApp.Modules/WorldCreator/paket.references @@ -6,4 +6,4 @@ DevExpress.Persistent.BaseImpl.Xpo Xpand.XAF.Modules.ModelViewInheritance Xpand.Extensions.Mono.Cecil DevExpress.ExpressApp.CodeAnalysis - +System.ComponentModel.Annotations diff --git a/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboarDesignerController.cs b/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboarDesignerController.cs index ccedfaa2e5..ce6d0ec4f0 100644 --- a/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboarDesignerController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboarDesignerController.cs @@ -26,7 +26,7 @@ protected override void DashboardEditExecute(object sender, SimpleActionExecuteE private void EditDashboard(){ var modelView = (IModelDetailView) Application.Model.Views[DashboardDefinition.DashboardDesignerDetailView]; - var objectSpace = Application.CreateObjectSpace(); + var objectSpace = Application.CreateObjectSpace(modelView.ModelClass.TypeInfo.Type); var definition = (IDashboardDefinition) objectSpace.GetObject(View.CurrentObject); var detailView = Application.CreateDetailView(objectSpace, modelView, true, definition); diff --git a/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboardViewerController.cs b/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboardViewerController.cs index b3b350ce97..5801e3b970 100644 --- a/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboardViewerController.cs +++ b/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Web/Controllers/DashboardViewerController.cs @@ -24,7 +24,7 @@ private void FrameOnDisposing(object sender, EventArgs e){ private void OnCustomShowNavigationItem(object sender, CustomShowNavigationItemEventArgs e){ if (e.ActionArguments.SelectedChoiceActionItem.Data is ViewShortcut viewShortcut&&viewShortcut.ViewId==DashboardDefinition.DashboardViewerDetailView){ - var objectSpace = Application.CreateObjectSpace(); + var objectSpace = Application.CreateObjectSpace(typeof(DashboardDefinition)); var definition = objectSpace.GetObjectByKey(Guid.Parse(e.ActionArguments.SelectedChoiceActionItem.Id)); var dashboard = definition.GetDashboard(Application, RuleMode.DesignTime,modeParametersEdited: () => EditDashboard(definition,e.ActionArguments.Action)); if (dashboard!=null) @@ -35,7 +35,7 @@ private void OnCustomShowNavigationItem(object sender, CustomShowNavigationItemE private void EditDashboard(DashboardDefinition dashboardDefinition, ActionBase actionBase){ var modelView = (IModelDetailView) Application.Model.Views[DashboardDefinition.DashboardViewerDetailView]; - var objectSpace = Application.CreateObjectSpace(); + var objectSpace = Application.CreateObjectSpace(modelView.ModelClass.TypeInfo.Type); var detailView = Application.CreateDetailView(objectSpace, modelView, true, objectSpace.GetObject(dashboardDefinition)); Application.ShowViewStrategy.ShowView(new ShowViewParameters(detailView),new ShowViewSource(Frame,actionBase ) ); diff --git a/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Win/Xpand.ExpressApp.XtraDashboard.Win.csproj b/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Win/Xpand.ExpressApp.XtraDashboard.Win.csproj index 0d2d462851..3e63bcd66f 100644 --- a/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Win/Xpand.ExpressApp.XtraDashboard.Win.csproj +++ b/Xpand/Xpand.ExpressApp.Modules/XtraDashboard.Win/Xpand.ExpressApp.XtraDashboard.Win.csproj @@ -2,7 +2,7 @@ ..\..\Xpand.key\xpand.snk - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true true ..\..\..\Xpand.DLL\ @@ -15,6 +15,18 @@ true True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Web/PropertyEditors/ASPxSearchLookupPropertyEditor.cs b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Web/PropertyEditors/ASPxSearchLookupPropertyEditor.cs index 296d73aa8f..9a46dfad56 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Web/PropertyEditors/ASPxSearchLookupPropertyEditor.cs +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Web/PropertyEditors/ASPxSearchLookupPropertyEditor.cs @@ -215,7 +215,7 @@ private void newObjectWindowAction_OnCustomizePopupWindowParams(object sender, CustomizePopupWindowParamsEventArgs args){ if (!DataSource.AllowAdd) throw new InvalidOperationException(); OnViewShowingNotification(); - var nestedObjectSpace = _application.CreateObjectSpace(); + var nestedObjectSpace = _application.CreateObjectSpace(Helper.LookupObjectType); var newObject = nestedObjectSpace.CreateObject(Helper.LookupObjectType); args.View = _application.CreateDetailView(nestedObjectSpace, newObject, _listView); } diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/SystemModule/DatabaseMaintenanceController.cs b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/SystemModule/DatabaseMaintenanceController.cs index 642b5a7749..be633a38c5 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/SystemModule/DatabaseMaintenanceController.cs +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/SystemModule/DatabaseMaintenanceController.cs @@ -1,6 +1,7 @@ using System; using System.ComponentModel; using System.Data.SqlClient; +using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Threading.Tasks; @@ -278,14 +279,15 @@ private Task BackupTask(string database, IModelDatabaseMaintanance databaseMaint } - private void Execute(IModelDatabaseMaintanance databaseMaintanance,Actionaction){ - using (var objectSpace = Application.CreateObjectSpace()){ - var isObjectFitForCriteria = IsObjectFitForCriteria(databaseMaintanance, objectSpace); - if ((isObjectFitForCriteria.HasValue && isObjectFitForCriteria.Value)){ - var parser = new ConnectionStringParser(Application.ConnectionString); - var database = parser.GetPartByName("Initial Catalog"); - action(objectSpace.Session(), database); - } + [SuppressMessage("Design", "XAF0013:Avoid reading the XafApplication.ConnectionString property")] + [SuppressMessage("Design", "XAF0012:Avoid calling the XafApplication.CreateObjectSpace() method without Type parameter", Justification = "")] + private void Execute(IModelDatabaseMaintanance databaseMaintanance,Actionaction) { + using var objectSpace = Application.CreateObjectSpace(); + var isObjectFitForCriteria = IsObjectFitForCriteria(databaseMaintanance, objectSpace); + if ((isObjectFitForCriteria.HasValue && isObjectFitForCriteria.Value)){ + var parser = new ConnectionStringParser(Application.ConnectionString); + var database = parser.GetPartByName("Initial Catalog"); + action(objectSpace.Session(), database); } } diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/SystemModule/DragNDropImageController.cs b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/SystemModule/DragNDropImageController.cs index 9cc9426fe5..5a0359cee9 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/SystemModule/DragNDropImageController.cs +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/SystemModule/DragNDropImageController.cs @@ -4,6 +4,7 @@ using System.IO; using System.Linq; using System.Net; +using System.Net.Http; using System.Reflection; using System.Runtime.InteropServices; using System.Text.RegularExpressions; @@ -137,13 +138,11 @@ private void SetDragDropEffects(DragEventArgs e) { Match match = Regex.Match(data.ToString(), "", RegexOptions.IgnoreCase); if (match.Success){ var uri = new Uri(match.Groups[1].Value); - using (WebClient client = new WebClient()) { - using (var memoryStream = new MemoryStream(client.DownloadData(uri))) { - _draggedImage = Image.FromStream(memoryStream); - e.Effect = DragDropEffects.Copy; - } - } - } + using var client = new HttpClient(); + using var memoryStream = new MemoryStream(client.GetByteArrayAsync(uri).Result); + _draggedImage = Image.FromStream(memoryStream); + e.Effect = DragDropEffects.Copy; + } } catch (Exception){ _draggedImage = null; diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/Xpand.ExpressApp.Win.csproj b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/Xpand.ExpressApp.Win.csproj index eb7a46f652..2d84575d96 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/Xpand.ExpressApp.Win.csproj +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp.Win/Xpand.ExpressApp.Win.csproj @@ -1,7 +1,7 @@  - net461;net5.0-windows7.0 + net461;net6.0-windows7.0 true ..\..\Xpand.key\xpand.snk true @@ -15,6 +15,18 @@ true True + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + + + 1701;1702;CA1416 + diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/Model/UnboundColumn.cs b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/Model/UnboundColumn.cs index bdd4bdc14a..348ff02c83 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/Model/UnboundColumn.cs +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/Model/UnboundColumn.cs @@ -120,7 +120,7 @@ internal static bool GetIsDefaultEditor(IAliasRegistration aliasRegistration) { } [DomainLogic(typeof(IModelColumnUnbound))] public class ModelColumnUnboundLogic { - static readonly UnboundColumnInfoCalculator UnboundColumnInfoCalculator=new UnboundColumnInfoCalculator(); + static readonly UnboundColumnInfoCalculator UnboundColumnInfoCalculator=new(); public static Type Get_UnboundPropertyEditorType(IModelColumnUnbound columnUnbound) { return UnboundColumnInfoCalculator.GetEditorType(columnUnbound); } @@ -145,8 +145,8 @@ public UnboundColumnController() { void UnboundColumnActionOnExecute(object sender, SimpleActionExecuteEventArgs simpleActionExecuteEventArgs) { var showViewParameters = simpleActionExecuteEventArgs.ShowViewParameters; - var objectSpace = Application.CreateObjectSpace(); - var detailView = Application.CreateDetailView(objectSpace, new UnboundColumnParemeter()); + var objectSpace = Application.CreateObjectSpace(typeof(UnboundColumnParameter)); + var detailView = Application.CreateDetailView(objectSpace, new UnboundColumnParameter()); detailView.ViewEditMode=ViewEditMode.Edit; showViewParameters.CreatedView=detailView; showViewParameters.TargetWindow=TargetWindow.NewModalWindow; @@ -159,14 +159,14 @@ void AcceptActionOnExecute(object sender, SimpleActionExecuteEventArgs e) { var view = ((SimpleAction) sender).Controller.Frame.View; Validator.RuleSet.Validate(view.ObjectSpace, e.CurrentObject, ContextIdentifier.Save); if (Application.GetPlatform()==Platform.Web) - View.ControlsCreated+= (o, args) => AddColumn(e); + View.ControlsCreated+= (_, _) => AddColumn(e); else{ AddColumn(e); } } private void AddColumn(SimpleActionExecuteEventArgs simpleActionExecuteEventArgs){ - var unboundColumnParemeter = ((UnboundColumnParemeter) simpleActionExecuteEventArgs.CurrentObject); + var unboundColumnParemeter = ((UnboundColumnParameter) simpleActionExecuteEventArgs.CurrentObject); var modelColumnUnbound = View.Model.Columns.AddNode(unboundColumnParemeter.ColumnName); modelColumnUnbound.Caption = unboundColumnParemeter.ColumnName; modelColumnUnbound.UnboundExpression = unboundColumnParemeter.Expression; @@ -195,7 +195,7 @@ public void ExtendModelInterfaces(ModelInterfaceExtenders extenders) { [ModelDefault("Caption", "Unbound column name")] [NonPersistent] - public class UnboundColumnParemeter { + public class UnboundColumnParameter { [RuleRequiredField] public string ColumnName { get; set; } public UnboundType UnboundType { get; set; } diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/PropertyEditors/SerializableObjectPropertyEditorBuilder.cs b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/PropertyEditors/SerializableObjectPropertyEditorBuilder.cs index b9ab845336..189691feec 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/PropertyEditors/SerializableObjectPropertyEditorBuilder.cs +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/PropertyEditors/SerializableObjectPropertyEditorBuilder.cs @@ -1,4 +1,5 @@ using System; +using System.Diagnostics.CodeAnalysis; using DevExpress.ExpressApp; using DevExpress.ExpressApp.DC; using DevExpress.ExpressApp.Editors; @@ -54,30 +55,30 @@ void ObjectSpaceOnObjectChanged(object sender, ObjectChangedEventArgs objectChan Func _findControl; sealed class MyParameter : ParameterBase { - private object currentValue; + private object _currentValue; public MyParameter(string name, Type valueType, object value = null) : base(name, valueType) { Visible = false; - currentValue = value; + _currentValue = value; } protected override void SetCurrentValue(object value) { - currentValue = value; - } - protected override object GetCurrentValue() { return currentValue; } - public override bool IsReadOnly { - get { return false; } + _currentValue = value; } + protected override object GetCurrentValue() { return _currentValue; } + public override bool IsReadOnly => false; + public object CurrentValue { - get { return currentValue; } + get => _currentValue; set { - currentValue = value; - if ((currentValue is DateTime) && ((DateTime)currentValue == DateTime.MinValue)) { - currentValue = null; + _currentValue = value; + if ((_currentValue is DateTime time) && (time == DateTime.MinValue)) { + _currentValue = null; } } } } + [SuppressMessage("Design", "XAF0012:Avoid calling the XafApplication.CreateObjectSpace() method without Type parameter")] void UpdateEditor(ISupportControl supportControl) { if (supportControl == null) return; @@ -105,11 +106,7 @@ void UpdateEditor(ISupportControl supportControl) { } } - ViewEditMode GetViewEditMode() { - if (_propertyEditor.View is DetailView) - return ((DetailView)_propertyEditor.View).ViewEditMode; - throw new NotImplementedException(); - } + ViewEditMode GetViewEditMode() => _propertyEditor.View is DetailView view ? view.ViewEditMode : throw new NotImplementedException(); Type GetMemberType() { string propertyName = _propertyEditor.MemberInfo.FindAttribute().PropertyName; diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/PurgingRulesController.cs b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/PurgingRulesController.cs index dbf2f3e9fd..969e2d3f54 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/PurgingRulesController.cs +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/PurgingRulesController.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; using System.Drawing.Design; using System.Linq; using System.Threading; @@ -49,6 +50,7 @@ protected override void GenerateNodesCore(ModelNode node){ public class PurgingController:Controller ,IModelExtender{ + [SuppressMessage("Design", "XAF0012:Avoid calling the XafApplication.CreateObjectSpace() method without Type parameter")] protected override void OnFrameAssigned(){ base.OnFrameAssigned(); if (Frame.Context == TemplateContext.ApplicationWindow){ @@ -101,7 +103,7 @@ private void PurgeObjects(IModelPurgingRule purgingRule, CancellationToken token Tracing.Tracer.LogVerboseText($"Purging {purgingRule}"); var objectsCount = 0; if (Application != null) - using (var objectSpace = Application.CreateObjectSpace()){ + using (var objectSpace = Application.CreateObjectSpace(purgingRule.TypeInfo.Type)){ StoreExecutionTime(purgingRule, objectSpace); var criteriaOperator = objectSpace.ParseCriteria(purgingRule.Criteria); var objects = objectSpace.GetObjects(purgingRule.TypeInfo.Type, criteriaOperator); diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/Search/SearchFromListViewController.cs b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/Search/SearchFromListViewController.cs index 3988b7f737..8f0272d02f 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/Search/SearchFromListViewController.cs +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/SystemModule/Search/SearchFromListViewController.cs @@ -25,7 +25,7 @@ void FullTextFilterActionOnExecuting(object sender, CancelEventArgs cancelEventA cancelEventArgs.Cancel = true; var action = ((ParametrizedAction)sender); var searchValue = action.Value; - var objectSpace = Application.CreateObjectSpace(); + var objectSpace = Application.CreateObjectSpace(modelListView.ModelClass.TypeInfo.Type); var collectionSource = Application.CreateCollectionSource(objectSpace, modelListView.ModelClass.TypeInfo.Type, modelListView.Id); var listView = Application.CreateListView(modelListView, collectionSource, true); Frame.SetView(listView); diff --git a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/paket.references b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/paket.references index e2eca52981..9031477040 100644 --- a/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/paket.references +++ b/Xpand/Xpand.ExpressApp/Xpand.ExpressApp/paket.references @@ -11,4 +11,4 @@ Xpand.XAF.Modules.ViewItemValue Xpand.XAF.Modules.SequenceGenerator Xpand.Extensions DevExpress.ExpressApp.CodeAnalysis - +System.ComponentModel.Annotations \ No newline at end of file diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/ApplicationBuilder.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/ApplicationBuilder.cs index 1ee63700d6..bcfdc3bed8 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/ApplicationBuilder.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/ApplicationBuilder.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Generic; +using System.Diagnostics.CodeAnalysis; using System.IO; using DevExpress.ExpressApp; using DevExpress.ExpressApp.DC; @@ -18,7 +19,7 @@ public static XafApplication GetApplication(string modulePath, string connection var moduleName = Path.GetFileName(fullPath); var directoryName = Path.GetDirectoryName(fullPath); var xafApplication = ApplicationBuilder.Create() - .UsingTypesInfo(s => XafTypesInfo.Instance) + .UsingTypesInfo(_ => XafTypesInfo.Instance) .FromModule(moduleName) .FromAssembliesPath(directoryName) .WithOutObjectSpaceProvider() @@ -100,6 +101,7 @@ public MyClass(XafApplication xafApplication) : base(new ConnectionStringDataStoreProvider(GetConnectionString(xafApplication))) { } + [SuppressMessage("Design", "XAF0013:Avoid reading the XafApplication.ConnectionString property")] static string GetConnectionString(XafApplication xafApplication) { if (!string.IsNullOrEmpty(xafApplication.ConnectionString)) return xafApplication.ConnectionString; diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/XpandModuleBase.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/XpandModuleBase.cs index 32d28f1e8c..9f4a9acf50 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/XpandModuleBase.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/General/XpandModuleBase.cs @@ -797,6 +797,7 @@ public ExtendingModelInterfacesArgs(ModelInterfaceExtenders extenders) { } public static class ModuleBaseExtensions { + [SuppressMessage("Design", "XAF0013:Avoid reading the XafApplication.ConnectionString property")] public static string GetConnectionString(this ModuleBase moduleBase) { if (moduleBase.Application.ObjectSpaceProviders.Count == 0) { return moduleBase.Application.ConnectionString; @@ -837,6 +838,7 @@ void ApplicationOnLoggedOff(object sender, EventArgs eventArgs) { } + [SuppressMessage("Design", "XAF0013:Avoid reading the XafApplication.ConnectionString property")] void ConnectionStringActions(object sender, ObjectSpaceCreatedEventArgs e) { XpandModuleBase.ObjectSpaceCreated = true; var xafApplication = ((XafApplication)sender); diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/paket.references b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/paket.references index a04febe4d9..49dd0114c5 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.Base/paket.references +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.Base/paket.references @@ -6,4 +6,5 @@ DevExpress.ExpressApp.Security.Xpo Xpand.Extensions.Mono.Cecil Xpand.Extensions.XAF Xpand.Extensions.XAF.Xpo -Xpand.XAF.Modules.Reactive \ No newline at end of file +Xpand.XAF.Modules.Reactive +System.ComponentModel.Annotations \ No newline at end of file diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/CodeTemplateInfo.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/CodeTemplateInfo.cs index 63dcc94e38..ce66e81fb7 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/CodeTemplateInfo.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/CodeTemplateInfo.cs @@ -23,7 +23,7 @@ public CodeTemplate CodeTemplate { [VisibleInListView(false)] [RuleRequiredField(null, DefaultContexts.Save)] - [Aggregated] + // [Aggregated] [Association("TemplateInfo-CodeTemplateInfos")] public TemplateInfo TemplateInfo { get { return _templateInfo; } diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/PersistentClassInfo.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/PersistentClassInfo.cs index 996c59c2e2..55f47b4c40 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/PersistentClassInfo.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/PersistentClassInfo.cs @@ -122,7 +122,7 @@ public PersistentClassInfo MergedClassInfo { // [RuleFromIPropertyValueValidator()] public XPCollection OwnMembers => GetCollection(); - [Association("PersistentClassInfos-Interfaces"),Aggregated] + [Association("PersistentClassInfos-Interfaces")] public XPCollection Interfaces => GetCollection(); [Association("PersistentAssemblyInfo-PersistentClassInfos")] diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/PersistentTemplatedTypeInfo.cs b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/PersistentTemplatedTypeInfo.cs index 7ad37f9379..500eae4fc0 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/PersistentTemplatedTypeInfo.cs +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/PersistentMetaData/PersistentTemplatedTypeInfo.cs @@ -13,7 +13,7 @@ public PersistentTemplatedTypeInfo(Session session) } - [Aggregated] + // [Aggregated] [Association("CodeTemplateInfo-PersistentTemplatedTypeInfos")] public CodeTemplateInfo CodeTemplateInfo { get { return _codeTemplateInfo; } diff --git a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/paket.references b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/paket.references index b03a1517fe..e538143ce8 100644 --- a/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/paket.references +++ b/Xpand/Xpand.Persistent/Xpand.Persistent.BaseImpl/paket.references @@ -4,4 +4,5 @@ DevExpress.ExpressApp.Security.Xpo DevExpress.Persistent.BaseImpl.Xpo Xpand.Extensions.XAF Xpand.Extensions.XAF.Xpo -Xpand.XAF.Modules.Reactive \ No newline at end of file +Xpand.XAF.Modules.Reactive +System.ComponentModel.Annotations \ No newline at end of file diff --git a/Xpand/Xpand.Utils/Properties/XpandAssemblyInfo.cs b/Xpand/Xpand.Utils/Properties/XpandAssemblyInfo.cs index ef1de002e9..45f72edcbb 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 = "21.2.801.0"; + public const string Version = "22.1.300.0"; public const string FileVersion = Version; public const string Token = "c52ffed5d5ff0958"; public const string TabAspNetModules = "eXpand: Web Modules"; diff --git a/Xpand/Xpand.Xpo/paket.references b/Xpand/Xpand.Xpo/paket.references index a7fc5e786b..5a4aa97460 100644 --- a/Xpand/Xpand.Xpo/paket.references +++ b/Xpand/Xpand.Xpo/paket.references @@ -1,4 +1,5 @@ DevExpress.Xpo Newtonsoft.Json Fasterflect.Xpand -Xpand.Extensions \ No newline at end of file +Xpand.Extensions +System.Configuration.ConfigurationManager \ No newline at end of file diff --git a/build.ps1 b/build.ps1 index b98cdceecb..c6fba9639d 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 21.2\Components\System\Components\packages") -& $PSScriptRoot\support\build\go.ps1 -taskList @("Release") -packageSources $sources -msbuildArgs @("/p:Configuration=Release","/WarnAsError","/v:m") -version "21.2.801.0" +& $PSScriptRoot\support\build\go.ps1 -taskList @("Release") -packageSources $sources -msbuildArgs @("/p:Configuration=Release","/WarnAsError","/v:m") -version "22.1.300.0" exit $LastExitCode diff --git a/paket.dependencies b/paket.dependencies index bead2f32a8..df47e78025 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -6,7 +6,7 @@ strategy: min lowest_matching: true copy_local:true specific_version : false -framework:net461,netstandard2.0,net5.0,net5.0-windows,netstandard2.0,netstandard2.1 +framework:net461,netstandard2.0,net6.0,net6.0-windows,netstandard2.0,netstandard2.1 nuget AForge 2.2.5 nuget AForge.Imaging 2.2.5 @@ -16,14 +16,14 @@ 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 = 21.2.8 -nuget DevExpress.ExpressApp.Web.All = 21.2.8 -nuget DevExpress.ExpressApp.Core.All = 21.2.8 -nuget DevExpress.ExpressApp.Security.Xpo = 21.2.8 -nuget DevExpress.Document.Processor = 21.2.8 -nuget DevExpress.ExpressApp.CodeAnalysis = 21.2.8 +nuget DevExpress.ExpressApp.Win.All = 22.1.3 +nuget DevExpress.ExpressApp.Web.All = 22.1.3 +nuget DevExpress.ExpressApp.Core.All = 22.1.3 +nuget DevExpress.ExpressApp.Security.Xpo = 22.1.3 +nuget DevExpress.Document.Processor = 22.1.3 +nuget DevExpress.ExpressApp.CodeAnalysis = 22.1.3 nuget DocumentFormat.OpenXml 2.11.3 -nuget DotNetZip 1.15.0 +nuget DotNetZip 1.16.0 nuget Enums.NET 4.0.0 nuget ExcelDataReader 3.6.0 nuget ExcelDataReader.DataSet 3.6.0 @@ -34,33 +34,35 @@ nuget InputSimulator 1.0.4.0 nuget JetBrains.Annotations 2021.3 nuget Microsoft.AspNet.Razor 3.2.7 nuget Microsoft.CSharp 4.7.0 -nuget Microsoft.NETCore.Platforms 5.0.0 +nuget Microsoft.NETCore.Platforms 6.0.4 nuget Microsoft.Win32.Registry 5.0.0 +nuget System.Text.Encoding.CodePages 6.0.0 nuget Mono.Cecil 0.11.4 nuget Newtonsoft.Json 13.0.1 nuget PropertyChanged.Fody 2.6.1 copy_local: false nuget RazorEngine 3.10.0 nuget SharpZipLib 1.3.0 nuget System.Buffers 4.5.1 -nuget System.CodeDom 5.0.0 -nuget System.Configuration.ConfigurationManager 5.0.0 -nuget Microsoft.Extensions.DependencyInjection.Abstractions == 5.0.0 -nuget Microsoft.Extensions.DependencyInjection == 5.0.0 -nuget Microsoft.Extensions.Hosting.Abstractions == 5.0.0 -nuget Microsoft.Extensions.Options == 5.0.0 -nuget System.Security.Cryptography.Xml == 5.0.0 -nuget System.ComponentModel.Annotations == 4.7.0 -nuget System.Data.OleDb == 5.0.0 -nuget System.Security.Permissions = 5.0.0 +nuget System.CodeDom 6.0.0 +nuget System.Configuration.ConfigurationManager 6.0.0 +nuget Microsoft.Extensions.DependencyInjection.Abstractions == 6.0.0 +nuget Microsoft.Extensions.DependencyInjection == 6.0.0 +nuget Microsoft.Extensions.Hosting.Abstractions == 6.0.0 +nuget Microsoft.Extensions.Options == 6.0.0 +nuget System.Security.Cryptography.Xml == 6.0.0 +nuget System.ComponentModel.Annotations == 5.0.0 +nuget System.Data.OleDb == 6.0.0 +nuget System.Security.Permissions = 6.0.0 nuget System.Reflection.Emit 4.7.0 -nuget System.Drawing.Common 5.0.2 +nuget System.Drawing.Common 6.0.0 nuget System.IO.Compression 4.3.0 -nuget System.Management 5.0.0 +nuget System.Management 6.0.0 nuget System.Reactive 5.0.0 nuget System.Reflection.TypeExtensions 4.7.0 nuget system.interactive 5.0.0 -nuget System.Resources.Extensions 5.0.0 -nuget System.Runtime.CompilerServices.Unsafe 5.0.0 +nuget System.Reflection.DispatchProxy 4.7.1 +nuget System.Resources.Extensions 6.0.0 +nuget System.Runtime.CompilerServices.Unsafe 6.0.0 nuget System.Reflection.Emit.Lightweight == 4.7.0 nuget System.Runtime 4.3.1 nuget System.Threading.Tasks.Extensions 4.5.4 @@ -70,15 +72,15 @@ 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.212.10.0 -nuget Xpand.XAF.Web.All 4.212.10.0 +nuget Xpand.XAF.Win.All 4.212.10.1 +nuget Xpand.XAF.Web.All 4.212.10.1 nuget System.Memory = 4.5.4 -nuget System.Collections.Immutable = 5.0.0 -nuget System.ServiceModel.NetTcp = 4.8.1 -nuget System.ServiceModel.Security = 4.8.1 -nuget System.ServiceModel.Http = 4.8.1 -nuget System.ServiceModel.Duplex = 4.8.1 -nuget Microsoft.Bcl.AsyncInterfaces = 5.0.0 -nuget System.Text.Json = 5.0.2 -nuget System.Text.Encodings.Web = 5.0.1 +nuget System.Collections.Immutable = 6.0.0 +nuget System.ServiceModel.NetTcp = 4.9 +nuget System.ServiceModel.Security = 4.9 +nuget System.ServiceModel.Http = 4.9 +nuget System.ServiceModel.Duplex = 4.9 +nuget Microsoft.Bcl.AsyncInterfaces = 6.0.0 +nuget System.Text.Json = 6.0.5 +nuget System.Text.Encodings.Web = 6.0.0 nuget Microsoft.IdentityModel.Protocols.OpenIdConnect 6.15.0 diff --git a/paket.lock b/paket.lock index 446cf714b2..a0d44a2b7b 100644 --- a/paket.lock +++ b/paket.lock @@ -3,7 +3,7 @@ STRATEGY: MIN LOWEST_MATCHING: TRUE COPY-LOCAL: TRUE SPECIFIC-VERSION: FALSE -RESTRICTION: || (== net461) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) +RESTRICTION: || (== net461) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) NUGET remote: https://api.nuget.org/v3/index.json AForge (2.2.5) @@ -14,240 +14,223 @@ NUGET AForge (>= 2.2.5) AForge.Video (2.2.5) AForge (>= 2.2.5) - akarnokd.reactive_extensions (0.0.27-alpha) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 4.1.6) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + akarnokd.reactive_extensions (0.0.27-alpha) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reactive (>= 4.1.6) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) AppDomainToolkit (1.0.4.3) AutoMapper (10.1.1) - Microsoft.CSharp (>= 4.7) - restriction: || (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit (>= 4.7) - restriction: || (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CSharp (>= 4.7) - restriction: || (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Emit (>= 4.7) - restriction: || (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) CommandLineParser (1.9.71) Common.Logging (3.4.1) Common.Logging.Core (>= 3.4.1) - Microsoft.CSharp (>= 4.0.1) - restriction: || (&& (== net461) (< net35)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections (>= 4.0.11) - restriction: || (&& (== net461) (< net35)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Debug (>= 4.0.11) - restriction: || (&& (== net461) (< net35)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Globalization (>= 4.0.11) - restriction: || (&& (== net461) (< net35)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net461) (< net35)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net461) (< net35)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading (>= 4.0.11) - restriction: || (&& (== net461) (< net35)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CSharp (>= 4.0.1) - restriction: || (&& (== net461) (< net35)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections (>= 4.0.11) - restriction: || (&& (== net461) (< net35)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Debug (>= 4.0.11) - restriction: || (&& (== net461) (< net35)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Globalization (>= 4.0.11) - restriction: || (&& (== net461) (< net35)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.TypeExtensions (>= 4.1) - restriction: || (&& (== net461) (< net35)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.1) - restriction: || (&& (== net461) (< net35)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + 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 (21.2.8) - Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ComponentModel.Annotations (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Configuration.ConfigurationManager (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.PerformanceCounter (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding.CodePages (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Xpo (21.2.8) - DevExpress.Data (21.2.8) - Microsoft.Extensions.DependencyInjection (>= 2.0) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Data.SqlClient (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Principal.Windows (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Http (>= 4.5.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.NetTcp (>= 4.4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Security (>= 4.4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Json (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExtreme.AspNet.Data (2.8.6) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.CSharp (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Data (22.1.3) + 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) + 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) + 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.3) + DevExpress.Data (22.1.3) + 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) + 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.ServiceModel.Http (>= 4.5.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ServiceModel.NetTcp (>= 4.4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ServiceModel.Security (>= 4.4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Json (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + 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.CSharp (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Newtonsoft.Json (>= 11.0.1) DocumentFormat.OpenXml (2.11.3) System.IO.Packaging (>= 4.7) - DotNetZip (1.15) - System.Security.Permissions (>= 5.0 < 6.0) - restriction: || (&& (== net461) (< net40) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding.CodePages (>= 5.0 < 6.0) - restriction: || (&& (== net461) (< net40) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DotNetZip (1.16) + System.Security.Permissions (>= 4.7) - restriction: || (&& (== net461) (< net40) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding.CodePages (>= 4.7.1) - restriction: || (&& (== net461) (< net40) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Enums.NET (4.0) - System.ComponentModel.Annotations (>= 4.6) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netstandard2.1)) (&& (== net5.0) (< netcoreapp3.0)) (&& (== net5.0) (< netstandard1.3)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (< netcoreapp3.0)) (&& (== net5.0-windows7.0) (< netstandard1.3)) (&& (== net5.0-windows7.0) (< netstandard2.0)) (&& (== net5.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 5.0) - restriction: || (== net461) (&& (== net5.0) (>= net45)) (&& (== net5.0) (< netcoreapp3.0)) (&& (== net5.0) (< netstandard1.1)) (&& (== net5.0) (< netstandard1.3)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (>= net45)) (&& (== net5.0-windows7.0) (< netcoreapp3.0)) (&& (== net5.0-windows7.0) (< netstandard1.1)) (&& (== net5.0-windows7.0) (< netstandard1.3)) (&& (== net5.0-windows7.0) (< netstandard2.0)) (&& (== net5.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (== netstandard2.1) + System.ComponentModel.Annotations (>= 4.6) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net45)) (&& (== net461) (>= netstandard2.1)) (&& (== net6.0) (< netcoreapp3.0)) (&& (== net6.0) (< netstandard1.3)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (< netcoreapp3.0)) (&& (== net6.0-windows7.0) (< netstandard1.3)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 5.0) - restriction: || (== net461) (&& (== net6.0) (>= net45)) (&& (== net6.0) (< netcoreapp3.0)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard1.3)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net45)) (&& (== net6.0-windows7.0) (< netcoreapp3.0)) (&& (== net6.0-windows7.0) (< netstandard1.1)) (&& (== net6.0-windows7.0) (< netstandard1.3)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (== netstandard2.1) ExcelDataReader (3.6) ExcelDataReader.DataSet (3.6) ExcelDataReader (>= 3.6) Fasterflect.Xpand (2.0.7) - System.Reflection.Emit.Lightweight (>= 4.6) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Emit.Lightweight (>= 4.6) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Fody (4.2.1) - copy_local: false - Google.Apis (1.55) - restriction: || (&& (== net461) (>= net5.0)) (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Google.Apis (1.55) - restriction: || (&& (== net461) (>= net6.0)) (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Google.Apis.Core (>= 1.55) - Google.Apis.Auth (1.55) - restriction: || (&& (== net461) (>= net5.0)) (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Google.Apis.Auth (1.55) - restriction: || (&& (== net461) (>= net6.0)) (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Google.Apis (>= 1.55) Google.Apis.Core (>= 1.55) - Google.Apis.Calendar.v3 (1.55.0.2410) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.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) Google.Apis (>= 1.55) Google.Apis.Auth (>= 1.55) - Google.Apis.Core (1.55) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Google.Apis.Core (1.55) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Newtonsoft.Json (>= 13.0.1) - Google.Apis.Tasks.v1 (1.55.0.2384) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.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) Google.Apis (>= 1.55) Google.Apis.Auth (>= 1.55) - Grpc (2.23) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Grpc (2.23) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Grpc.Core (>= 2.23) - Grpc.Core (2.23) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Grpc.Core (2.23) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Grpc.Core.Api (>= 2.23) System.Memory (>= 4.5.3) - Grpc.Core.Api (2.23) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Grpc.Core.Api (2.23) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Memory (>= 4.5.3) - Hangfire.AspNetCore (1.7.24) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Hangfire.Core (1.7.24) - Hangfire.Core (1.7.24) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Newtonsoft.Json (>= 11.0.1) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + 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) + Hangfire.Core (1.7.30) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Newtonsoft.Json (>= 11.0.1) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Humanizer.Core (2.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + NETStandard.Library (>= 1.6.1) IIS.Microsoft.Web.Adminstration (8.5.9600.16384) InputSimulator (1.0.4) JetBrains.Annotations (2021.3) - MagicOnion (2.6.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Grpc (>= 2.23) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - MessagePack (>= 1.7.3.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Buffers (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.Immutable (>= 1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks.Parallel (>= 4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - MessagePack (1.7.3.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.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) + Grpc (>= 2.23) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + MessagePack (>= 1.7.3.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections.Immutable (>= 1.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 4.5.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks.Extensions (>= 4.5.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks.Parallel (>= 4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + MessagePack (1.7.3.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Threading.Tasks.Extensions (>= 4.3) System.ValueTuple (>= 4.3) Microsoft.AspNet.Razor (3.2.7) - Microsoft.AspNetCore.Authentication.Abstractions (2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Http.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Extensions.Logging.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Extensions.Options (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.AspNetCore.Authorization (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Metadata (>= 5.0.2) - Microsoft.Extensions.Logging.Abstractions (>= 5.0) - Microsoft.Extensions.Options (>= 5.0) - Microsoft.AspNetCore.Components (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Authorization (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components.Analyzers (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components.Analyzers (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components.Authorization (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Authorization (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components.Forms (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components.Web (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components.Forms (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.DependencyInjection (>= 5.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.JSInterop (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.IO.Pipelines (>= 5.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Cryptography.Internal (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.DataProtection (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Cryptography.Internal (>= 5.0.2) - Microsoft.AspNetCore.DataProtection.Abstractions (>= 5.0.2) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0) - Microsoft.Extensions.Hosting.Abstractions (>= 5.0) - Microsoft.Extensions.Logging.Abstractions (>= 5.0) - Microsoft.Extensions.Options (>= 5.0) - Microsoft.Win32.Registry (>= 5.0) - System.Security.Cryptography.Xml (>= 5.0) - Microsoft.AspNetCore.DataProtection.Abstractions (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.DataProtection.Extensions (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.DataProtection (>= 5.0.2) - Microsoft.Extensions.DependencyInjection (>= 5.0.1) - Microsoft.AspNetCore.Hosting.Abstractions (2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Hosting.Server.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.AspNetCore.Http.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Extensions.Hosting.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.AspNetCore.Hosting.Server.Abstractions (2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Http.Features (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Extensions.Configuration.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.AspNetCore.Http.Abstractions (2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Http.Features (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encodings.Web (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.AspNetCore.Http.Extensions (2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Http.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Extensions.FileProviders.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Net.Http.Headers (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Buffers (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.AspNetCore.Http.Features (2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.Primitives (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.AspNetCore.Localization (2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Http.Extensions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Extensions.Localization.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Extensions.Logging.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Extensions.Options (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.AspNetCore.Metadata (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Mvc.Razor.Extensions (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Razor.Language (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CodeAnalysis.Razor (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.AspNetCore.Razor.Language (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Microsoft.AspNetCore.Authorization (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Metadata (>= 6.0) + Microsoft.Extensions.Logging.Abstractions (>= 6.0) + Microsoft.Extensions.Options (>= 6.0) + Microsoft.AspNetCore.Components (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Authorization (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Components.Analyzers (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Components.Analyzers (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Components.Forms (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Components (>= 6.0) - 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)) + Microsoft.AspNetCore.Components (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Components.Forms (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.Extensions.DependencyInjection (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.JSInterop (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + System.IO.Pipelines (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Cryptography.Internal (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.DataProtection (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Cryptography.Internal (>= 6.0) + Microsoft.AspNetCore.DataProtection.Abstractions (>= 6.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) + Microsoft.Extensions.Hosting.Abstractions (>= 6.0) + Microsoft.Extensions.Logging.Abstractions (>= 6.0) + Microsoft.Extensions.Options (>= 6.0) + System.Security.Cryptography.Xml (>= 6.0) + Microsoft.AspNetCore.DataProtection.Abstractions (6.0) - 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)) + Microsoft.AspNetCore.DataProtection (>= 6.0) + Microsoft.Extensions.DependencyInjection (>= 6.0) + Microsoft.AspNetCore.Metadata (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Mvc.Razor.Extensions (5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Razor.Language (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.Razor (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.AspNetCore.Razor.Language (5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.AspNetCore.WebUtilities (2.2) - Microsoft.Net.Http.Headers (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encodings.Web (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Bcl.AsyncInterfaces (5.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) - Microsoft.CodeAnalysis.Analyzers (3.3.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CodeAnalysis.Common (4.0.1) - restriction: || (&& (== net461) (>= net5.0)) (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CodeAnalysis.Analyzers (>= 3.3.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.Immutable (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Metadata (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding.CodePages (>= 4.5.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CodeAnalysis.CSharp (4.0.1) - restriction: || (&& (== net461) (>= net5.0)) (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CodeAnalysis.Common (4.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CodeAnalysis.Razor (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Razor.Language (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CodeAnalysis.Common (>= 3.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CodeAnalysis.CSharp (>= 3.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Net.Http.Headers (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encodings.Web (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Bcl.AsyncInterfaces (6.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) + Microsoft.CodeAnalysis (4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.CodeAnalysis.CSharp.Workspaces (4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.VisualBasic.Workspaces (4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.Analyzers (3.3.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.Common (4.2) - restriction: || (&& (== net461) (>= net6.0)) (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.Analyzers (>= 3.3.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections.Immutable (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Metadata (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding.CodePages (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.CSharp (4.2) - restriction: || (&& (== net461) (>= net6.0)) (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.Common (4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.CSharp.Workspaces (4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Humanizer.Core (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.Common (4.2) - 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.CodeAnalysis.Workspaces.Common (4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.Razor (5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Razor.Language (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.Common (>= 3.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.CSharp (>= 3.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.VisualBasic (4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.CodeAnalysis.Common (4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.VisualBasic.Workspaces (4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.CodeAnalysis.Common (4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.VisualBasic (4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.Workspaces.Common (4.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CodeAnalysis.Workspaces.Common (4.2) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Humanizer.Core (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + 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.CSharp (4.7) - Microsoft.Edge.SeleniumTools (3.141.2) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - Selenium.WebDriver (3.141) - Microsoft.Extensions.Caching.Abstractions (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + 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) - Microsoft.Extensions.Caching.Memory (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Microsoft.Extensions.Caching.Memory (5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.Extensions.Caching.Abstractions (>= 5.0) Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0) Microsoft.Extensions.Logging.Abstractions (>= 5.0) Microsoft.Extensions.Options (>= 5.0) Microsoft.Extensions.Primitives (>= 5.0) - Microsoft.Extensions.Configuration.Abstractions (5.0) - Microsoft.Extensions.Primitives (>= 5.0) - System.ValueTuple (>= 4.5) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Microsoft.Extensions.Configuration.Binder (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.Configuration.Abstractions (>= 5.0) - Microsoft.Extensions.DependencyInjection (5.0) - Microsoft.Bcl.AsyncInterfaces (>= 5.0) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) - Microsoft.Extensions.DependencyInjection.Abstractions (5.0) - Microsoft.Extensions.DependencyModel (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.FileProviders.Abstractions (5.0) - Microsoft.Extensions.Primitives (>= 5.0) - Microsoft.Extensions.FileProviders.Physical (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Microsoft.Extensions.Configuration.Abstractions (6.0) + Microsoft.Extensions.Primitives (>= 6.0) + System.ValueTuple (>= 4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Microsoft.Extensions.DependencyInjection (6.0) + Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) + Microsoft.Extensions.DependencyInjection.Abstractions (6.0) + Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) + Microsoft.Extensions.DependencyModel (5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.Extensions.FileProviders.Abstractions (6.0) + Microsoft.Extensions.Primitives (>= 6.0) + Microsoft.Extensions.FileProviders.Physical (5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) Microsoft.Extensions.FileProviders.Abstractions (>= 5.0) Microsoft.Extensions.FileSystemGlobbing (>= 5.0) Microsoft.Extensions.Primitives (>= 5.0) - Microsoft.Extensions.FileSystemGlobbing (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.Hosting.Abstractions (5.0) - Microsoft.Bcl.AsyncInterfaces (>= 5.0) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) - Microsoft.Extensions.Configuration.Abstractions (>= 5.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0) - Microsoft.Extensions.FileProviders.Abstractions (>= 5.0) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) - Microsoft.Extensions.Localization.Abstractions (2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.Logging.Abstractions (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.Options (5.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0) - Microsoft.Extensions.Primitives (>= 5.0) - Microsoft.Extensions.Options.ConfigurationExtensions (5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.Configuration.Abstractions (>= 5.0) - Microsoft.Extensions.Configuration.Binder (>= 5.0) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0) - Microsoft.Extensions.Options (>= 5.0) - Microsoft.Extensions.Primitives (>= 5.0) - Microsoft.Extensions.Primitives (5.0) - System.Buffers (>= 4.5.1) - restriction: || (== net461) (&& (== net5.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (>= xamarinios)) (&& (== net5.0) (>= xamarinmac)) (&& (== net5.0) (>= xamarintvos)) (&& (== net5.0) (>= xamarinwatchos)) (&& (== net5.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= monotouch)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (>= xamarinios)) (&& (== net5.0-windows7.0) (>= xamarinmac)) (&& (== net5.0-windows7.0) (>= xamarintvos)) (&& (== net5.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 5.0) - restriction: || (== net461) (&& (== net5.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.0)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0) (>= xamarinios)) (&& (== net5.0) (>= xamarinmac)) (&& (== net5.0) (>= xamarintvos)) (&& (== net5.0) (>= xamarinwatchos)) (&& (== net5.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= monotouch)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (< netcoreapp3.0)) (&& (== net5.0-windows7.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= xamarinios)) (&& (== net5.0-windows7.0) (>= xamarinmac)) (&& (== net5.0-windows7.0) (>= xamarintvos)) (&& (== net5.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) - Microsoft.Graph.Beta (4.22.0-preview) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Microsoft.Extensions.FileSystemGlobbing (5.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.Extensions.Hosting.Abstractions (6.0) + Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) + Microsoft.Extensions.Configuration.Abstractions (>= 6.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) + Microsoft.Extensions.FileProviders.Abstractions (>= 6.0) + System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) + Microsoft.Extensions.Logging.Abstractions (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.Extensions.ObjectPool (5.0.10) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Extensions.Options (6.0) + Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0) + Microsoft.Extensions.Primitives (>= 6.0) + System.ComponentModel.Annotations (>= 5.0) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) + Microsoft.Extensions.Primitives (6.0) + System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 6.0) + Microsoft.Graph.Beta (4.22.0-preview) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Microsoft.IdentityModel.JsonWebTokens (6.15) Microsoft.IdentityModel.Tokens (>= 6.15) Microsoft.IdentityModel.Logging (6.15) @@ -258,28 +241,28 @@ NUGET Microsoft.IdentityModel.Protocols (>= 6.15) System.IdentityModel.Tokens.Jwt (>= 6.15) Microsoft.IdentityModel.Tokens (6.15) - Microsoft.CSharp (>= 4.5) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.CSharp (>= 4.5) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.IdentityModel.Logging (>= 6.15) - System.Security.Cryptography.Cng (>= 4.5) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.JSInterop (5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Net.Http.Headers (2.2) - restriction: || (&& (== net461) (>= net5.0)) (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Extensions.Primitives (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Buffers (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (5.0) - Microsoft.NETCore.Targets (1.1.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Owin (4.2) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + System.Security.Cryptography.Cng (>= 4.5) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.JSInterop (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.Net.Http.Headers (2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Extensions.Primitives (>= 2.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (6.0.4) + Microsoft.NETCore.Targets (1.1.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Owin (4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Owin (>= 1.0) - Microsoft.Owin.Host.SystemWeb (4.2) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.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 (>= 4.2) Owin (>= 1.0) - Microsoft.Owin.Security (4.2) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Microsoft.Owin.Security (4.2) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) Microsoft.Owin (>= 4.2) Owin (>= 1.0) - Microsoft.Owin.Security.Cookies (4.2) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.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 (>= 4.2) Microsoft.Owin.Security (>= 4.2) Owin (>= 1.0) - Microsoft.Owin.Security.OpenIdConnect (4.2) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.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)) Microsoft.IdentityModel.Logging (>= 5.3) Microsoft.IdentityModel.Protocols (>= 5.3) Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 5.3) @@ -288,491 +271,430 @@ NUGET Microsoft.Owin.Security (>= 4.2) Owin (>= 1.0) System.IdentityModel.Tokens.Jwt (>= 5.3) - Microsoft.VisualBasic (10.3) - restriction: || (&& (== net461) (== net5.0)) (&& (== net461) (>= net5.0)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net461) (>= net5.0)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net461) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) + Microsoft.VisualBasic (10.3) - 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)) Microsoft.Win32.Registry (5.0) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net461) (>= monoandroid) (< netstandard1.3)) (&& (== net461) (>= monotouch)) (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (&& (== net5.0) (>= monoandroid) (< netstandard1.3)) (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (>= xamarinios)) (&& (== net5.0) (>= xamarinmac)) (&& (== net5.0) (>= xamarintvos)) (&& (== net5.0) (>= xamarinwatchos)) (&& (== net5.0-windows7.0) (>= monoandroid) (< netstandard1.3)) (&& (== net5.0-windows7.0) (>= monotouch)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (>= xamarinios)) (&& (== net5.0-windows7.0) (>= xamarinmac)) (&& (== net5.0-windows7.0) (>= xamarintvos)) (&& (== net5.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.4) - restriction: || (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= uap10.1)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (>= monoandroid) (< netstandard1.3)) (&& (== net461) (>= monotouch)) (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (&& (== net6.0) (>= monoandroid) (< netstandard1.3)) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== net6.0-windows7.0) (>= monoandroid) (< netstandard1.3)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.4) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) System.Security.AccessControl (>= 5.0) System.Security.Principal.Windows (>= 5.0) - Microsoft.Win32.SystemEvents (5.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp3.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - Microsoft.NETCore.Platforms (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) + Microsoft.Win32.SystemEvents (6.0) - restriction: || (&& (== net461) (>= netcoreapp3.1)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) (&& (== netstandard2.1) (>= netcoreapp3.1)) Mono.Cecil (0.11.4) - NETStandard.Library (2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + NETStandard.Library (2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.NETCore.Platforms (>= 1.1) Newtonsoft.Json (13.0.1) - Owin (1.0) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Owin (1.0) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) PropertyChanged.Fody (2.6.1) - copy_local: false Fody (>= 4.2.1) - NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net452)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + NETStandard.Library (>= 1.6.1) - restriction: || (&& (== net461) (< net452)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) RazorEngine (3.10) - Microsoft.AspNet.Razor (>= 3.0) - restriction: || (== net461) (&& (== net5.0) (>= net45)) (&& (== net5.0-windows7.0) (>= net45)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.1) (>= net45)) - RazorLight (2.0.0-rc.3) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Mvc.Razor.Extensions (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.CodeAnalysis.Razor (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.Caching.Abstractions (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.Caching.Memory (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.DependencyInjection (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.DependencyModel (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.FileProviders.Physical (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.Primitives (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - runtime.native.System (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.AspNet.Razor (>= 3.0) - restriction: || (== net461) (&& (== net6.0) (>= net45)) (&& (== net6.0-windows7.0) (>= net45)) (&& (== netstandard2.0) (>= net45)) (&& (== netstandard2.1) (>= net45)) + RazorLight (2.0.0-rc.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Microsoft.AspNetCore.Mvc.Razor.Extensions (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Microsoft.CodeAnalysis.Razor (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Microsoft.Extensions.Caching.Abstractions (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Microsoft.Extensions.Caching.Memory (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Microsoft.Extensions.DependencyInjection (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Microsoft.Extensions.DependencyModel (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Microsoft.Extensions.FileProviders.Physical (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + Microsoft.Extensions.Primitives (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net461) (>= net5.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) + runtime.native.System (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.native.System.Data.SqlClient.sni (4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + runtime.native.System.Data.SqlClient.sni (4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) runtime.win-arm64.runtime.native.System.Data.SqlClient.sni (>= 4.4) runtime.win-x64.runtime.native.System.Data.SqlClient.sni (>= 4.4) runtime.win-x86.runtime.native.System.Data.SqlClient.sni (>= 4.4) - runtime.native.System.IO.Compression (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + runtime.native.System.IO.Compression (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Microsoft.NETCore.Platforms (>= 1.1) Microsoft.NETCore.Targets (>= 1.1) - runtime.win-arm64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - runtime.win-x64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - runtime.win-x86.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Selenium.WebDriver (3.141) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + runtime.win-arm64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + runtime.win-x64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + runtime.win-x86.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Selenium.WebDriver (4.1) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) SharpZipLib (1.3) System.Buffers (4.5.1) - System.CodeDom (5.0) - System.Collections (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.Concurrent (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.Immutable (5.0) - System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Collections.NonGeneric (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.Specialized (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ComponentModel (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ComponentModel.Annotations (4.7) - System.ComponentModel.Primitives (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ComponentModel (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ComponentModel.TypeConverter (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (&& (== net461) (>= net462)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.Specialized (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ComponentModel (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.CodeDom (6.0) + System.Collections (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections.Concurrent (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections.Immutable (6.0) + System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Collections.NonGeneric (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections.Specialized (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Globalization.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ComponentModel (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ComponentModel.Annotations (5.0) + System.ComponentModel.Primitives (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ComponentModel (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ComponentModel.TypeConverter (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections.NonGeneric (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (&& (== net461) (>= net462)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections.Specialized (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ComponentModel (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ComponentModel.Primitives (>= 4.3) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Linq (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Configuration.ConfigurationManager (5.0) - System.Security.Cryptography.ProtectedData (>= 5.0) - restriction: || (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Permissions (>= 5.0) - System.Data.OleDb (5.0) - Microsoft.Win32.Registry (>= 5.0) - restriction: || (&& (== net461) (>= monoandroid)) (&& (== net461) (>= monotouch)) (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Configuration.ConfigurationManager (>= 5.0) - restriction: || (&& (== net461) (>= monoandroid)) (&& (== net461) (>= monotouch)) (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.PerformanceCounter (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.4) - restriction: || (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1) - System.Security.Principal.Windows (>= 5.0) - restriction: || (&& (== net461) (>= monoandroid)) (&& (== net461) (>= monotouch)) (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Data.SqlClient (4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp3.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - runtime.native.System.Data.SqlClient.sni (>= 4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Buffers (>= 4.4) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.DiagnosticSource (>= 4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= uap10.1)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.1) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= uap10.1)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Security.Principal.Windows (>= 4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding.CodePages (>= 4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Debug (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.DiagnosticSource (4.5) - restriction: || (&& (== net461) (== net5.0)) (&& (== net461) (== net5.0-windows7.0)) (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netstandard2.0) (>= uap10.1)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.EventLog (4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) - Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Linq (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.TypeExtensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.5)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Composition (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + System.Composition.AttributedModel (>= 6.0) + System.Composition.Convention (>= 6.0) + System.Composition.Hosting (>= 6.0) + System.Composition.Runtime (>= 6.0) + System.Composition.TypedParts (>= 6.0) + System.Composition.AttributedModel (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + System.Composition.Convention (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + System.Composition.AttributedModel (>= 6.0) + System.Composition.Hosting (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + System.Composition.Runtime (>= 6.0) + System.Composition.Runtime (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + System.Composition.TypedParts (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + System.Composition.AttributedModel (>= 6.0) + System.Composition.Hosting (>= 6.0) + System.Composition.Runtime (>= 6.0) + System.Configuration.ConfigurationManager (6.0) + System.Security.Cryptography.ProtectedData (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Security.Permissions (>= 6.0) + System.Data.OleDb (6.0) + Microsoft.Win32.Registry (>= 5.0) - restriction: || (&& (== net461) (== net6.0-windows7.0)) (&& (== net6.0-windows7.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Configuration.ConfigurationManager (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.PerformanceCounter (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.4) - restriction: || (&& (== net461) (== net6.0-windows7.0)) (&& (== net6.0-windows7.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Security.Principal.Windows (>= 5.0) - restriction: || (&& (== net461) (== net6.0-windows7.0)) (&& (== net6.0-windows7.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Data.SqlClient (4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp3.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + runtime.native.System.Data.SqlClient.sni (>= 4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.4) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.DiagnosticSource (>= 4.5) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.1) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) + System.Security.Principal.Windows (>= 4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding.CodePages (>= 4.5) - restriction: || (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Debug (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.DiagnosticSource (4.5) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net451) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netstandard2.0) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.EventLog (4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 2.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) + Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) System.Security.Permissions (>= 4.5) - System.Security.Principal.Windows (>= 4.5) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) - System.Threading.AccessControl (>= 4.5) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) - System.Diagnostics.PerformanceCounter (5.0) - restriction: || (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.1) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.1)) - Microsoft.Win32.Registry (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.1) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.1)) - System.Configuration.ConfigurationManager (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.1) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.1)) - System.Security.Principal.Windows (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp2.1)) (&& (== netstandard2.1) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.1)) - System.Diagnostics.Tools (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Tracing (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (5.0.2) - Microsoft.Win32.SystemEvents (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp3.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - System.Formats.Asn1 (5.0) - restriction: || (&& (== net461) (>= monoandroid) (>= netcoreapp2.0)) (&& (== net461) (>= monoandroid) (< netstandard1.3)) (&& (== net461) (>= monoandroid) (>= netstandard2.0)) (&& (== net461) (>= monoandroid) (>= netstandard2.1)) (&& (== net461) (>= monoandroid) (>= uap10.1)) (&& (== net461) (>= monotouch)) (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= netcoreapp3.0)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Buffers (>= 4.5.1) - restriction: || (== net461) (&& (== net5.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (>= xamarinios)) (&& (== net5.0) (>= xamarinmac)) (&& (== net5.0) (>= xamarintvos)) (&& (== net5.0) (>= xamarinwatchos)) (&& (== net5.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= monotouch)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (>= xamarinios)) (&& (== net5.0-windows7.0) (>= xamarinmac)) (&& (== net5.0-windows7.0) (>= xamarintvos)) (&& (== net5.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Globalization (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Globalization.Extensions (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Security.Principal.Windows (>= 4.5) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) + System.Threading.AccessControl (>= 4.5) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) + System.Diagnostics.PerformanceCounter (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Configuration.ConfigurationManager (>= 6.0) - restriction: || (&& (== net461) (>= netcoreapp3.1)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) (&& (== netstandard2.1) (>= netcoreapp3.1)) + System.Diagnostics.Tools (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Tracing (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Drawing.Common (6.0) + Microsoft.Win32.SystemEvents (>= 6.0) - restriction: || (&& (== net461) (>= netcoreapp3.1)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) (&& (== netstandard2.1) (>= netcoreapp3.1)) + System.Formats.Asn1 (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.5.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Globalization (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Globalization.Extensions (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.IdentityModel.Tokens.Jwt (6.15) Microsoft.IdentityModel.JsonWebTokens (>= 6.15) Microsoft.IdentityModel.Tokens (>= 6.15) System.Interactive (5.0) - System.Interactive.Async (5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Interactive.Async (5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Linq.Async (>= 5.0) - System.IO (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.IO (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.IO.Compression (4.3) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - runtime.native.System.IO.Compression (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Buffers (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.IO.FileSystem (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + runtime.native.System (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + runtime.native.System.IO.Compression (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.IO.FileSystem (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.IO.FileSystem.Primitives (>= 4.3) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.IO.FileSystem.Primitives (4.3) System.IO.Packaging (4.7) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== net461) (&& (== net5.0) (>= net46)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= net46)) (&& (== net5.0-windows7.0) (< netstandard2.0)) (&& (== netstandard2.0) (>= net46)) (&& (== netstandard2.1) (>= net46)) (&& (== netstandard2.1) (< netstandard2.0)) - System.IO.Pipelines (5.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Linq (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Linq.Async (5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Bcl.AsyncInterfaces (>= 1.1.1) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) - System.Management (5.0) - Microsoft.NETCore.Platforms (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) - Microsoft.Win32.Registry (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) - System.CodeDom (>= 5.0) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (== net461) (&& (== net6.0) (>= net46)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= net46)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== netstandard2.0) (>= net46)) (&& (== netstandard2.1) (>= net46)) (&& (== netstandard2.1) (< netstandard2.0)) + System.IO.Pipelines (6.0.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + System.Linq (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Linq.Async (5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Bcl.AsyncInterfaces (>= 1.1.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) + System.Management (6.0) + System.CodeDom (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Memory (4.5.4) - System.Buffers (>= 4.5.1) - restriction: || (== net461) (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netstandard1.1)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (>= xamarinios)) (&& (== net5.0) (>= xamarinmac)) (&& (== net5.0) (>= xamarintvos)) (&& (== net5.0) (>= xamarinwatchos)) (&& (== net5.0-windows7.0) (>= monotouch)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netstandard1.1)) (&& (== net5.0-windows7.0) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= xamarinios)) (&& (== net5.0-windows7.0) (>= xamarinmac)) (&& (== net5.0-windows7.0) (>= xamarintvos)) (&& (== net5.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) - System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (== netstandard2.0) (== netstandard2.1) - System.Numerics.Vectors (>= 4.5) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net461) (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netstandard1.1)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0) (>= xamarinios)) (&& (== net5.0) (>= xamarinmac)) (&& (== net5.0) (>= xamarintvos)) (&& (== net5.0) (>= xamarinwatchos)) (&& (== net5.0-windows7.0) (>= monotouch)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (< netstandard1.1)) (&& (== net5.0-windows7.0) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= xamarinios)) (&& (== net5.0-windows7.0) (>= xamarinmac)) (&& (== net5.0-windows7.0) (>= xamarintvos)) (&& (== net5.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.5.1) - restriction: || (== net461) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netstandard1.1)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) + System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (== netstandard2.0) (== netstandard2.1) + System.Numerics.Vectors (>= 4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net461) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== net6.0-windows7.0) (>= monotouch)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.0)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (< netstandard1.1)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= xamarinios)) (&& (== net6.0-windows7.0) (>= xamarinmac)) (&& (== net6.0-windows7.0) (>= xamarintvos)) (&& (== net6.0-windows7.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) System.Numerics.Vectors (4.5) - System.Private.ServiceModel (4.8.1) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Numerics.Vectors (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.DispatchProxy (>= 4.7.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Cryptography.Xml (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Private.ServiceModel (4.9) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Bcl.AsyncInterfaces (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Extensions.ObjectPool (>= 5.0.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Numerics.Vectors (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.DispatchProxy (>= 4.7.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Security.Cryptography.Xml (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Security.Principal.Windows (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reactive (5.0) - System.Runtime.InteropServices.WindowsRuntime (>= 4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (&& (== net5.0) (< netcoreapp3.1)) (&& (== net5.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net461) (>= net472)) (&& (== net461) (>= netstandard2.0)) (&& (== net461) (>= uap10.1)) (&& (== net5.0) (>= net472)) (&& (== net5.0) (< netcoreapp3.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= net472)) (&& (== net5.0-windows7.0) (< netcoreapp3.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Reflection (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.DispatchProxy (4.7.1) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.InteropServices.WindowsRuntime (>= 4.3) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (>= netstandard2.0)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (>= net472)) (&& (== net461) (>= netstandard2.0)) (&& (== net461) (>= uap10.1)) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (>= net472)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) + System.Reflection (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.DispatchProxy (4.7.1) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reflection.Emit (4.7) - System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= wpa81)) (&& (== net5.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0) (< netstandard1.1)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (< netstandard1.1)) (&& (== net5.0-windows7.0) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (&& (== netstandard2.1) (< netstandard1.1)) (&& (== netstandard2.1) (< netstandard2.0)) (&& (== netstandard2.1) (>= uap10.1)) - System.Reflection.Emit.ILGeneration (4.7) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netstandard2.0)) (&& (== net461) (< portable-net45+wp8)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= wpa81)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (== netstandard2.1)) (&& (== net461) (< net45)) (&& (== net461) (< netstandard1.1)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= wpa81)) (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (< netstandard1.1)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (&& (== netstandard2.1) (< netstandard1.1)) (&& (== netstandard2.1) (< netstandard2.0)) (&& (== netstandard2.1) (>= uap10.1)) + System.Reflection.Emit.ILGeneration (4.7) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netstandard2.0)) (&& (== net461) (< portable-net45+wp8)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= wpa81)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reflection.Emit.Lightweight (4.7) - System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+wp8)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= wpa81)) (&& (== net5.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (< portable-net45+wp8)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (< netstandard2.0)) (&& (== net5.0-windows7.0) (< portable-net45+wp8)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (&& (== netstandard2.1) (< netstandard2.0)) (&& (== netstandard2.1) (< portable-net45+wp8)) (&& (== netstandard2.1) (>= uap10.1)) - System.Reflection.Extensions (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Metadata (5.0) - restriction: || (&& (== net461) (>= net5.0)) (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Primitives (4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (== netstandard2.1)) (&& (== net461) (< net45)) (&& (== net461) (< portable-net45+wp8)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= wpa81)) (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (< portable-net45+wp8)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (< portable-net45+wp8)) (&& (== net6.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (&& (== netstandard2.1) (< netstandard2.0)) (&& (== netstandard2.1) (< portable-net45+wp8)) (&& (== netstandard2.1) (>= uap10.1)) + System.Reflection.Extensions (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Metadata (5.0) - restriction: || (&& (== net461) (>= net6.0)) (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Primitives (4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Reflection.TypeExtensions (4.7) - System.Resources.Extensions (5.0) - System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.Extensions (6.0) + System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Runtime (4.3.1) - Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (5.0) - System.Runtime.Extensions (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Handles (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.InteropServices (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= net462)) (&& (== net461) (>= netcoreapp1.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.InteropServices.WindowsRuntime (4.3) - restriction: || (&& (== net461) (== net5.0)) (&& (== net461) (== net5.0-windows7.0)) (&& (== net461) (>= netstandard2.0)) (&& (== net5.0) (< netcoreapp3.1)) (&& (== net5.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Loader (4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.IO (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Serialization.Primitives (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.AccessControl (5.0) - Microsoft.NETCore.Platforms (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) - System.Security.Principal.Windows (>= 5.0) - System.Security.Cryptography.Cng (5.0) - restriction: || (&& (== net461) (>= monoandroid) (>= netcoreapp2.0)) (&& (== net461) (>= monoandroid) (>= netstandard2.0)) (&& (== net461) (>= monoandroid) (>= netstandard2.1)) (&& (== net461) (>= monotouch) (>= netcoreapp2.0)) (&& (== net461) (>= monotouch) (>= netstandard2.0)) (&& (== net461) (>= monotouch) (>= netstandard2.1)) (&& (== net461) (>= netcoreapp2.0) (>= xamarintvos)) (&& (== net461) (>= netcoreapp2.0) (>= xamarinwatchos)) (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= netcoreapp3.0)) (&& (== net461) (>= netstandard2.0) (>= xamarintvos)) (&& (== net461) (>= netstandard2.0) (>= xamarinwatchos)) (&& (== net461) (>= netstandard2.1) (>= xamarintvos)) (&& (== net461) (>= netstandard2.1) (>= xamarinwatchos)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Formats.Asn1 (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - System.Security.Cryptography.Pkcs (5.0) - restriction: || (&& (== net461) (>= monoandroid)) (&& (== net461) (>= monotouch)) (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Buffers (>= 4.5.1) - restriction: || (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net5.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (== netstandard2.0) - System.Formats.Asn1 (>= 5.0) - restriction: || (&& (== net461) (>= monoandroid) (< netstandard1.3)) (&& (== net461) (>= monotouch)) (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp3.0)) (&& (== net461) (>= netstandard2.1)) (&& (== net461) (>= uap10.1)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.4) - restriction: || (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= uap10.1)) (&& (== net5.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= uap10.1)) - System.Security.Cryptography.Cng (>= 5.0) - restriction: || (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.0)) (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= netcoreapp3.0)) (&& (== net461) (>= netstandard2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Cryptography.ProtectedData (5.0) - restriction: || (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.4) - restriction: || (&& (== net461) (< net46) (>= netstandard2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1) - System.Security.Cryptography.Xml (5.0) - System.Memory (>= 4.5.4) - restriction: || (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (== netstandard2.0) (== netstandard2.1) - System.Security.Cryptography.Pkcs (>= 5.0) - restriction: || (&& (== net461) (>= monoandroid)) (&& (== net461) (>= monotouch)) (&& (== net461) (>= netcoreapp2.1)) (&& (== net461) (>= xamarinios)) (&& (== net461) (>= xamarinmac)) (&& (== net461) (>= xamarintvos)) (&& (== net461) (>= xamarinwatchos)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Permissions (>= 5.0) - System.Security.Permissions (5.0) - System.Security.AccessControl (>= 5.0) - System.Windows.Extensions (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (6.0) + System.Runtime.Extensions (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Handles (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net46)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.InteropServices (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= net462)) (&& (== net461) (>= netcoreapp1.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Handles (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.InteropServices.WindowsRuntime (4.3) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (>= netstandard2.0)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== 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.IO (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (>= netstandard1.5)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Serialization.Primitives (4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Security.AccessControl (6.0) + System.Security.Principal.Windows (>= 5.0) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Security.Cryptography.Cng (5.0) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Security.Cryptography.Pkcs (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.5.1) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) + System.Formats.Asn1 (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.4) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) + System.Security.Cryptography.Cng (>= 5.0) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (>= netcoreapp3.1)) (&& (== net461) (>= netstandard2.1)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (< netstandard2.1)) (&& (== net6.0-windows7.0) (< net6.0)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (< netstandard2.1)) (== netstandard2.0) (== netstandard2.1) + System.Security.Cryptography.ProtectedData (6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.4) - restriction: || (&& (== net461) (== net6.0-windows7.0)) (&& (== net6.0-windows7.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Security.Cryptography.Xml (6.0) + System.Memory (>= 4.5.4) - restriction: || (&& (== net461) (== net6.0-windows7.0)) (&& (== net6.0-windows7.0) (< net6.0)) (== netstandard2.0) (== netstandard2.1) + System.Security.AccessControl (>= 6.0) + System.Security.Cryptography.Pkcs (>= 6.0) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Security.Permissions (6.0) + System.Security.AccessControl (>= 6.0) + System.Windows.Extensions (>= 6.0) - restriction: || (&& (== net461) (>= netcoreapp3.1)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) (&& (== netstandard2.1) (>= netcoreapp3.1)) System.Security.Principal.Windows (5.0) - System.ServiceModel.Duplex (4.8.1) - System.Private.ServiceModel (>= 4.8.1) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Primitives (>= 4.8.1) - System.ServiceModel.Http (4.8.1) - System.Private.ServiceModel (>= 4.8.1) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Primitives (>= 4.8.1) - System.ServiceModel.NetTcp (4.8.1) - System.Private.ServiceModel (>= 4.8.1) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Primitives (>= 4.8.1) - System.ServiceModel.Primitives (4.8.1) - System.Private.ServiceModel (>= 4.8.1) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= netcoreapp2.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Security (4.8.1) - System.Private.ServiceModel (>= 4.8.1) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Primitives (>= 4.8.1) - System.ServiceProcess.ServiceController (4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ServiceModel.Duplex (4.9) + System.Private.ServiceModel (>= 4.9) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ServiceModel.Primitives (>= 4.9) + System.ServiceModel.Http (4.9) + System.Private.ServiceModel (>= 4.9) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ServiceModel.Primitives (>= 4.9) + System.ServiceModel.NetTcp (4.9) + System.Private.ServiceModel (>= 4.9) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ServiceModel.Primitives (>= 4.9) + System.ServiceModel.Primitives (4.9) + System.Private.ServiceModel (>= 4.9) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= net6.0)) (&& (== net461) (>= netcoreapp2.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ServiceModel.Security (4.9) + System.Private.ServiceModel (>= 4.9) - restriction: || (&& (== net461) (< net45) (>= netstandard2.0)) (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.ServiceModel.Primitives (>= 4.9) + System.ServiceProcess.ServiceController (4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Diagnostics.EventLog (>= 4.5) - System.Text.Encoding (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding.CodePages (5.0) - restriction: || (&& (== net461) (< net40) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= net5.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) - System.Runtime.CompilerServices.Unsafe (>= 5.0) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< net5.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding.Extensions (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encodings.Web (5.0.1) - System.Buffers (>= 4.5.1) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) - System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net5.0-windows7.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= uap10.1)) - System.Text.Json (5.0.2) - Microsoft.Bcl.AsyncInterfaces (>= 5.0) - restriction: || (== net461) (&& (== net5.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.0)) (&& (== net5.0) (< netstandard2.0) (>= xamarintvos)) (&& (== net5.0) (< netstandard2.0) (>= xamarinwatchos)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= monotouch)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (< netcoreapp3.0)) (&& (== net5.0-windows7.0) (< netstandard2.0) (>= xamarintvos)) (&& (== net5.0-windows7.0) (< netstandard2.0) (>= xamarinwatchos)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Buffers (>= 4.5.1) - restriction: || (== net461) (&& (== net5.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netstandard2.0) (>= xamarintvos)) (&& (== net5.0) (< netstandard2.0) (>= xamarinwatchos)) (&& (== net5.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= monotouch)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netstandard2.0) (>= xamarintvos)) (&& (== net5.0-windows7.0) (< netstandard2.0) (>= xamarinwatchos)) (== netstandard2.0) (== netstandard2.1) - System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Numerics.Vectors (>= 4.5) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (== netstandard2.0) (== netstandard2.1) - System.Runtime.CompilerServices.Unsafe (>= 5.0) - restriction: || (== net461) (&& (== net5.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.0)) (&& (== net5.0) (< netstandard2.0) (>= xamarintvos)) (&& (== net5.0) (< netstandard2.0) (>= xamarinwatchos)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= monotouch)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< net5.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (< netcoreapp3.0)) (&& (== net5.0-windows7.0) (< netstandard2.0) (>= xamarintvos)) (&& (== net5.0-windows7.0) (< netstandard2.0) (>= xamarinwatchos)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Text.Encodings.Web (>= 5.0.1) - restriction: || (== net461) (&& (== net5.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0) (>= monotouch)) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netcoreapp3.0)) (&& (== net5.0) (< netstandard2.0) (>= xamarintvos)) (&& (== net5.0) (< netstandard2.0) (>= xamarinwatchos)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= monoandroid) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= monotouch)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< net5.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (< netcoreapp3.0)) (&& (== net5.0-windows7.0) (< netstandard2.0) (>= xamarintvos)) (&& (== net5.0-windows7.0) (< netstandard2.0) (>= xamarinwatchos)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.0)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (>= uap10.1)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.0)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (>= uap10.1)) (== netstandard2.0) (== netstandard2.1) - System.ValueTuple (>= 4.5) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - System.Text.RegularExpressions (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net5.0) (< netcoreapp1.1)) (&& (== net5.0-windows7.0) (< netcoreapp1.1)) (== netstandard2.0) (== netstandard2.1) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net5.0) (< netcoreapp1.1)) (&& (== net5.0-windows7.0) (< netcoreapp1.1)) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net5.0) (< netcoreapp1.1)) (&& (== net5.0-windows7.0) (< netcoreapp1.1)) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net5.0) (< netcoreapp1.1)) (&& (== net5.0-windows7.0) (< netcoreapp1.1)) (== netstandard2.0) (== netstandard2.1) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net5.0) (< netcoreapp1.1)) (&& (== net5.0-windows7.0) (< netcoreapp1.1)) (== netstandard2.0) (== netstandard2.1) - System.Threading (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.AccessControl (4.5) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) + System.Text.Encoding (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding.CodePages (6.0) + System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Text.Encoding.Extensions (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encodings.Web (6.0) + System.Buffers (>= 4.5.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Text.Json (6.0.5) + Microsoft.Bcl.AsyncInterfaces (>= 6.0) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.Buffers (>= 4.5.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.Numerics.Vectors (>= 4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 6.0) + System.Text.Encodings.Web (>= 6.0) + System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) + System.ValueTuple (>= 4.5) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + System.Text.RegularExpressions (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net6.0) (< netcoreapp1.1)) (&& (== net6.0-windows7.0) (< netcoreapp1.1)) (== netstandard2.0) (== netstandard2.1) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net6.0) (< netcoreapp1.1)) (&& (== net6.0-windows7.0) (< netcoreapp1.1)) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net6.0) (< netcoreapp1.1)) (&& (== net6.0-windows7.0) (< netcoreapp1.1)) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (&& (== net461) (>= netcoreapp1.1)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net6.0) (< netcoreapp1.1)) (&& (== net6.0-windows7.0) (< netcoreapp1.1)) (== netstandard2.0) (== netstandard2.1) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (== net6.0)) (&& (== net461) (== net6.0-windows7.0)) (&& (== net461) (< net45) (>= netstandard1.6)) (&& (== net6.0) (< netcoreapp1.1)) (&& (== net6.0-windows7.0) (< netcoreapp1.1)) (== netstandard2.0) (== netstandard2.1) + System.Threading (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.AccessControl (4.5) - restriction: || (&& (== net461) (>= netcoreapp2.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp2.0)) (&& (== netstandard2.1) (>= netcoreapp2.0)) System.Security.AccessControl (>= 4.5) System.Security.Principal.Windows (>= 4.5) - System.Threading.Tasks (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Threading.Tasks.Extensions (4.5.4) - System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netstandard1.0)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (>= wp8)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== net5.0-windows7.0) (< netcoreapp2.1)) (&& (== net5.0-windows7.0) (< netstandard1.0)) (&& (== net5.0-windows7.0) (< netstandard2.0)) (&& (== net5.0-windows7.0) (>= wp8)) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks.Parallel (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.0)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= wp8)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== net6.0-windows7.0) (< netcoreapp2.1)) (&& (== net6.0-windows7.0) (< netstandard1.0)) (&& (== net6.0-windows7.0) (< netstandard2.0)) (&& (== net6.0-windows7.0) (>= wp8)) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks.Parallel (4.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections.Concurrent (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Tracing (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.ValueTuple (4.5) - System.Windows.Extensions (5.0) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - System.Drawing.Common (>= 5.0) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - System.Xml.ReaderWriter (4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Windows.Extensions (6.0) - restriction: || (&& (== net461) (>= netcoreapp3.1)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) (&& (== netstandard2.1) (>= netcoreapp3.1)) + System.Drawing.Common (>= 6.0) - restriction: || (&& (== net461) (>= netcoreapp3.1)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) (&& (== netstandard2.1) (>= netcoreapp3.1)) + System.Xml.ReaderWriter (4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.IO.FileSystem (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.IO.FileSystem.Primitives (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.InteropServices (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.RegularExpressions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading.Tasks.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) System.Xml.XDocument (4.3) - System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Debug (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Diagnostics.Tools (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Globalization (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.IO (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Reflection (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Resources.ResourceManager (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Runtime.Extensions (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Text.Encoding (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Threading (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (== net461) (< net45)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) Topshelf (4.2.1) - TopShelf.ServiceInstaller (>= 4.2.1) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - TopShelf.ServiceInstaller (4.2.1) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceProcess.ServiceController (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + TopShelf.ServiceInstaller (>= 4.2.1) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + TopShelf.ServiceInstaller (4.2.1) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + 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) (>= net5.0)) (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (4.212.10) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CodeAnalysis.CSharp (>= 4.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CSharp (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.CodeDom (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ValueTuple (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Blazor (4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Blazor (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Xpo (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.CodeAnalysis.CSharp (>= 4.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.CodeDom (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Configuration.ConfigurationManager (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Mono.Cecil (4.212.10) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Mono.Cecil (>= 0.11.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.CodeDom (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ValueTuple (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Office.Cloud (4.212.10) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Office.Cloud.Google.Blazor (4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Google.Apis.Auth (>= 1.55) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.CodeAnalysis.CSharp (>= 4.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Configuration.ConfigurationManager (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Office.Cloud.Google (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (4.212.10) - akarnokd.reactive_extensions (>= 0.0.27-alpha) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.CodeDom (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.Immutable (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Interactive.Async (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Linq.Async (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Json (>= 5.0.2) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (4.212.10) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Enums.NET (>= 4.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (4.212.10) - DevExpress.ExpressApp.Xpo (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Patcher (2.0.31) - restriction: || (&& (== net461) (>= net5.0)) (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Collections (1.0.4) - restriction: || (&& (== net461) (>= net6.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) System.ComponentModel.TypeConverter (>= 4.3) @@ -780,1666 +702,1809 @@ NUGET System.Reflection.Emit.ILGeneration (>= 4.7) System.Reflection.Emit.Lightweight (>= 4.7) System.Reflection.TypeExtensions (>= 4.7) - Xpand.VersionConverter (4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.AutoCommit (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Blazor (4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Blazor (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.WebUtilities (>= 2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.BulkObjectUpdate (4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Validation (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.CloneMemberValue (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.CloneModelView (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CSharp (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Email (4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Validation (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.GridListEditor (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.HideToolBar (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CSharp (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.JobScheduler.Hangfire (4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Blazor (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.ConditionalAppearance (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Validation (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Validation.Blazor (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Xpo (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Hangfire.AspNetCore (>= 1.7.24) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.JobScheduler.Notification (4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Blazor (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.ConditionalAppearance (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Validation (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Validation.Blazor (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Xpo (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Hangfire.AspNetCore (>= 1.7.24) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.MasterDetail (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.ModelMapper (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Enums.NET (>= 4.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Mono.Cecil (>= 0.11.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.CodeDom (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.ModelViewInheritance (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ValueTuple (>= 4.5) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Google (4.212.10) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Google.Apis.Auth (>= 1.55) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Office.Cloud (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Google.Calendar (4.212.10) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Xpo (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Google.Apis.Calendar.v3 (>= 1.55.0.2410) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Office.Cloud (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Google (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Google.Tasks (4.212.10) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Xpo (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Google.Apis.Tasks.v1 (>= 1.55.0.2384) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Office.Cloud (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Google (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Office.Cloud.Microsoft (4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Microsoft.Graph.Beta (>= 4.22.0-preview) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Microsoft.Owin.Host.SystemWeb (>= 4.2) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Microsoft.Owin.Security.Cookies (>= 4.2) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Microsoft.Owin.Security.OpenIdConnect (>= 4.2) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - System.Memory (>= 4.5.4) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - System.Reactive (>= 5.0) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Office.Cloud (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.ExpressApp.Xpo (>= 21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Microsoft.Graph.Beta (>= 4.22.0-preview) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - System.Reactive (>= 5.0) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Office.Cloud (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.ExpressApp.Xpo (>= 21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Microsoft.Graph.Beta (>= 4.22.0-preview) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - System.Reactive (>= 5.0) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Office.Cloud (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.DocumentStyleManager (4.212.10) - restriction: || (&& (== net461) (>= net5.0-windows7.0)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.ConditionalAppearance (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Office (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.HideToolBar (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.SuppressConfirmation (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.ViewItemValue (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.OneView (4.212.10) - restriction: || (&& (== net461) (>= net5.0-windows7.0)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Win (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.PositionInListView (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.ProgressBarViewItem (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.CodeDom (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.RazorView (4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Validation (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - RazorLight (>= 2.0.0-rc.3) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reflection.Metadata (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Enums.NET (>= 4.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.CSharp (>= 4.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive.Logger (4.212.10) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.ConditionalAppearance (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive.Logger.Hub (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Xpo (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - MagicOnion (>= 2.6.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.CodeDom (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Interactive.Async (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive.Logger (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - YamlDotNet (>= 11.2.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive.Rest (4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.CSharp (>= 4.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.RefreshView (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.SequenceGenerator (4.212.10) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Validation (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Xpo (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.SuppressConfirmation (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.TenantManager (4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Blazor (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Security (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Xpo (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.Persistent.Base (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.WebUtilities (>= 2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Collections (>= 1.0.4) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.ViewEditMode (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.ViewItemValue (4.212.10) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Validation (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.ViewWizard (4.212.10) - DevExpress.ExpressApp (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Xpo (>= 21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Interactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.VersionConverter (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Xpand.XAF.Modules.Windows (4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.CodeAnalysis (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Win (>= 21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Enums.NET (>= 4.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Fasterflect.Xpand (>= 2.0.7) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.VisualBasic (>= 10.3) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Newtonsoft.Json (>= 13.0.1) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Reactive (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.XAF (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Patcher (>= 2.0.31) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Web.All (4.212.10) - Xpand.Extensions (>= 4.212.10) - Xpand.Extensions.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Mono.Cecil (>= 4.212.10) - Xpand.Extensions.Office.Cloud (>= 4.212.10) - Xpand.Extensions.Office.Cloud.Google.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.Extensions.Reactive (>= 4.212.10) - Xpand.Extensions.XAF (>= 4.212.10) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - Xpand.XAF.Modules.AutoCommit (>= 4.212.10) - Xpand.XAF.Modules.Blazor (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.BulkObjectUpdate (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.CloneMemberValue (>= 4.212.10) - Xpand.XAF.Modules.CloneModelView (>= 4.212.10) - Xpand.XAF.Modules.Email (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.HideToolBar (>= 4.212.10) - Xpand.XAF.Modules.JobScheduler.Hangfire (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.JobScheduler.Notification (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.MasterDetail (>= 4.212.10) - Xpand.XAF.Modules.ModelMapper (>= 4.212.10) - Xpand.XAF.Modules.ModelViewInheritance (>= 4.212.10) - Xpand.XAF.Modules.Office.Cloud.Google (>= 4.212.10) - Xpand.XAF.Modules.Office.Cloud.Google.Calendar (>= 4.212.10) - Xpand.XAF.Modules.Office.Cloud.Google.Tasks (>= 4.212.10) - Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.DocumentStyleManager (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0-windows7.0)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - Xpand.XAF.Modules.PositionInListView (>= 4.212.10) - Xpand.XAF.Modules.ProgressBarViewItem (>= 4.212.10) - Xpand.XAF.Modules.RazorView (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - Xpand.XAF.Modules.Reactive.Logger (>= 4.212.10) - Xpand.XAF.Modules.Reactive.Logger.Hub (>= 4.212.10) - Xpand.XAF.Modules.Reactive.Rest (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.RefreshView (>= 4.212.10) - Xpand.XAF.Modules.SequenceGenerator (>= 4.212.10) - Xpand.XAF.Modules.SuppressConfirmation (>= 4.212.10) - Xpand.XAF.Modules.TenantManager (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.ViewEditMode (>= 4.212.10) - Xpand.XAF.Modules.ViewItemValue (>= 4.212.10) - Xpand.XAF.Modules.ViewWizard (>= 4.212.10) - Xpand.XAF.Win.All (4.212.10) - Xpand.Extensions (>= 4.212.10) - Xpand.Extensions.Mono.Cecil (>= 4.212.10) - Xpand.Extensions.Office.Cloud (>= 4.212.10) - Xpand.Extensions.Reactive (>= 4.212.10) - Xpand.Extensions.XAF (>= 4.212.10) - Xpand.Extensions.XAF.Xpo (>= 4.212.10) - Xpand.XAF.Modules.AutoCommit (>= 4.212.10) - Xpand.XAF.Modules.BulkObjectUpdate (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.CloneMemberValue (>= 4.212.10) - Xpand.XAF.Modules.CloneModelView (>= 4.212.10) - Xpand.XAF.Modules.Email (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.GridListEditor (>= 4.212.10) - Xpand.XAF.Modules.HideToolBar (>= 4.212.10) - Xpand.XAF.Modules.MasterDetail (>= 4.212.10) - Xpand.XAF.Modules.ModelMapper (>= 4.212.10) - Xpand.XAF.Modules.ModelViewInheritance (>= 4.212.10) - Xpand.XAF.Modules.Office.Cloud.Google (>= 4.212.10) - Xpand.XAF.Modules.Office.Cloud.Google.Calendar (>= 4.212.10) - Xpand.XAF.Modules.Office.Cloud.Google.Tasks (>= 4.212.10) - Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) - Xpand.XAF.Modules.Office.DocumentStyleManager (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0-windows7.0)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - Xpand.XAF.Modules.OneView (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0-windows7.0)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - Xpand.XAF.Modules.PositionInListView (>= 4.212.10) - Xpand.XAF.Modules.ProgressBarViewItem (>= 4.212.10) - Xpand.XAF.Modules.RazorView (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.Reactive (>= 4.212.10) - Xpand.XAF.Modules.Reactive.Logger (>= 4.212.10) - Xpand.XAF.Modules.Reactive.Logger.Hub (>= 4.212.10) - Xpand.XAF.Modules.Reactive.Rest (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.RefreshView (>= 4.212.10) - Xpand.XAF.Modules.SequenceGenerator (>= 4.212.10) - Xpand.XAF.Modules.SuppressConfirmation (>= 4.212.10) - Xpand.XAF.Modules.TenantManager (>= 4.212.10) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Xpand.XAF.Modules.ViewEditMode (>= 4.212.10) - Xpand.XAF.Modules.ViewItemValue (>= 4.212.10) - Xpand.XAF.Modules.ViewWizard (>= 4.212.10) - Xpand.XAF.Modules.Windows (>= 4.212.10) - restriction: || (== net461) (&& (== net5.0) (>= net461)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net461)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - YamlDotNet (11.2.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.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) remote: C:\Program Files (x86)\DevExpress 22.1\Components\System\Components\Packages - DevExpress.Blazor (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.Data (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExtreme.AspNet.Data (>= 2.8.6) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components.Web (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.Charts (21.2.8) - DevExpress.Charts.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataVisualization.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Charts.Core (21.2.8) - DevExpress.Data (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.CodeParser (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Dashboard.Core (21.2.8) - DevExpress.Charts (21.2.8) - DevExpress.Charts.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.Gauges.Core (21.2.8) - DevExpress.Map.Core (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.PivotGrid.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Reporting.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Sparkline.Core (21.2.8) - DevExpress.TreeMap (21.2.8) - DevExpress.TreeMap.Core (21.2.8) - DevExpress.Xpo (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (21.2.8) - DevExpress.CodeParser (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Xpo (21.2.8) - DevExpress.DataAccess.UI (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.CodeParser (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Diagram.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Diagram (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Xpo (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.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)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataVisualization.Core (21.2.8) - DevExpress.Data (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Diagram.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Document.Processor (21.2.8) - DevExpress.Charts (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataVisualization.Core (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Pdf.Drawing (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Snap.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Spreadsheet.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Cryptography.Xml (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.EasyTest (21.2.8) - Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Configuration.ConfigurationManager (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Data.SqlClient (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceProcess.ServiceController (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Images (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - Microsoft.CodeAnalysis.CSharp (>= 2.8) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - Microsoft.Win32.Registry (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Configuration.ConfigurationManager (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Diagnostics.EventLog (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Resources.Extensions (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Primitives (>= 4.5.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding.CodePages (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.AuditTrail.Xpo (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.ExpressApp.Xpo (21.2.8) - DevExpress.Persistent.BaseImpl.Xpo (21.2.8) - DevExpress.Xpo (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Configuration.ConfigurationManager (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Blazor (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.Blazor (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.Data (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExtreme.AspNet.Data (>= 2.8.6) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Authentication.Abstractions (>= 2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components.Authorization (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components.Web (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.DataProtection.Extensions (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Http.Extensions (>= 2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Localization (>= 2.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.Extensions.Options.ConfigurationExtensions (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - System.Drawing.Common (>= 5.0) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Chart (21.2.8) - DevExpress.Charts (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Chart.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Chart (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Visualization (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Chart.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Chart (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.CloneObject.Xpo (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.CodeAnalysis (21.2.8) - DevExpress.Data (21.2.8) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.ConditionalAppearance (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Core.All (21.2.8) - DevExpress.EasyTest (21.2.8) - DevExpress.ExpressApp.AuditTrail.Xpo (21.2.8) - DevExpress.ExpressApp.Chart (21.2.8) - DevExpress.ExpressApp.CloneObject.Xpo (21.2.8) - DevExpress.ExpressApp.ConditionalAppearance (21.2.8) - DevExpress.ExpressApp.Dashboards (21.2.8) - DevExpress.ExpressApp.Kpi (21.2.8) - DevExpress.ExpressApp.Notifications (21.2.8) - DevExpress.ExpressApp.Objects (21.2.8) - DevExpress.ExpressApp.Office (21.2.8) - DevExpress.ExpressApp.PivotChart (21.2.8) - DevExpress.ExpressApp.PivotGrid (21.2.8) - DevExpress.ExpressApp.ReportsV2 (21.2.8) - DevExpress.ExpressApp.Scheduler (21.2.8) - DevExpress.ExpressApp.ScriptRecorder (21.2.8) - DevExpress.ExpressApp.Security (21.2.8) - DevExpress.ExpressApp.StateMachine (21.2.8) - DevExpress.ExpressApp.TreeListEditors (21.2.8) - DevExpress.ExpressApp.Validation (21.2.8) - DevExpress.ExpressApp.ViewVariantsModule (21.2.8) - DevExpress.ExpressApp.Workflow (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - DevExpress.ExpressApp.Dashboards (21.2.8) - DevExpress.Dashboard.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Dashboards.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Dashboard.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Dashboards (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Dashboard (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Dashboard.Common (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Dashboards.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Dashboard.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.DataAccess.UI (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Dashboards (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Dashboard (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.EasyTest (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.EasyTest.WebAdapter (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - Microsoft.Edge.SeleniumTools (>= 3.141.2) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - Selenium.WebDriver (>= 3.141) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.EasyTest.WebAdapter (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.EasyTest (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.EasyTest.WinAdapter (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.DataAccess.UI (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.EasyTest (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.HtmlPropertyEditor.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Office.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.PivotChart.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.PivotGrid.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Scheduler.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Scheduler.CoreDesktop (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Spreadsheet.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.PivotGrid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.RichEdit (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Scheduler (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Spreadsheet (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.VerticalGrid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.FileAttachment.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.FileAttachment.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.HtmlPropertyEditor.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.HtmlPropertyEditor.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Kpi (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.ExpressApp.Validation (21.2.8) - DevExpress.Persistent.Base (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Maps.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Notifications (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Notifications.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Notifications (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Notifications.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Notifications (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Objects (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Office (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Persistent.Base (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Spreadsheet.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Office.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Office (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Spreadsheet.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Office (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Office.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Office (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Office.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Spreadsheet.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.RichEdit (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Spreadsheet (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.PivotChart (21.2.8) - DevExpress.Charts (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - DevExpress.PivotGrid.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.PivotChart.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotChart (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.PivotGrid.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Visualization (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotChart.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.PivotChart (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.PivotGrid.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.PivotGrid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.PivotGrid (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.PivotGrid.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.PivotGrid.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotGrid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.PivotGrid.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Visualization (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotGrid.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.PivotGrid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.PivotGrid.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.PivotGrid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.ReportsV2 (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Reporting.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.ReportsV2.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ReportsV2 (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Reporting.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Reporting (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Reporting.Common (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ReportsV2.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.DataAccess.UI (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.ReportsV2 (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Reporting.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils.UI (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Reporting (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Scheduler (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - DevExpress.Scheduler.Core (21.2.8) - DevExpress.Scheduler.CoreDesktop (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Scheduler.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Scheduler (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Scheduler.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Scheduler.CoreDesktop (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Scheduler (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Scheduler.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Scheduler (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Scheduler.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Scheduler.CoreDesktop (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Scheduler (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.ScriptRecorder (21.2.8) - DevExpress.ExpressApp (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.ScriptRecorder.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ScriptRecorder (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ScriptRecorder.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.ScriptRecorder (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Security (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - Microsoft.Extensions.Options (>= 3.1.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Permissions (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Security.Xpo (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.ExpressApp.Security (21.2.8) - DevExpress.ExpressApp.Xpo (21.2.8) - DevExpress.Persistent.Base (21.2.8) - DevExpress.Xpo (21.2.8) - Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Http (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.NetTcp (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Primitives (>= 4.6) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.StateMachine (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.ExpressApp.ConditionalAppearance (21.2.8) - DevExpress.ExpressApp.Validation (21.2.8) - DevExpress.Persistent.Base (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.TreeListEditors (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.TreeListEditors.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.TreeListEditors (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.TreeListEditors.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.TreeListEditors (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Validation (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Persistent.Base (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Validation.Blazor (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.Data (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Blazor (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Validation (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - Microsoft.AspNetCore.Components.Web (>= 5.0.2) - restriction: || (&& (== net461) (>= net5.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net5.0)) (&& (== netstandard2.1) (>= net5.0)) - DevExpress.ExpressApp.Validation.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Validation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Validation.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Validation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.ViewVariantsModule (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Themes (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web.All (21.2.8) - DevExpress.ExpressApp.Chart.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Core.All (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Dashboards.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.EasyTest.WebAdapter (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.FileAttachment.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.HtmlPropertyEditor.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Maps.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Notifications.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Office.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotChart.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.PivotGrid.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ReportsV2.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Scheduler.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ScriptRecorder.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.TreeListEditors.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Validation.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.DataAccess.UI (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Office.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.BonusSkins (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.RichEdit (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Win.VerticalGrid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win.All (21.2.8) - DevExpress.ExpressApp.Chart.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Core.All (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Dashboards.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.EasyTest.WinAdapter (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.FileAttachment.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.HtmlPropertyEditor.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Notifications.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Office.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.PivotChart.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.PivotGrid.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.ReportsV2.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Scheduler.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.ScriptRecorder.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.TreeListEditors.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Validation.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.ExpressApp.Workflow.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Workflow (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.ConditionalAppearance (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Security (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Workflow.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Workflow (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Persistent.Base (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.ExpressApp.Xpo (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Xpo (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Permissions (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Gauges.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Printing.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Images (21.2.8) - DevExpress.Data (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Map.Core (21.2.8) - DevExpress.Data (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Office.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Cryptography.Xml (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Data (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Cryptography.Pkcs (>= 4.5.2) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Pdf.Drawing (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Pdf.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Persistent.Base (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Reporting.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Persistent.BaseImpl.Xpo (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.ExpressApp (21.2.8) - DevExpress.ExpressApp.Objects (21.2.8) - DevExpress.ExpressApp.Xpo (21.2.8) - DevExpress.Persistent.Base (21.2.8) - DevExpress.Reporting.Core (21.2.8) - DevExpress.Scheduler.Core (21.2.8) - DevExpress.Xpo (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.PivotGrid.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Printing.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Reflection.Emit.Lightweight (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Printing.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Pdf.Drawing (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ComponentModel.Annotations (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Cryptography.Pkcs (>= 4.5.2) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.ServiceModel.Http (>= 4.5.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Text.Encoding.CodePages (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Reporting.Core (21.2.8) - DevExpress.Charts (21.2.8) - DevExpress.Charts.Core (21.2.8) - DevExpress.CodeParser (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.Gauges.Core (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Pdf.Drawing (21.2.8) - DevExpress.PivotGrid.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.RichEdit.Export (21.2.8) - DevExpress.Sparkline.Core (21.2.8) - DevExpress.Xpo (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.CodeDom (>= 4.4) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Collections.Immutable (>= 1.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Configuration.ConfigurationManager (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Runtime.Loader (>= 4.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.Permissions (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.RichEdit.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.RichEdit.Export (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Scheduler.Core (21.2.8) - DevExpress.Data (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Scheduler.CoreDesktop (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Images (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Scheduler.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Snap.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Office.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Sparkline.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Sparkline.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.SpellChecker.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Spreadsheet.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.DataVisualization.Core (21.2.8) - DevExpress.Office.Core (21.2.8) - DevExpress.Pdf.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Sparkline.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Security.AccessControl (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.TreeMap (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataVisualization.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.TreeMap.Core (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - System.Drawing.Common (>= 4.5) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.TreeMap.Core (21.2.8) - DevExpress.Data (21.2.8) - NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net5.0) (== net5.0-windows7.0) (== netstandard2.0) (== netstandard2.1) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Office.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.PivotGrid.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.RichEdit.Export (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.SpellChecker.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Dashboard (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Dashboard.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Dashboard.Common (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Dashboard.Common (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Dashboard.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.Pdf.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.PivotGrid.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Reporting.Core (21.2.8) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Xpo (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Office (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataVisualization.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Office.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.SpellChecker.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Spreadsheet.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.TreeMap (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Reporting (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Reporting.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Reporting.Common (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Reporting.Common (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (21.2.8) - DevExpress.Charts.Core (21.2.8) - DevExpress.Data (21.2.8) - DevExpress.DataAccess (21.2.8) - DevExpress.Gauges.Core (21.2.8) - DevExpress.PivotGrid.Core (21.2.8) - DevExpress.Printing.Core (21.2.8) - DevExpress.Reporting.Core (21.2.8) - DevExpress.Sparkline.Core (21.2.8) - DevExpress.Web.Scheduler (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Scheduler.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Scheduler.CoreDesktop (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Themes (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web.Visualization (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Charts.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Gauges.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Web (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) - DevExpress.Win (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Export (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.PivotGrid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.BonusSkins (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Charts (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Charts.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess.UI (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Dashboard (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Charts.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Dashboard.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess.UI (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Gauges.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Map.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Office.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.PivotGrid.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Reporting.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Sparkline.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.TreeMap (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.TreeMap.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Charts (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Gauges (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Map (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.PivotGrid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeMap (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Xpo (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Diagram (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Diagram.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Pdf.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Gauges (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Gauges.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Map (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Map.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.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)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Sparkline.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.PivotGrid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.PivotGrid.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Reporting (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Charts.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.CodeParser (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess.UI (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Gauges.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Office.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.PivotGrid.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Reporting.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Sparkline.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Charts (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.PivotGrid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - System.Data.OleDb (>= 4.6) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Images (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Office.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Pdf.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Scheduler (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Scheduler.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Scheduler.CoreDesktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Spreadsheet (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Charts (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataAccess.UI (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.DataVisualization.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Office.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.RichEdit.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Spreadsheet.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.TreeMap (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils.UI (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Grid (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.RichEdit (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeList (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.TreeMap (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.TreeMap (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.TreeMap.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.VerticalGrid (21.2.8) - restriction: || (== net461) (&& (== net5.0) (>= net452)) (&& (== net5.0) (>= net5.0-windows7.0)) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= net5.0-windows7.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= net5.0-windows7.0)) - DevExpress.Data (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Data.Desktop (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Printing.Core (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Utils (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Navigation (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) - DevExpress.Win.Printing (21.2.8) - restriction: || (== net461) (== net5.0) (== net5.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Blazor (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Blazor.Themes (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Data (22.1.3) - 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.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Charts (22.1.3) + DevExpress.Charts.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataVisualization.Core (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.CodeParser (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Dashboard.Core (22.1.3) + DevExpress.Charts (22.1.3) + DevExpress.Charts.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Gauges.Core (22.1.3) + DevExpress.Map.Core (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.PivotGrid.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Reporting.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Sparkline.Core (22.1.3) + DevExpress.TreeMap (22.1.3) + DevExpress.TreeMap.Core (22.1.3) + DevExpress.Xpo (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) + DevExpress.CodeParser (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Xpo (22.1.3) + DevExpress.DataAccess.UI (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) + DevExpress.Charts (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataVisualization.Core (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Pdf.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Snap.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Spreadsheet.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + 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.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.Images (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Utils (22.1.3) - 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) + 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.Diagnostics.EventLog (>= 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.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.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.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (22.1.3) - 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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.ExpressApp.Xpo (22.1.3) + DevExpress.Persistent.BaseImpl.Xpo (22.1.3) + DevExpress.Xpo (22.1.3) + 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.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Blazor (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Data (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.AspNetCore (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Security (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Security.AspNetCore (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (22.1.3) - 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.3) + DevExpress.Charts (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Chart (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Visualization (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Chart.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + 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.3) + DevExpress.Data (22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.ConditionalAppearance (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + 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.3) + DevExpress.EasyTest (22.1.3) + DevExpress.ExpressApp.AuditTrail.Xpo (22.1.3) + DevExpress.ExpressApp.Chart (22.1.3) + DevExpress.ExpressApp.CloneObject.Xpo (22.1.3) + DevExpress.ExpressApp.ConditionalAppearance (22.1.3) + DevExpress.ExpressApp.Dashboards (22.1.3) + DevExpress.ExpressApp.Kpi (22.1.3) + DevExpress.ExpressApp.Notifications (22.1.3) + DevExpress.ExpressApp.Objects (22.1.3) + DevExpress.ExpressApp.Office (22.1.3) + DevExpress.ExpressApp.PivotChart (22.1.3) + DevExpress.ExpressApp.PivotGrid (22.1.3) + DevExpress.ExpressApp.ReportsV2 (22.1.3) + DevExpress.ExpressApp.Scheduler (22.1.3) + DevExpress.ExpressApp.ScriptRecorder (22.1.3) + DevExpress.ExpressApp.Security (22.1.3) + DevExpress.ExpressApp.StateMachine (22.1.3) + DevExpress.ExpressApp.TreeListEditors (22.1.3) + DevExpress.ExpressApp.Validation (22.1.3) + DevExpress.ExpressApp.ViewVariantsModule (22.1.3) + DevExpress.ExpressApp.Workflow (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) + DevExpress.ExpressApp.Dashboards (22.1.3) + DevExpress.Dashboard.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Dashboard.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataAccess (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Dashboards (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Dashboard (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Dashboard.Common (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Dashboards.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.EasyTest (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.EasyTest.WebAdapter (22.1.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.EasyTest (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.EasyTest.WinAdapter (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Office.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.FileAttachment.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.HtmlPropertyEditor.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Utils (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Win.Navigation (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Kpi (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.ExpressApp.Validation (22.1.3) + DevExpress.Persistent.Base (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Notifications (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Notifications (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Notifications.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Persistent.Base (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.Spreadsheet.Core (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Office (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.RichEdit.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Spreadsheet.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Office (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Office.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) + DevExpress.Charts (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + DevExpress.PivotGrid.Core (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotChart (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.PivotGrid.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Visualization (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotChart.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.PivotGrid.Core (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotGrid (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.PivotGrid.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Visualization (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotGrid.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Reporting.Core (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ReportsV2 (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Reporting.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Reporting (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Reporting.Common (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ReportsV2.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + DevExpress.Scheduler.Core (22.1.3) + DevExpress.Scheduler.CoreDesktop (22.1.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Scheduler (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Scheduler.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Scheduler.CoreDesktop (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Scheduler (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Scheduler.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) + DevExpress.ExpressApp (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ScriptRecorder (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ScriptRecorder.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + 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.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.AspNetCore (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Security (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Security.Xpo (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.ExpressApp.Security (22.1.3) + DevExpress.ExpressApp.Xpo (22.1.3) + DevExpress.Persistent.Base (22.1.3) + DevExpress.Xpo (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.ExpressApp.ConditionalAppearance (22.1.3) + DevExpress.ExpressApp.Validation (22.1.3) + DevExpress.Persistent.Base (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.TreeListEditors (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.TreeListEditors.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Persistent.Base (22.1.3) + 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.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Data (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.AspNetCore (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (22.1.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Validation (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Validation.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Utils (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Themes (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web.All (22.1.3) + DevExpress.ExpressApp.Chart.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Core.All (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Dashboards.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.EasyTest.SeleniumWebAdapter (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.EasyTest.WebAdapter (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.FileAttachment.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.HtmlPropertyEditor.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Maps.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Notifications.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Office.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotChart.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.PivotGrid.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ReportsV2.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Scheduler.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ScriptRecorder.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.TreeListEditors.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Validation.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-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.3) + DevExpress.ExpressApp.Chart.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Notifications.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Workflow (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.ConditionalAppearance (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Security (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Utils (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Workflow.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Workflow (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Persistent.Base (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Utils (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.ExpressApp.Xpo (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Xpo (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.Printing.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Pdf.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Reporting.Core (22.1.3) - 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.3) + DevExpress.Data (22.1.3) + DevExpress.ExpressApp (22.1.3) + DevExpress.ExpressApp.Objects (22.1.3) + DevExpress.ExpressApp.Xpo (22.1.3) + DevExpress.Persistent.Base (22.1.3) + DevExpress.Scheduler.Core (22.1.3) + DevExpress.Xpo (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Pdf.Drawing (22.1.3) + 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.3) + DevExpress.Charts (22.1.3) + DevExpress.Charts.Core (22.1.3) + DevExpress.CodeParser (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Gauges.Core (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Pdf.Drawing (22.1.3) + DevExpress.PivotGrid.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + DevExpress.RichEdit.Export (22.1.3) + DevExpress.Sparkline.Core (22.1.3) + DevExpress.Xpo (22.1.3) + 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) + 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) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataAccess (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Drawing (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Office.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.RichEdit.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Sparkline.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Sparkline.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.SpellChecker.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - 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.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.DataVisualization.Core (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Office.Core (22.1.3) + DevExpress.Pdf.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Sparkline.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + DevExpress.DataVisualization.Core (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.TreeMap.Core (22.1.3) + 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.3) + DevExpress.Data (22.1.3) + NETStandard.Library (>= 2.0.3) - restriction: || (&& (== net461) (< net452) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Utils (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Drawing (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Office.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.PivotGrid.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.RichEdit.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.RichEdit.Export (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.SpellChecker.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Dashboard (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Dashboard.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataAccess (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Dashboard.Common (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Dashboard.Common (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Dashboard.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.Pdf.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.PivotGrid.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Reporting.Core (22.1.3) + DevExpress.RichEdit.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Xpo (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Office (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataVisualization.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Drawing (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Office.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.RichEdit.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.SpellChecker.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Spreadsheet.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.TreeMap (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Reporting (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.DataAccess (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Drawing (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Reporting.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Utils (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Reporting.Common (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Reporting.Common (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.3) + DevExpress.Charts.Core (22.1.3) + DevExpress.Data (22.1.3) + DevExpress.DataAccess (22.1.3) + DevExpress.Drawing (22.1.3) + DevExpress.Gauges.Core (22.1.3) + DevExpress.PivotGrid.Core (22.1.3) + DevExpress.Printing.Core (22.1.3) + DevExpress.Reporting.Core (22.1.3) + DevExpress.Sparkline.Core (22.1.3) + DevExpress.Web.Scheduler (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Scheduler.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Scheduler.CoreDesktop (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Themes (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web.Visualization (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Charts.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Data (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Gauges.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Printing.Core (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Web (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0-windows7.0) (>= net452)) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.1) (>= net452)) + DevExpress.Win (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net452)) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= net452)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + System.Data.OleDb (>= 4.6) - restriction: || (&& (== net461) (>= netcoreapp3.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= netcoreapp3.0)) (&& (== netstandard2.1) (>= netcoreapp3.0)) + DevExpress.Win.RichEdit (22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - restriction: || (== net461) (&& (== net6.0) (>= net452)) (&& (== net6.0) (>= net6.0-windows7.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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.3) - 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.212.10.1) + 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) + 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.Reflection.Emit (>= 4.7) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Xpo (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Mono.Cecil (4.212.10.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) + 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.212.10.1) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Office.Cloud.Google.Blazor (4.212.10.1) - 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.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (4.212.10.1) + 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) + System.CodeDom (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + System.Collections.Immutable (>= 6.0) - 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.Interactive.Async (>= 5.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (4.212.10.1) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (4.212.10.1) + DevExpress.ExpressApp.Xpo (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (4.212.10.1) - 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.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Blazor (4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation.Blazor (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Blazor (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.BulkObjectUpdate (4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.CloneMemberValue (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.CloneModelView (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Email (4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.GridListEditor (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.HideToolBar (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.JobScheduler.Hangfire (4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation.Blazor (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Xpo (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Blazor (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.JobScheduler.Notification (4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation.Blazor (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Xpo (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Blazor (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.MasterDetail (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.ModelMapper (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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) + 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.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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.ModelViewInheritance (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Google (4.212.10.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Office.Cloud (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Google.Calendar (4.212.10.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.Xpo (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Office.Cloud (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Google (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Google.Tasks (4.212.10.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.Xpo (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Office.Cloud (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Google (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Office.Cloud.Microsoft (4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Office.Cloud (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.ExpressApp.Xpo (>= 22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Office.Cloud (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.ExpressApp.Xpo (>= 22.1.3) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Office.Cloud (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.DocumentStyleManager (4.212.10.1) - 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.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Office (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.HideToolBar (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.SuppressConfirmation (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.ViewItemValue (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.OneView (4.212.10.1) - 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.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Win (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.PositionInListView (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.ProgressBarViewItem (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.RazorView (4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Validation (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive.Logger (4.212.10.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.ConditionalAppearance (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive.Logger.Hub (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Xpo (>= 22.1.3) - 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) + System.CodeDom (>= 6.0) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive.Logger (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.RefreshView (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.SequenceGenerator (4.212.10.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.Validation (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.Xpo (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.SuppressConfirmation (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.TenantManager (4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Blazor (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Security (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.ExpressApp.Xpo (>= 22.1.3) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + DevExpress.Persistent.Base (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Blazor (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - 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.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.ViewEditMode (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.ViewItemValue (4.212.10.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.Validation (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.ViewWizard (4.212.10.1) + DevExpress.ExpressApp (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.ExpressApp.CodeAnalysis (>= 22.1.3) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + DevExpress.Xpo (>= 22.1.3) - 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.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.VersionConverter (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) - restriction: || (&& (== net461) (>= netstandard2.0)) (== net6.0) (== net6.0-windows7.0) (== netstandard2.0) (== netstandard2.1) + Xpand.XAF.Modules.Windows (4.212.10.1) - 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.3) - 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.3) - 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.212.10.1) - 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.212.10.1) - 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.212.10.1) - 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.212.10.1) - 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.212.10.1) + Xpand.Extensions (>= 4.212.10.1) + Xpand.Extensions.Blazor (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Mono.Cecil (>= 4.212.10.1) + Xpand.Extensions.Office.Cloud (>= 4.212.10.1) + Xpand.Extensions.Office.Cloud.Google.Blazor (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.Extensions.Reactive (>= 4.212.10.1) + Xpand.Extensions.XAF (>= 4.212.10.1) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) + Xpand.XAF.Modules.AutoCommit (>= 4.212.10.1) + Xpand.XAF.Modules.Blazor (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.BulkObjectUpdate (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.CloneMemberValue (>= 4.212.10.1) + Xpand.XAF.Modules.CloneModelView (>= 4.212.10.1) + Xpand.XAF.Modules.Email (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.HideToolBar (>= 4.212.10.1) + Xpand.XAF.Modules.JobScheduler.Hangfire (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.JobScheduler.Notification (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.MasterDetail (>= 4.212.10.1) + Xpand.XAF.Modules.ModelMapper (>= 4.212.10.1) + Xpand.XAF.Modules.ModelViewInheritance (>= 4.212.10.1) + Xpand.XAF.Modules.Office.Cloud.Google (>= 4.212.10.1) + Xpand.XAF.Modules.Office.Cloud.Google.Calendar (>= 4.212.10.1) + Xpand.XAF.Modules.Office.Cloud.Google.Tasks (>= 4.212.10.1) + Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.DocumentStyleManager (>= 4.212.10.1) - 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.212.10.1) + Xpand.XAF.Modules.ProgressBarViewItem (>= 4.212.10.1) + Xpand.XAF.Modules.RazorView (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) + Xpand.XAF.Modules.Reactive.Logger (>= 4.212.10.1) + Xpand.XAF.Modules.Reactive.Logger.Hub (>= 4.212.10.1) + Xpand.XAF.Modules.Reactive.Rest (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.RefreshView (>= 4.212.10.1) + Xpand.XAF.Modules.SequenceGenerator (>= 4.212.10.1) + Xpand.XAF.Modules.SuppressConfirmation (>= 4.212.10.1) + Xpand.XAF.Modules.TenantManager (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.ViewEditMode (>= 4.212.10.1) + Xpand.XAF.Modules.ViewItemValue (>= 4.212.10.1) + Xpand.XAF.Modules.ViewWizard (>= 4.212.10.1) + Xpand.XAF.Win.All (4.212.10.1) + Xpand.Extensions (>= 4.212.10.1) + Xpand.Extensions.Mono.Cecil (>= 4.212.10.1) + Xpand.Extensions.Office.Cloud (>= 4.212.10.1) + Xpand.Extensions.Reactive (>= 4.212.10.1) + Xpand.Extensions.XAF (>= 4.212.10.1) + Xpand.Extensions.XAF.Xpo (>= 4.212.10.1) + Xpand.XAF.Modules.AutoCommit (>= 4.212.10.1) + Xpand.XAF.Modules.BulkObjectUpdate (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.CloneMemberValue (>= 4.212.10.1) + Xpand.XAF.Modules.CloneModelView (>= 4.212.10.1) + Xpand.XAF.Modules.Email (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.GridListEditor (>= 4.212.10.1) + Xpand.XAF.Modules.HideToolBar (>= 4.212.10.1) + Xpand.XAF.Modules.MasterDetail (>= 4.212.10.1) + Xpand.XAF.Modules.ModelMapper (>= 4.212.10.1) + Xpand.XAF.Modules.ModelViewInheritance (>= 4.212.10.1) + Xpand.XAF.Modules.Office.Cloud.Google (>= 4.212.10.1) + Xpand.XAF.Modules.Office.Cloud.Google.Calendar (>= 4.212.10.1) + Xpand.XAF.Modules.Office.Cloud.Google.Tasks (>= 4.212.10.1) + Xpand.XAF.Modules.Office.Cloud.Microsoft (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo (>= 4.212.10.1) - restriction: || (== net461) (&& (== net6.0) (>= net461)) (&& (== net6.0-windows7.0) (>= net461)) (&& (== netstandard2.0) (>= net461)) (&& (== netstandard2.1) (>= net461)) + Xpand.XAF.Modules.Office.DocumentStyleManager (>= 4.212.10.1) - 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.212.10.1) - 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.212.10.1) + Xpand.XAF.Modules.ProgressBarViewItem (>= 4.212.10.1) + Xpand.XAF.Modules.RazorView (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.Reactive (>= 4.212.10.1) + Xpand.XAF.Modules.Reactive.Logger (>= 4.212.10.1) + Xpand.XAF.Modules.Reactive.Logger.Hub (>= 4.212.10.1) + Xpand.XAF.Modules.Reactive.Rest (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.RefreshView (>= 4.212.10.1) + Xpand.XAF.Modules.SequenceGenerator (>= 4.212.10.1) + Xpand.XAF.Modules.SuppressConfirmation (>= 4.212.10.1) + Xpand.XAF.Modules.TenantManager (>= 4.212.10.1) - restriction: || (&& (== net461) (>= net6.0)) (== net6.0) (== net6.0-windows7.0) (&& (== netstandard2.0) (>= net6.0)) (&& (== netstandard2.1) (>= net6.0)) + Xpand.XAF.Modules.ViewEditMode (>= 4.212.10.1) + Xpand.XAF.Modules.ViewItemValue (>= 4.212.10.1) + Xpand.XAF.Modules.ViewWizard (>= 4.212.10.1) + Xpand.XAF.Modules.Windows (>= 4.212.10.1) - 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))