|
@@ -8,6 +8,7 @@
|
|
".NETCoreApp,Version=v6.0": {
|
|
".NETCoreApp,Version=v6.0": {
|
|
"MyMoviesWPF/1.0.0": {
|
|
"MyMoviesWPF/1.0.0": {
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "DevExpress.Data": "22.1.3",
|
|
"MaterialDesignColors": "2.0.6",
|
|
"MaterialDesignColors": "2.0.6",
|
|
"MaterialDesignThemes": "4.5.0",
|
|
"MaterialDesignThemes": "4.5.0",
|
|
"MaterialDesignThemes.MahApps": "0.2.2",
|
|
"MaterialDesignThemes.MahApps": "0.2.2",
|
|
@@ -34,6 +35,23 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "DevExpress.Data/22.1.3": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "Microsoft.Win32.Registry": "4.7.0",
|
|
|
|
+ "NETStandard.Library": "2.0.3",
|
|
|
|
+ "System.ComponentModel.Annotations": "4.4.0",
|
|
|
|
+ "System.Drawing.Common": "4.7.0",
|
|
|
|
+ "System.Reflection.Emit": "4.3.0",
|
|
|
|
+ "System.Reflection.Emit.Lightweight": "4.3.0",
|
|
|
|
+ "System.Text.Encoding.CodePages": "4.7.0"
|
|
|
|
+ },
|
|
|
|
+ "runtime": {
|
|
|
|
+ "lib/netstandard2.0/DevExpress.Data.v22.1.dll": {
|
|
|
|
+ "assemblyVersion": "22.1.3.0",
|
|
|
|
+ "fileVersion": "22.1.3.0"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"Humanizer.Core/2.8.26": {
|
|
"Humanizer.Core/2.8.26": {
|
|
"runtime": {
|
|
"runtime": {
|
|
"lib/netstandard2.0/Humanizer.dll": {
|
|
"lib/netstandard2.0/Humanizer.dll": {
|
|
@@ -379,6 +397,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"Microsoft.NETCore.Platforms/3.1.0": {},
|
|
"Microsoft.NETCore.Platforms/3.1.0": {},
|
|
|
|
+ "Microsoft.NETCore.Targets/1.1.0": {},
|
|
"Microsoft.Toolkit.Mvvm/7.1.2": {
|
|
"Microsoft.Toolkit.Mvvm/7.1.2": {
|
|
"runtime": {
|
|
"runtime": {
|
|
"lib/net5.0/Microsoft.Toolkit.Mvvm.dll": {
|
|
"lib/net5.0/Microsoft.Toolkit.Mvvm.dll": {
|
|
@@ -406,6 +425,11 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "NETStandard.Library/2.0.3": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "Microsoft.NETCore.Platforms": "3.1.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"Refractored.MvvmHelpers/1.6.2": {
|
|
"Refractored.MvvmHelpers/1.6.2": {
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"System.ValueTuple": "4.5.0"
|
|
"System.ValueTuple": "4.5.0"
|
|
@@ -422,6 +446,7 @@
|
|
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "System.ComponentModel.Annotations/4.4.0": {},
|
|
"System.Configuration.ConfigurationManager/4.7.0": {
|
|
"System.Configuration.ConfigurationManager/4.7.0": {
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"System.Security.Cryptography.ProtectedData": "4.7.0",
|
|
"System.Security.Cryptography.ProtectedData": "4.7.0",
|
|
@@ -451,6 +476,61 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "System.IO/4.3.0": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "Microsoft.NETCore.Platforms": "3.1.0",
|
|
|
|
+ "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
+ "System.Runtime": "4.3.0",
|
|
|
|
+ "System.Text.Encoding": "4.3.0",
|
|
|
|
+ "System.Threading.Tasks": "4.3.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "System.Reflection/4.3.0": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "Microsoft.NETCore.Platforms": "3.1.0",
|
|
|
|
+ "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
+ "System.IO": "4.3.0",
|
|
|
|
+ "System.Reflection.Primitives": "4.3.0",
|
|
|
|
+ "System.Runtime": "4.3.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "System.Reflection.Emit/4.3.0": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "System.IO": "4.3.0",
|
|
|
|
+ "System.Reflection": "4.3.0",
|
|
|
|
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
|
|
|
|
+ "System.Reflection.Primitives": "4.3.0",
|
|
|
|
+ "System.Runtime": "4.3.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "System.Reflection.Emit.ILGeneration/4.3.0": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "System.Reflection": "4.3.0",
|
|
|
|
+ "System.Reflection.Primitives": "4.3.0",
|
|
|
|
+ "System.Runtime": "4.3.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "System.Reflection.Emit.Lightweight/4.3.0": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "System.Reflection": "4.3.0",
|
|
|
|
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
|
|
|
|
+ "System.Reflection.Primitives": "4.3.0",
|
|
|
|
+ "System.Runtime": "4.3.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "System.Reflection.Primitives/4.3.0": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "Microsoft.NETCore.Platforms": "3.1.0",
|
|
|
|
+ "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
+ "System.Runtime": "4.3.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "System.Runtime/4.3.0": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "Microsoft.NETCore.Platforms": "3.1.0",
|
|
|
|
+ "Microsoft.NETCore.Targets": "1.1.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"System.Runtime.Caching/4.7.0": {
|
|
"System.Runtime.Caching/4.7.0": {
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"System.Configuration.ConfigurationManager": "4.7.0"
|
|
"System.Configuration.ConfigurationManager": "4.7.0"
|
|
@@ -486,12 +566,26 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"System.Security.Principal.Windows/4.7.0": {},
|
|
"System.Security.Principal.Windows/4.7.0": {},
|
|
|
|
+ "System.Text.Encoding/4.3.0": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "Microsoft.NETCore.Platforms": "3.1.0",
|
|
|
|
+ "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
+ "System.Runtime": "4.3.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"System.Text.Encoding.CodePages/4.7.0": {
|
|
"System.Text.Encoding.CodePages/4.7.0": {
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "3.1.0"
|
|
"Microsoft.NETCore.Platforms": "3.1.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"System.Text.Json/4.7.2": {},
|
|
"System.Text.Json/4.7.2": {},
|
|
|
|
+ "System.Threading.Tasks/4.3.0": {
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "Microsoft.NETCore.Platforms": "3.1.0",
|
|
|
|
+ "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
+ "System.Runtime": "4.3.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"System.ValueTuple/4.5.0": {},
|
|
"System.ValueTuple/4.5.0": {},
|
|
"System.Windows.Extensions/4.7.0": {
|
|
"System.Windows.Extensions/4.7.0": {
|
|
"dependencies": {
|
|
"dependencies": {
|
|
@@ -513,6 +607,13 @@
|
|
"path": "controlzex/4.3.0",
|
|
"path": "controlzex/4.3.0",
|
|
"hashPath": "controlzex.4.3.0.nupkg.sha512"
|
|
"hashPath": "controlzex.4.3.0.nupkg.sha512"
|
|
},
|
|
},
|
|
|
|
+ "DevExpress.Data/22.1.3": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-IO+Ql0VhrIFxGc+Q8lI5LFDAaT7YXHoVpZTbdvDkSLNqpxLgfmvRPFGpCDwGlLgJqxf+rVnqpvitJ8XDvpnL8w==",
|
|
|
|
+ "path": "devexpress.data/22.1.3",
|
|
|
|
+ "hashPath": "devexpress.data.22.1.3.nupkg.sha512"
|
|
|
|
+ },
|
|
"Humanizer.Core/2.8.26": {
|
|
"Humanizer.Core/2.8.26": {
|
|
"type": "package",
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"serviceable": true,
|
|
@@ -730,6 +831,13 @@
|
|
"path": "microsoft.netcore.platforms/3.1.0",
|
|
"path": "microsoft.netcore.platforms/3.1.0",
|
|
"hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
|
|
"hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
|
|
},
|
|
},
|
|
|
|
+ "Microsoft.NETCore.Targets/1.1.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
|
|
|
|
+ "path": "microsoft.netcore.targets/1.1.0",
|
|
|
|
+ "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
|
|
|
|
+ },
|
|
"Microsoft.Toolkit.Mvvm/7.1.2": {
|
|
"Microsoft.Toolkit.Mvvm/7.1.2": {
|
|
"type": "package",
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"serviceable": true,
|
|
@@ -758,6 +866,13 @@
|
|
"path": "microsoft.xaml.behaviors.wpf/1.1.19",
|
|
"path": "microsoft.xaml.behaviors.wpf/1.1.19",
|
|
"hashPath": "microsoft.xaml.behaviors.wpf.1.1.19.nupkg.sha512"
|
|
"hashPath": "microsoft.xaml.behaviors.wpf.1.1.19.nupkg.sha512"
|
|
},
|
|
},
|
|
|
|
+ "NETStandard.Library/2.0.3": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
|
|
|
|
+ "path": "netstandard.library/2.0.3",
|
|
|
|
+ "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
|
|
|
|
+ },
|
|
"Refractored.MvvmHelpers/1.6.2": {
|
|
"Refractored.MvvmHelpers/1.6.2": {
|
|
"type": "package",
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"serviceable": true,
|
|
@@ -772,6 +887,13 @@
|
|
"path": "system.collections.immutable/6.0.0",
|
|
"path": "system.collections.immutable/6.0.0",
|
|
"hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
|
|
"hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
|
|
},
|
|
},
|
|
|
|
+ "System.ComponentModel.Annotations/4.4.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-29K3DQ+IGU7LBaMjTo7SI7T7X/tsMtLvz1p56LJ556Iu0Dw3pKZw5g8yCYCWMRxrOF0Hr0FU0FwW0o42y2sb3A==",
|
|
|
|
+ "path": "system.componentmodel.annotations/4.4.0",
|
|
|
|
+ "hashPath": "system.componentmodel.annotations.4.4.0.nupkg.sha512"
|
|
|
|
+ },
|
|
"System.Configuration.ConfigurationManager/4.7.0": {
|
|
"System.Configuration.ConfigurationManager/4.7.0": {
|
|
"type": "package",
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"serviceable": true,
|
|
@@ -800,6 +922,55 @@
|
|
"path": "system.identitymodel.tokens.jwt/6.8.0",
|
|
"path": "system.identitymodel.tokens.jwt/6.8.0",
|
|
"hashPath": "system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512"
|
|
"hashPath": "system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512"
|
|
},
|
|
},
|
|
|
|
+ "System.IO/4.3.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
|
|
|
|
+ "path": "system.io/4.3.0",
|
|
|
|
+ "hashPath": "system.io.4.3.0.nupkg.sha512"
|
|
|
|
+ },
|
|
|
|
+ "System.Reflection/4.3.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
|
|
|
|
+ "path": "system.reflection/4.3.0",
|
|
|
|
+ "hashPath": "system.reflection.4.3.0.nupkg.sha512"
|
|
|
|
+ },
|
|
|
|
+ "System.Reflection.Emit/4.3.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
|
|
|
|
+ "path": "system.reflection.emit/4.3.0",
|
|
|
|
+ "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
|
|
|
|
+ },
|
|
|
|
+ "System.Reflection.Emit.ILGeneration/4.3.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
|
|
|
|
+ "path": "system.reflection.emit.ilgeneration/4.3.0",
|
|
|
|
+ "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
|
|
|
|
+ },
|
|
|
|
+ "System.Reflection.Emit.Lightweight/4.3.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
|
|
|
|
+ "path": "system.reflection.emit.lightweight/4.3.0",
|
|
|
|
+ "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
|
|
|
|
+ },
|
|
|
|
+ "System.Reflection.Primitives/4.3.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
|
|
|
|
+ "path": "system.reflection.primitives/4.3.0",
|
|
|
|
+ "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
|
|
|
|
+ },
|
|
|
|
+ "System.Runtime/4.3.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
|
|
|
|
+ "path": "system.runtime/4.3.0",
|
|
|
|
+ "hashPath": "system.runtime.4.3.0.nupkg.sha512"
|
|
|
|
+ },
|
|
"System.Runtime.Caching/4.7.0": {
|
|
"System.Runtime.Caching/4.7.0": {
|
|
"type": "package",
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"serviceable": true,
|
|
@@ -849,6 +1020,13 @@
|
|
"path": "system.security.principal.windows/4.7.0",
|
|
"path": "system.security.principal.windows/4.7.0",
|
|
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
|
|
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
|
|
},
|
|
},
|
|
|
|
+ "System.Text.Encoding/4.3.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
|
|
|
|
+ "path": "system.text.encoding/4.3.0",
|
|
|
|
+ "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
|
|
|
|
+ },
|
|
"System.Text.Encoding.CodePages/4.7.0": {
|
|
"System.Text.Encoding.CodePages/4.7.0": {
|
|
"type": "package",
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"serviceable": true,
|
|
@@ -863,6 +1041,13 @@
|
|
"path": "system.text.json/4.7.2",
|
|
"path": "system.text.json/4.7.2",
|
|
"hashPath": "system.text.json.4.7.2.nupkg.sha512"
|
|
"hashPath": "system.text.json.4.7.2.nupkg.sha512"
|
|
},
|
|
},
|
|
|
|
+ "System.Threading.Tasks/4.3.0": {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "serviceable": true,
|
|
|
|
+ "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
|
|
|
|
+ "path": "system.threading.tasks/4.3.0",
|
|
|
|
+ "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
|
|
|
|
+ },
|
|
"System.ValueTuple/4.5.0": {
|
|
"System.ValueTuple/4.5.0": {
|
|
"type": "package",
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"serviceable": true,
|