diff --git a/Carousel.csproj b/Carousel.RCL.csproj
similarity index 82%
rename from Carousel.csproj
rename to Carousel.RCL.csproj
index 266c130..44a9fc5 100644
--- a/Carousel.csproj
+++ b/Carousel.RCL.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
enable
enable
@@ -11,7 +11,7 @@
-
+
diff --git a/Components/Carousel.razor b/Components/Carousel.razor
index 3af50ce..929ba7f 100644
--- a/Components/Carousel.razor
+++ b/Components/Carousel.razor
@@ -1,3 +1,4 @@
+@namespace Frontend.Libs.Generic.Carousel.Components
@using System.Timers
@using Frontend.Libs.Generic.Carousel.Components
diff --git a/bin/Debug/net10.0/Carousel.RCL.deps.json b/bin/Debug/net10.0/Carousel.RCL.deps.json
new file mode 100644
index 0000000..a667c7d
--- /dev/null
+++ b/bin/Debug/net10.0/Carousel.RCL.deps.json
@@ -0,0 +1,357 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v10.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v10.0": {
+ "Carousel.RCL/1.0.0": {
+ "dependencies": {
+ "Microsoft.AspNetCore.Components.Web": "10.0.1"
+ },
+ "runtime": {
+ "Carousel.RCL.dll": {}
+ }
+ },
+ "Microsoft.AspNetCore.Authorization/10.0.1": {
+ "dependencies": {
+ "Microsoft.AspNetCore.Metadata": "10.0.1",
+ "Microsoft.Extensions.Diagnostics": "10.0.1",
+ "Microsoft.Extensions.Logging.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.AspNetCore.Authorization.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.AspNetCore.Components/10.0.1": {
+ "dependencies": {
+ "Microsoft.AspNetCore.Authorization": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.AspNetCore.Components.Forms/10.0.1": {
+ "dependencies": {
+ "Microsoft.AspNetCore.Components": "10.0.1",
+ "Microsoft.Extensions.Validation": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.Forms.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.AspNetCore.Components.Web/10.0.1": {
+ "dependencies": {
+ "Microsoft.AspNetCore.Components": "10.0.1",
+ "Microsoft.AspNetCore.Components.Forms": "10.0.1",
+ "Microsoft.Extensions.DependencyInjection": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1",
+ "Microsoft.JSInterop": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.Web.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.AspNetCore.Metadata/10.0.1": {
+ "runtime": {
+ "lib/net10.0/Microsoft.AspNetCore.Metadata.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Binder/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "10.0.1",
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.Binder.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.1": {
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Diagnostics/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "10.0.1",
+ "Microsoft.Extensions.Diagnostics.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Options.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options.ConfigurationExtensions/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Configuration.Binder": "10.0.1",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/10.0.1": {
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Primitives.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Validation/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Validation.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.JSInterop/10.0.1": {
+ "runtime": {
+ "lib/net10.0/Microsoft.JSInterop.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Carousel.RCL/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Microsoft.AspNetCore.Authorization/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Y9QE0gH4Q4cR7ZRToFju47c1MoeqxaLHdpzOviqD2TmnGGAeDMT9AV56j2BOVm5CsJAVyI/USxLYrkk2NVinZA==",
+ "path": "microsoft.aspnetcore.authorization/10.0.1",
+ "hashPath": "microsoft.aspnetcore.authorization.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.AspNetCore.Components/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-SbABcQ7soM9jC/HvPKrg/smQxsMD2gW9iHBRFtBiYTMSs5Vqh7+i47BTOe3OM3IGzly2FiOmeNHJhMYK7YFGWA==",
+ "path": "microsoft.aspnetcore.components/10.0.1",
+ "hashPath": "microsoft.aspnetcore.components.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.AspNetCore.Components.Forms/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-aWUpLOz749gwMMaKe81tet+INC8nfskbauF2VO5Qr3lspj/l8S24zNLr95Bl8EwAizvBCNqwb8fPFU1dnn3WbA==",
+ "path": "microsoft.aspnetcore.components.forms/10.0.1",
+ "hashPath": "microsoft.aspnetcore.components.forms.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.AspNetCore.Components.Web/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-hX74ijqAiUfIo6WpvLWignGYp7tkrRR3KRVBErwFSAcsiHeaCxGM81fYRXd9rf+gkFUNoKvcSxYyVZc2vFJVXg==",
+ "path": "microsoft.aspnetcore.components.web/10.0.1",
+ "hashPath": "microsoft.aspnetcore.components.web.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.AspNetCore.Metadata/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-6JrG03xROuR4mQIHGcT8OnaKVBoPLLbto5RicKQIUV3JIU7cZYKIWDAnk0SQcl7ziQr6R327D6QBOo+PbYnnrw==",
+ "path": "microsoft.aspnetcore.metadata/10.0.1",
+ "hashPath": "microsoft.aspnetcore.metadata.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-njoRekyMIK+smav8B6KL2YgIfUtlsRNuT7wvurpLW+m/hoRKVnoELk2YxnUnWRGScCd1rukLMxShwLqEOKowDg==",
+ "path": "microsoft.extensions.configuration/10.0.1",
+ "hashPath": "microsoft.extensions.configuration.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kPlU11hql+L9RjrN2N9/0GcRcRcZrNFlLLjadasFWeBORT6pL6OE+RYRk90GGCyVGSxTK+e1/f3dsMj5zpFFiQ==",
+ "path": "microsoft.extensions.configuration.abstractions/10.0.1",
+ "hashPath": "microsoft.extensions.configuration.abstractions.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Binder/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Lp4CZIuTVXtlvkAnTq6QvMSW7+H62gX2cU2vdFxHQUxvrWTpi7LwYI3X+YAyIS0r12/p7gaosco7efIxL4yFNw==",
+ "path": "microsoft.extensions.configuration.binder/10.0.1",
+ "hashPath": "microsoft.extensions.configuration.binder.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-zerXV0GAR9LCSXoSIApbWn+Dq1/T+6vbXMHGduq1LoVQRHT0BXsGQEau0jeLUBUcsoF/NaUT8ADPu8b+eNcIyg==",
+ "path": "microsoft.extensions.dependencyinjection/10.0.1",
+ "hashPath": "microsoft.extensions.dependencyinjection.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-oIy8fQxxbUsSrrOvgBqlVgOeCtDmrcynnTG+FQufcUWBrwyPfwlUkCDB2vaiBeYPyT+20u9/HeuHeBf+H4F/8g==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.1",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Diagnostics/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-YaocqxscJLxLit0F5yq2XyB+9C7rSRfeTL7MJIl7XwaOoUO3i0EqfO2kmtjiRduYWw7yjcSINEApYZbzjau2gQ==",
+ "path": "microsoft.extensions.diagnostics/10.0.1",
+ "hashPath": "microsoft.extensions.diagnostics.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QMoMrkNpnQym5mpfdxfxpRDuqLpsOuztguFvzH9p+Ex+do+uLFoi7UkAsBO4e9/tNR3eMFraFf2fOAi2cp3jjA==",
+ "path": "microsoft.extensions.diagnostics.abstractions/10.0.1",
+ "hashPath": "microsoft.extensions.diagnostics.abstractions.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Abstractions/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-YkmyiPIWAXVb+lPIrM0LE5bbtLOJkCiRTFiHpkVOvhI7uTvCfoOHLEN0LcsY56GpSD7NqX3gJNpsaDe87/B3zg==",
+ "path": "microsoft.extensions.logging.abstractions/10.0.1",
+ "hashPath": "microsoft.extensions.logging.abstractions.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-G6VVwywpJI4XIobetGHwg7wDOYC2L2XBYdtskxLaKF/Ynb5QBwLl7Q//wxAR2aVCLkMpoQrjSP9VoORkyddsNQ==",
+ "path": "microsoft.extensions.options/10.0.1",
+ "hashPath": "microsoft.extensions.options.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options.ConfigurationExtensions/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pL78/Im7O3WmxHzlKUsWTYchKL881udU7E26gCD3T0+/tPhWVfjPwMzfN/MRKU7aoFYcOiqcG2k1QTlH5woWow==",
+ "path": "microsoft.extensions.options.configurationextensions/10.0.1",
+ "hashPath": "microsoft.extensions.options.configurationextensions.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Primitives/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-DO8XrJkp5x4PddDuc/CH37yDBCs9BYN6ijlKyR3vMb55BP1Vwh90vOX8bNfnKxr5B2qEI3D8bvbY1fFbDveDHQ==",
+ "path": "microsoft.extensions.primitives/10.0.1",
+ "hashPath": "microsoft.extensions.primitives.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Validation/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-5bcu9zWhgY8AZUN1ERNH0BQKFh10xlx4UrCh+0cDn7wB01QkrK4S6Jh45fCgEqmWJWVGqBS2g8MN0Lu/99Zgdg==",
+ "path": "microsoft.extensions.validation/10.0.1",
+ "hashPath": "microsoft.extensions.validation.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.JSInterop/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pTfoYBjs7HKmTEk9cNWcSySdTKT8USjviLgmMaSs/YA0+oONufKy9hqqZ5EE4CNy9y24SDDc9lerXfV7aiVfWA==",
+ "path": "microsoft.jsinterop/10.0.1",
+ "hashPath": "microsoft.jsinterop.10.0.1.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/bin/Debug/net10.0/Carousel.RCL.dll b/bin/Debug/net10.0/Carousel.RCL.dll
new file mode 100644
index 0000000..29f70c1
Binary files /dev/null and b/bin/Debug/net10.0/Carousel.RCL.dll differ
diff --git a/bin/Debug/net10.0/Carousel.RCL.pdb b/bin/Debug/net10.0/Carousel.RCL.pdb
new file mode 100644
index 0000000..57565f0
Binary files /dev/null and b/bin/Debug/net10.0/Carousel.RCL.pdb differ
diff --git a/bin/Debug/net10.0/Carousel.RCL.staticwebassets.endpoints.json b/bin/Debug/net10.0/Carousel.RCL.staticwebassets.endpoints.json
new file mode 100644
index 0000000..5576e88
--- /dev/null
+++ b/bin/Debug/net10.0/Carousel.RCL.staticwebassets.endpoints.json
@@ -0,0 +1 @@
+{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/bin/Debug/net10.0/Carousel.deps.json b/bin/Debug/net10.0/Carousel.deps.json
new file mode 100644
index 0000000..5713e00
--- /dev/null
+++ b/bin/Debug/net10.0/Carousel.deps.json
@@ -0,0 +1,357 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v10.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v10.0": {
+ "Carousel/1.0.0": {
+ "dependencies": {
+ "Microsoft.AspNetCore.Components.Web": "10.0.1"
+ },
+ "runtime": {
+ "Carousel.dll": {}
+ }
+ },
+ "Microsoft.AspNetCore.Authorization/10.0.1": {
+ "dependencies": {
+ "Microsoft.AspNetCore.Metadata": "10.0.1",
+ "Microsoft.Extensions.Diagnostics": "10.0.1",
+ "Microsoft.Extensions.Logging.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.AspNetCore.Authorization.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.AspNetCore.Components/10.0.1": {
+ "dependencies": {
+ "Microsoft.AspNetCore.Authorization": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.AspNetCore.Components.Forms/10.0.1": {
+ "dependencies": {
+ "Microsoft.AspNetCore.Components": "10.0.1",
+ "Microsoft.Extensions.Validation": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.Forms.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.AspNetCore.Components.Web/10.0.1": {
+ "dependencies": {
+ "Microsoft.AspNetCore.Components": "10.0.1",
+ "Microsoft.AspNetCore.Components.Forms": "10.0.1",
+ "Microsoft.Extensions.DependencyInjection": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1",
+ "Microsoft.JSInterop": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.Web.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.AspNetCore.Metadata/10.0.1": {
+ "runtime": {
+ "lib/net10.0/Microsoft.AspNetCore.Metadata.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Binder/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "10.0.1",
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.Binder.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.1": {
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Diagnostics/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "10.0.1",
+ "Microsoft.Extensions.Diagnostics.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Options.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options.ConfigurationExtensions/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Configuration.Binder": "10.0.1",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/10.0.1": {
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Primitives.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.Extensions.Validation/10.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1"
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Validation.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ },
+ "Microsoft.JSInterop/10.0.1": {
+ "runtime": {
+ "lib/net10.0/Microsoft.JSInterop.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "10.0.125.57005"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Carousel/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Microsoft.AspNetCore.Authorization/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Y9QE0gH4Q4cR7ZRToFju47c1MoeqxaLHdpzOviqD2TmnGGAeDMT9AV56j2BOVm5CsJAVyI/USxLYrkk2NVinZA==",
+ "path": "microsoft.aspnetcore.authorization/10.0.1",
+ "hashPath": "microsoft.aspnetcore.authorization.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.AspNetCore.Components/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-SbABcQ7soM9jC/HvPKrg/smQxsMD2gW9iHBRFtBiYTMSs5Vqh7+i47BTOe3OM3IGzly2FiOmeNHJhMYK7YFGWA==",
+ "path": "microsoft.aspnetcore.components/10.0.1",
+ "hashPath": "microsoft.aspnetcore.components.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.AspNetCore.Components.Forms/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-aWUpLOz749gwMMaKe81tet+INC8nfskbauF2VO5Qr3lspj/l8S24zNLr95Bl8EwAizvBCNqwb8fPFU1dnn3WbA==",
+ "path": "microsoft.aspnetcore.components.forms/10.0.1",
+ "hashPath": "microsoft.aspnetcore.components.forms.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.AspNetCore.Components.Web/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-hX74ijqAiUfIo6WpvLWignGYp7tkrRR3KRVBErwFSAcsiHeaCxGM81fYRXd9rf+gkFUNoKvcSxYyVZc2vFJVXg==",
+ "path": "microsoft.aspnetcore.components.web/10.0.1",
+ "hashPath": "microsoft.aspnetcore.components.web.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.AspNetCore.Metadata/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-6JrG03xROuR4mQIHGcT8OnaKVBoPLLbto5RicKQIUV3JIU7cZYKIWDAnk0SQcl7ziQr6R327D6QBOo+PbYnnrw==",
+ "path": "microsoft.aspnetcore.metadata/10.0.1",
+ "hashPath": "microsoft.aspnetcore.metadata.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-njoRekyMIK+smav8B6KL2YgIfUtlsRNuT7wvurpLW+m/hoRKVnoELk2YxnUnWRGScCd1rukLMxShwLqEOKowDg==",
+ "path": "microsoft.extensions.configuration/10.0.1",
+ "hashPath": "microsoft.extensions.configuration.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kPlU11hql+L9RjrN2N9/0GcRcRcZrNFlLLjadasFWeBORT6pL6OE+RYRk90GGCyVGSxTK+e1/f3dsMj5zpFFiQ==",
+ "path": "microsoft.extensions.configuration.abstractions/10.0.1",
+ "hashPath": "microsoft.extensions.configuration.abstractions.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Binder/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Lp4CZIuTVXtlvkAnTq6QvMSW7+H62gX2cU2vdFxHQUxvrWTpi7LwYI3X+YAyIS0r12/p7gaosco7efIxL4yFNw==",
+ "path": "microsoft.extensions.configuration.binder/10.0.1",
+ "hashPath": "microsoft.extensions.configuration.binder.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-zerXV0GAR9LCSXoSIApbWn+Dq1/T+6vbXMHGduq1LoVQRHT0BXsGQEau0jeLUBUcsoF/NaUT8ADPu8b+eNcIyg==",
+ "path": "microsoft.extensions.dependencyinjection/10.0.1",
+ "hashPath": "microsoft.extensions.dependencyinjection.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-oIy8fQxxbUsSrrOvgBqlVgOeCtDmrcynnTG+FQufcUWBrwyPfwlUkCDB2vaiBeYPyT+20u9/HeuHeBf+H4F/8g==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.1",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Diagnostics/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-YaocqxscJLxLit0F5yq2XyB+9C7rSRfeTL7MJIl7XwaOoUO3i0EqfO2kmtjiRduYWw7yjcSINEApYZbzjau2gQ==",
+ "path": "microsoft.extensions.diagnostics/10.0.1",
+ "hashPath": "microsoft.extensions.diagnostics.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QMoMrkNpnQym5mpfdxfxpRDuqLpsOuztguFvzH9p+Ex+do+uLFoi7UkAsBO4e9/tNR3eMFraFf2fOAi2cp3jjA==",
+ "path": "microsoft.extensions.diagnostics.abstractions/10.0.1",
+ "hashPath": "microsoft.extensions.diagnostics.abstractions.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Abstractions/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-YkmyiPIWAXVb+lPIrM0LE5bbtLOJkCiRTFiHpkVOvhI7uTvCfoOHLEN0LcsY56GpSD7NqX3gJNpsaDe87/B3zg==",
+ "path": "microsoft.extensions.logging.abstractions/10.0.1",
+ "hashPath": "microsoft.extensions.logging.abstractions.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-G6VVwywpJI4XIobetGHwg7wDOYC2L2XBYdtskxLaKF/Ynb5QBwLl7Q//wxAR2aVCLkMpoQrjSP9VoORkyddsNQ==",
+ "path": "microsoft.extensions.options/10.0.1",
+ "hashPath": "microsoft.extensions.options.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options.ConfigurationExtensions/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pL78/Im7O3WmxHzlKUsWTYchKL881udU7E26gCD3T0+/tPhWVfjPwMzfN/MRKU7aoFYcOiqcG2k1QTlH5woWow==",
+ "path": "microsoft.extensions.options.configurationextensions/10.0.1",
+ "hashPath": "microsoft.extensions.options.configurationextensions.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Primitives/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-DO8XrJkp5x4PddDuc/CH37yDBCs9BYN6ijlKyR3vMb55BP1Vwh90vOX8bNfnKxr5B2qEI3D8bvbY1fFbDveDHQ==",
+ "path": "microsoft.extensions.primitives/10.0.1",
+ "hashPath": "microsoft.extensions.primitives.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Validation/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-5bcu9zWhgY8AZUN1ERNH0BQKFh10xlx4UrCh+0cDn7wB01QkrK4S6Jh45fCgEqmWJWVGqBS2g8MN0Lu/99Zgdg==",
+ "path": "microsoft.extensions.validation/10.0.1",
+ "hashPath": "microsoft.extensions.validation.10.0.1.nupkg.sha512"
+ },
+ "Microsoft.JSInterop/10.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pTfoYBjs7HKmTEk9cNWcSySdTKT8USjviLgmMaSs/YA0+oONufKy9hqqZ5EE4CNy9y24SDDc9lerXfV7aiVfWA==",
+ "path": "microsoft.jsinterop/10.0.1",
+ "hashPath": "microsoft.jsinterop.10.0.1.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/bin/Debug/net10.0/Carousel.dll b/bin/Debug/net10.0/Carousel.dll
new file mode 100644
index 0000000..594f498
Binary files /dev/null and b/bin/Debug/net10.0/Carousel.dll differ
diff --git a/bin/Debug/net10.0/Carousel.pdb b/bin/Debug/net10.0/Carousel.pdb
new file mode 100644
index 0000000..03c8144
Binary files /dev/null and b/bin/Debug/net10.0/Carousel.pdb differ
diff --git a/bin/Debug/net10.0/Carousel.staticwebassets.endpoints.json b/bin/Debug/net10.0/Carousel.staticwebassets.endpoints.json
new file mode 100644
index 0000000..5576e88
--- /dev/null
+++ b/bin/Debug/net10.0/Carousel.staticwebassets.endpoints.json
@@ -0,0 +1 @@
+{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/bin/Debug/net9.0/Carousel.deps.json b/bin/Debug/net9.0/Carousel.deps.json
index d034916..1c294b9 100644
--- a/bin/Debug/net9.0/Carousel.deps.json
+++ b/bin/Debug/net9.0/Carousel.deps.json
@@ -29,8 +29,7 @@
},
"Microsoft.AspNetCore.Components/9.0.0": {
"dependencies": {
- "Microsoft.AspNetCore.Authorization": "9.0.0",
- "Microsoft.AspNetCore.Components.Analyzers": "9.0.0"
+ "Microsoft.AspNetCore.Authorization": "9.0.0"
},
"runtime": {
"lib/net9.0/Microsoft.AspNetCore.Components.dll": {
@@ -39,7 +38,6 @@
}
}
},
- "Microsoft.AspNetCore.Components.Analyzers/9.0.0": {},
"Microsoft.AspNetCore.Components.Forms/9.0.0": {
"dependencies": {
"Microsoft.AspNetCore.Components": "9.0.0"
@@ -154,13 +152,6 @@
"path": "microsoft.aspnetcore.components/9.0.0",
"hashPath": "microsoft.aspnetcore.components.9.0.0.nupkg.sha512"
},
- "Microsoft.AspNetCore.Components.Analyzers/9.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-maOE1qlJ9hf1Fb7PhFLw9bgP9mWckuDOcn1uKNt9/msdJG2YHl3cPRHojYa6CxliGHIXL8Da4qPgeUc4CaOoeg==",
- "path": "microsoft.aspnetcore.components.analyzers/9.0.0",
- "hashPath": "microsoft.aspnetcore.components.analyzers.9.0.0.nupkg.sha512"
- },
"Microsoft.AspNetCore.Components.Forms/9.0.0": {
"type": "package",
"serviceable": true,
diff --git a/bin/Debug/net9.0/Carousel.dll b/bin/Debug/net9.0/Carousel.dll
index a687ec8..e0435f9 100644
Binary files a/bin/Debug/net9.0/Carousel.dll and b/bin/Debug/net9.0/Carousel.dll differ
diff --git a/bin/Debug/net9.0/Carousel.pdb b/bin/Debug/net9.0/Carousel.pdb
index fbb5f22..49a66e8 100644
Binary files a/bin/Debug/net9.0/Carousel.pdb and b/bin/Debug/net9.0/Carousel.pdb differ
diff --git a/obj/Carousel.RCL.csproj.nuget.dgspec.json b/obj/Carousel.RCL.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..8f57d1e
--- /dev/null
+++ b/obj/Carousel.RCL.csproj.nuget.dgspec.json
@@ -0,0 +1,347 @@
+{
+ "format": 1,
+ "restore": {
+ "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/Carousel.RCL.csproj": {}
+ },
+ "projects": {
+ "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/Carousel.RCL.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/Carousel.RCL.csproj",
+ "projectName": "Carousel.RCL",
+ "projectPath": "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/Carousel.RCL.csproj",
+ "packagesPath": "/home/yla/.nuget/packages/",
+ "outputPath": "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "/home/yla/.nuget/NuGet/NuGet.Config"
+ ],
+ "originalTargetFrameworks": [
+ "net10.0"
+ ],
+ "sources": {
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net10.0": {
+ "targetAlias": "net10.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "all"
+ },
+ "SdkAnalysisLevel": "10.0.100"
+ },
+ "frameworks": {
+ "net10.0": {
+ "targetAlias": "net10.0",
+ "dependencies": {
+ "Microsoft.AspNetCore.Components.Web": {
+ "target": "Package",
+ "version": "[10.0.1, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
+ "packagesToPrune": {
+ "Microsoft.CSharp": "(,4.7.32767]",
+ "Microsoft.VisualBasic": "(,10.4.32767]",
+ "Microsoft.Win32.Primitives": "(,4.3.32767]",
+ "Microsoft.Win32.Registry": "(,5.0.32767]",
+ "runtime.any.System.Collections": "(,4.3.32767]",
+ "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
+ "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
+ "runtime.any.System.Globalization": "(,4.3.32767]",
+ "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
+ "runtime.any.System.IO": "(,4.3.32767]",
+ "runtime.any.System.Reflection": "(,4.3.32767]",
+ "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
+ "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
+ "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
+ "runtime.any.System.Runtime": "(,4.3.32767]",
+ "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
+ "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
+ "runtime.any.System.Text.Encoding": "(,4.3.32767]",
+ "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
+ "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
+ "runtime.any.System.Threading.Timer": "(,4.3.32767]",
+ "runtime.aot.System.Collections": "(,4.3.32767]",
+ "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
+ "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
+ "runtime.aot.System.Globalization": "(,4.3.32767]",
+ "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
+ "runtime.aot.System.IO": "(,4.3.32767]",
+ "runtime.aot.System.Reflection": "(,4.3.32767]",
+ "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
+ "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
+ "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
+ "runtime.aot.System.Runtime": "(,4.3.32767]",
+ "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
+ "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
+ "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
+ "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
+ "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
+ "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
+ "runtime.unix.System.Console": "(,4.3.32767]",
+ "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
+ "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
+ "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
+ "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
+ "runtime.unix.System.Private.Uri": "(,4.3.32767]",
+ "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
+ "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
+ "runtime.win.System.Console": "(,4.3.32767]",
+ "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
+ "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
+ "runtime.win.System.Net.Primitives": "(,4.3.32767]",
+ "runtime.win.System.Net.Sockets": "(,4.3.32767]",
+ "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
+ "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
+ "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
+ "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
+ "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.win7.System.Private.Uri": "(,4.3.32767]",
+ "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "System.AppContext": "(,4.3.32767]",
+ "System.Buffers": "(,5.0.32767]",
+ "System.Collections": "(,4.3.32767]",
+ "System.Collections.Concurrent": "(,4.3.32767]",
+ "System.Collections.Immutable": "(,10.0.32767]",
+ "System.Collections.NonGeneric": "(,4.3.32767]",
+ "System.Collections.Specialized": "(,4.3.32767]",
+ "System.ComponentModel": "(,4.3.32767]",
+ "System.ComponentModel.Annotations": "(,4.3.32767]",
+ "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
+ "System.ComponentModel.Primitives": "(,4.3.32767]",
+ "System.ComponentModel.TypeConverter": "(,4.3.32767]",
+ "System.Console": "(,4.3.32767]",
+ "System.Data.Common": "(,4.3.32767]",
+ "System.Data.DataSetExtensions": "(,4.4.32767]",
+ "System.Diagnostics.Contracts": "(,4.3.32767]",
+ "System.Diagnostics.Debug": "(,4.3.32767]",
+ "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
+ "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
+ "System.Diagnostics.Process": "(,4.3.32767]",
+ "System.Diagnostics.StackTrace": "(,4.3.32767]",
+ "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
+ "System.Diagnostics.Tools": "(,4.3.32767]",
+ "System.Diagnostics.TraceSource": "(,4.3.32767]",
+ "System.Diagnostics.Tracing": "(,4.3.32767]",
+ "System.Drawing.Primitives": "(,4.3.32767]",
+ "System.Dynamic.Runtime": "(,4.3.32767]",
+ "System.Formats.Asn1": "(,10.0.32767]",
+ "System.Formats.Tar": "(,10.0.32767]",
+ "System.Globalization": "(,4.3.32767]",
+ "System.Globalization.Calendars": "(,4.3.32767]",
+ "System.Globalization.Extensions": "(,4.3.32767]",
+ "System.IO": "(,4.3.32767]",
+ "System.IO.Compression": "(,4.3.32767]",
+ "System.IO.Compression.ZipFile": "(,4.3.32767]",
+ "System.IO.FileSystem": "(,4.3.32767]",
+ "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
+ "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
+ "System.IO.FileSystem.Primitives": "(,4.3.32767]",
+ "System.IO.FileSystem.Watcher": "(,4.3.32767]",
+ "System.IO.IsolatedStorage": "(,4.3.32767]",
+ "System.IO.MemoryMappedFiles": "(,4.3.32767]",
+ "System.IO.Pipelines": "(,10.0.32767]",
+ "System.IO.Pipes": "(,4.3.32767]",
+ "System.IO.Pipes.AccessControl": "(,5.0.32767]",
+ "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
+ "System.Linq": "(,4.3.32767]",
+ "System.Linq.AsyncEnumerable": "(,10.0.32767]",
+ "System.Linq.Expressions": "(,4.3.32767]",
+ "System.Linq.Parallel": "(,4.3.32767]",
+ "System.Linq.Queryable": "(,4.3.32767]",
+ "System.Memory": "(,5.0.32767]",
+ "System.Net.Http": "(,4.3.32767]",
+ "System.Net.Http.Json": "(,10.0.32767]",
+ "System.Net.NameResolution": "(,4.3.32767]",
+ "System.Net.NetworkInformation": "(,4.3.32767]",
+ "System.Net.Ping": "(,4.3.32767]",
+ "System.Net.Primitives": "(,4.3.32767]",
+ "System.Net.Requests": "(,4.3.32767]",
+ "System.Net.Security": "(,4.3.32767]",
+ "System.Net.ServerSentEvents": "(,10.0.32767]",
+ "System.Net.Sockets": "(,4.3.32767]",
+ "System.Net.WebHeaderCollection": "(,4.3.32767]",
+ "System.Net.WebSockets": "(,4.3.32767]",
+ "System.Net.WebSockets.Client": "(,4.3.32767]",
+ "System.Numerics.Vectors": "(,5.0.32767]",
+ "System.ObjectModel": "(,4.3.32767]",
+ "System.Private.DataContractSerialization": "(,4.3.32767]",
+ "System.Private.Uri": "(,4.3.32767]",
+ "System.Reflection": "(,4.3.32767]",
+ "System.Reflection.DispatchProxy": "(,6.0.32767]",
+ "System.Reflection.Emit": "(,4.7.32767]",
+ "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
+ "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
+ "System.Reflection.Extensions": "(,4.3.32767]",
+ "System.Reflection.Metadata": "(,10.0.32767]",
+ "System.Reflection.Primitives": "(,4.3.32767]",
+ "System.Reflection.TypeExtensions": "(,4.3.32767]",
+ "System.Resources.Reader": "(,4.3.32767]",
+ "System.Resources.ResourceManager": "(,4.3.32767]",
+ "System.Resources.Writer": "(,4.3.32767]",
+ "System.Runtime": "(,4.3.32767]",
+ "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
+ "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
+ "System.Runtime.Extensions": "(,4.3.32767]",
+ "System.Runtime.Handles": "(,4.3.32767]",
+ "System.Runtime.InteropServices": "(,4.3.32767]",
+ "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
+ "System.Runtime.Loader": "(,4.3.32767]",
+ "System.Runtime.Numerics": "(,4.3.32767]",
+ "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
+ "System.Runtime.Serialization.Json": "(,4.3.32767]",
+ "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
+ "System.Runtime.Serialization.Xml": "(,4.3.32767]",
+ "System.Security.AccessControl": "(,6.0.32767]",
+ "System.Security.Claims": "(,4.3.32767]",
+ "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
+ "System.Security.Cryptography.Cng": "(,5.0.32767]",
+ "System.Security.Cryptography.Csp": "(,4.3.32767]",
+ "System.Security.Cryptography.Encoding": "(,4.3.32767]",
+ "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
+ "System.Security.Cryptography.Primitives": "(,4.3.32767]",
+ "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
+ "System.Security.Principal": "(,4.3.32767]",
+ "System.Security.Principal.Windows": "(,5.0.32767]",
+ "System.Security.SecureString": "(,4.3.32767]",
+ "System.Text.Encoding": "(,4.3.32767]",
+ "System.Text.Encoding.CodePages": "(,10.0.32767]",
+ "System.Text.Encoding.Extensions": "(,4.3.32767]",
+ "System.Text.Encodings.Web": "(,10.0.32767]",
+ "System.Text.Json": "(,10.0.32767]",
+ "System.Text.RegularExpressions": "(,4.3.32767]",
+ "System.Threading": "(,4.3.32767]",
+ "System.Threading.AccessControl": "(,10.0.32767]",
+ "System.Threading.Channels": "(,10.0.32767]",
+ "System.Threading.Overlapped": "(,4.3.32767]",
+ "System.Threading.Tasks": "(,4.3.32767]",
+ "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
+ "System.Threading.Tasks.Extensions": "(,5.0.32767]",
+ "System.Threading.Tasks.Parallel": "(,4.3.32767]",
+ "System.Threading.Thread": "(,4.3.32767]",
+ "System.Threading.ThreadPool": "(,4.3.32767]",
+ "System.Threading.Timer": "(,4.3.32767]",
+ "System.ValueTuple": "(,4.5.32767]",
+ "System.Xml.ReaderWriter": "(,4.3.32767]",
+ "System.Xml.XDocument": "(,4.3.32767]",
+ "System.Xml.XmlDocument": "(,4.3.32767]",
+ "System.Xml.XmlSerializer": "(,4.3.32767]",
+ "System.Xml.XPath": "(,4.3.32767]",
+ "System.Xml.XPath.XDocument": "(,5.0.32767]"
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/obj/Carousel.RCL.csproj.nuget.g.props b/obj/Carousel.RCL.csproj.nuget.g.props
new file mode 100644
index 0000000..ac65a2f
--- /dev/null
+++ b/obj/Carousel.RCL.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ /home/yla/.nuget/packages/
+ /home/yla/.nuget/packages/
+ PackageReference
+ 7.0.0
+
+
+
+
+
\ No newline at end of file
diff --git a/obj/Carousel.RCL.csproj.nuget.g.targets b/obj/Carousel.RCL.csproj.nuget.g.targets
new file mode 100644
index 0000000..7e0826c
--- /dev/null
+++ b/obj/Carousel.RCL.csproj.nuget.g.targets
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/obj/Carousel.csproj.nuget.dgspec.json b/obj/Carousel.csproj.nuget.dgspec.json
index 5f4c849..b595376 100644
--- a/obj/Carousel.csproj.nuget.dgspec.json
+++ b/obj/Carousel.csproj.nuget.dgspec.json
@@ -1,31 +1,30 @@
{
"format": 1,
"restore": {
- "/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj": {}
+ "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj": {}
},
"projects": {
- "/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj": {
+ "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj",
+ "projectUniqueName": "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj",
"projectName": "Carousel",
- "projectPath": "/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj",
+ "projectPath": "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj",
"packagesPath": "/home/yla/.nuget/packages/",
- "outputPath": "/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/",
+ "outputPath": "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/yla/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
- "net9.0"
+ "net10.0"
],
"sources": {
- "/usr/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
- "net9.0": {
- "targetAlias": "net9.0",
+ "net10.0": {
+ "targetAlias": "net10.0",
"projectReferences": {}
}
},
@@ -37,17 +36,17 @@
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
- "auditMode": "direct"
+ "auditMode": "all"
},
- "SdkAnalysisLevel": "9.0.300"
+ "SdkAnalysisLevel": "10.0.100"
},
"frameworks": {
- "net9.0": {
- "targetAlias": "net9.0",
+ "net10.0": {
+ "targetAlias": "net10.0",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": {
"target": "Package",
- "version": "[9.0.0, )"
+ "version": "[10.0.1, )"
}
},
"imports": [
@@ -66,7 +65,281 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.306/PortableRuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
+ "packagesToPrune": {
+ "Microsoft.CSharp": "(,4.7.32767]",
+ "Microsoft.VisualBasic": "(,10.4.32767]",
+ "Microsoft.Win32.Primitives": "(,4.3.32767]",
+ "Microsoft.Win32.Registry": "(,5.0.32767]",
+ "runtime.any.System.Collections": "(,4.3.32767]",
+ "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
+ "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
+ "runtime.any.System.Globalization": "(,4.3.32767]",
+ "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
+ "runtime.any.System.IO": "(,4.3.32767]",
+ "runtime.any.System.Reflection": "(,4.3.32767]",
+ "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
+ "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
+ "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
+ "runtime.any.System.Runtime": "(,4.3.32767]",
+ "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
+ "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
+ "runtime.any.System.Text.Encoding": "(,4.3.32767]",
+ "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
+ "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
+ "runtime.any.System.Threading.Timer": "(,4.3.32767]",
+ "runtime.aot.System.Collections": "(,4.3.32767]",
+ "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
+ "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
+ "runtime.aot.System.Globalization": "(,4.3.32767]",
+ "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
+ "runtime.aot.System.IO": "(,4.3.32767]",
+ "runtime.aot.System.Reflection": "(,4.3.32767]",
+ "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
+ "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
+ "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
+ "runtime.aot.System.Runtime": "(,4.3.32767]",
+ "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
+ "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
+ "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
+ "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
+ "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
+ "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
+ "runtime.unix.System.Console": "(,4.3.32767]",
+ "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
+ "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
+ "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
+ "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
+ "runtime.unix.System.Private.Uri": "(,4.3.32767]",
+ "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
+ "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
+ "runtime.win.System.Console": "(,4.3.32767]",
+ "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
+ "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
+ "runtime.win.System.Net.Primitives": "(,4.3.32767]",
+ "runtime.win.System.Net.Sockets": "(,4.3.32767]",
+ "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
+ "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
+ "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
+ "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
+ "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.win7.System.Private.Uri": "(,4.3.32767]",
+ "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "System.AppContext": "(,4.3.32767]",
+ "System.Buffers": "(,5.0.32767]",
+ "System.Collections": "(,4.3.32767]",
+ "System.Collections.Concurrent": "(,4.3.32767]",
+ "System.Collections.Immutable": "(,10.0.32767]",
+ "System.Collections.NonGeneric": "(,4.3.32767]",
+ "System.Collections.Specialized": "(,4.3.32767]",
+ "System.ComponentModel": "(,4.3.32767]",
+ "System.ComponentModel.Annotations": "(,4.3.32767]",
+ "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
+ "System.ComponentModel.Primitives": "(,4.3.32767]",
+ "System.ComponentModel.TypeConverter": "(,4.3.32767]",
+ "System.Console": "(,4.3.32767]",
+ "System.Data.Common": "(,4.3.32767]",
+ "System.Data.DataSetExtensions": "(,4.4.32767]",
+ "System.Diagnostics.Contracts": "(,4.3.32767]",
+ "System.Diagnostics.Debug": "(,4.3.32767]",
+ "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
+ "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
+ "System.Diagnostics.Process": "(,4.3.32767]",
+ "System.Diagnostics.StackTrace": "(,4.3.32767]",
+ "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
+ "System.Diagnostics.Tools": "(,4.3.32767]",
+ "System.Diagnostics.TraceSource": "(,4.3.32767]",
+ "System.Diagnostics.Tracing": "(,4.3.32767]",
+ "System.Drawing.Primitives": "(,4.3.32767]",
+ "System.Dynamic.Runtime": "(,4.3.32767]",
+ "System.Formats.Asn1": "(,10.0.32767]",
+ "System.Formats.Tar": "(,10.0.32767]",
+ "System.Globalization": "(,4.3.32767]",
+ "System.Globalization.Calendars": "(,4.3.32767]",
+ "System.Globalization.Extensions": "(,4.3.32767]",
+ "System.IO": "(,4.3.32767]",
+ "System.IO.Compression": "(,4.3.32767]",
+ "System.IO.Compression.ZipFile": "(,4.3.32767]",
+ "System.IO.FileSystem": "(,4.3.32767]",
+ "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
+ "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
+ "System.IO.FileSystem.Primitives": "(,4.3.32767]",
+ "System.IO.FileSystem.Watcher": "(,4.3.32767]",
+ "System.IO.IsolatedStorage": "(,4.3.32767]",
+ "System.IO.MemoryMappedFiles": "(,4.3.32767]",
+ "System.IO.Pipelines": "(,10.0.32767]",
+ "System.IO.Pipes": "(,4.3.32767]",
+ "System.IO.Pipes.AccessControl": "(,5.0.32767]",
+ "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
+ "System.Linq": "(,4.3.32767]",
+ "System.Linq.AsyncEnumerable": "(,10.0.32767]",
+ "System.Linq.Expressions": "(,4.3.32767]",
+ "System.Linq.Parallel": "(,4.3.32767]",
+ "System.Linq.Queryable": "(,4.3.32767]",
+ "System.Memory": "(,5.0.32767]",
+ "System.Net.Http": "(,4.3.32767]",
+ "System.Net.Http.Json": "(,10.0.32767]",
+ "System.Net.NameResolution": "(,4.3.32767]",
+ "System.Net.NetworkInformation": "(,4.3.32767]",
+ "System.Net.Ping": "(,4.3.32767]",
+ "System.Net.Primitives": "(,4.3.32767]",
+ "System.Net.Requests": "(,4.3.32767]",
+ "System.Net.Security": "(,4.3.32767]",
+ "System.Net.ServerSentEvents": "(,10.0.32767]",
+ "System.Net.Sockets": "(,4.3.32767]",
+ "System.Net.WebHeaderCollection": "(,4.3.32767]",
+ "System.Net.WebSockets": "(,4.3.32767]",
+ "System.Net.WebSockets.Client": "(,4.3.32767]",
+ "System.Numerics.Vectors": "(,5.0.32767]",
+ "System.ObjectModel": "(,4.3.32767]",
+ "System.Private.DataContractSerialization": "(,4.3.32767]",
+ "System.Private.Uri": "(,4.3.32767]",
+ "System.Reflection": "(,4.3.32767]",
+ "System.Reflection.DispatchProxy": "(,6.0.32767]",
+ "System.Reflection.Emit": "(,4.7.32767]",
+ "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
+ "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
+ "System.Reflection.Extensions": "(,4.3.32767]",
+ "System.Reflection.Metadata": "(,10.0.32767]",
+ "System.Reflection.Primitives": "(,4.3.32767]",
+ "System.Reflection.TypeExtensions": "(,4.3.32767]",
+ "System.Resources.Reader": "(,4.3.32767]",
+ "System.Resources.ResourceManager": "(,4.3.32767]",
+ "System.Resources.Writer": "(,4.3.32767]",
+ "System.Runtime": "(,4.3.32767]",
+ "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
+ "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
+ "System.Runtime.Extensions": "(,4.3.32767]",
+ "System.Runtime.Handles": "(,4.3.32767]",
+ "System.Runtime.InteropServices": "(,4.3.32767]",
+ "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
+ "System.Runtime.Loader": "(,4.3.32767]",
+ "System.Runtime.Numerics": "(,4.3.32767]",
+ "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
+ "System.Runtime.Serialization.Json": "(,4.3.32767]",
+ "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
+ "System.Runtime.Serialization.Xml": "(,4.3.32767]",
+ "System.Security.AccessControl": "(,6.0.32767]",
+ "System.Security.Claims": "(,4.3.32767]",
+ "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
+ "System.Security.Cryptography.Cng": "(,5.0.32767]",
+ "System.Security.Cryptography.Csp": "(,4.3.32767]",
+ "System.Security.Cryptography.Encoding": "(,4.3.32767]",
+ "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
+ "System.Security.Cryptography.Primitives": "(,4.3.32767]",
+ "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
+ "System.Security.Principal": "(,4.3.32767]",
+ "System.Security.Principal.Windows": "(,5.0.32767]",
+ "System.Security.SecureString": "(,4.3.32767]",
+ "System.Text.Encoding": "(,4.3.32767]",
+ "System.Text.Encoding.CodePages": "(,10.0.32767]",
+ "System.Text.Encoding.Extensions": "(,4.3.32767]",
+ "System.Text.Encodings.Web": "(,10.0.32767]",
+ "System.Text.Json": "(,10.0.32767]",
+ "System.Text.RegularExpressions": "(,4.3.32767]",
+ "System.Threading": "(,4.3.32767]",
+ "System.Threading.AccessControl": "(,10.0.32767]",
+ "System.Threading.Channels": "(,10.0.32767]",
+ "System.Threading.Overlapped": "(,4.3.32767]",
+ "System.Threading.Tasks": "(,4.3.32767]",
+ "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
+ "System.Threading.Tasks.Extensions": "(,5.0.32767]",
+ "System.Threading.Tasks.Parallel": "(,4.3.32767]",
+ "System.Threading.Thread": "(,4.3.32767]",
+ "System.Threading.ThreadPool": "(,4.3.32767]",
+ "System.Threading.Timer": "(,4.3.32767]",
+ "System.ValueTuple": "(,4.5.32767]",
+ "System.Xml.ReaderWriter": "(,4.3.32767]",
+ "System.Xml.XDocument": "(,4.3.32767]",
+ "System.Xml.XmlDocument": "(,4.3.32767]",
+ "System.Xml.XmlSerializer": "(,4.3.32767]",
+ "System.Xml.XPath": "(,4.3.32767]",
+ "System.Xml.XPath.XDocument": "(,5.0.32767]"
+ }
}
}
}
diff --git a/obj/Carousel.csproj.nuget.g.props b/obj/Carousel.csproj.nuget.g.props
index 37b7f19..ac65a2f 100644
--- a/obj/Carousel.csproj.nuget.g.props
+++ b/obj/Carousel.csproj.nuget.g.props
@@ -7,7 +7,7 @@
/home/yla/.nuget/packages/
/home/yla/.nuget/packages/
PackageReference
- 6.14.0
+ 7.0.0
diff --git a/obj/Carousel.csproj.nuget.g.targets b/obj/Carousel.csproj.nuget.g.targets
index c75e92e..7e0826c 100644
--- a/obj/Carousel.csproj.nuget.g.targets
+++ b/obj/Carousel.csproj.nuget.g.targets
@@ -1,8 +1,9 @@
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..925b135
--- /dev/null
+++ b/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
diff --git a/obj/Debug/net10.0/Carousel.AssemblyInfo.cs b/obj/Debug/net10.0/Carousel.AssemblyInfo.cs
new file mode 100644
index 0000000..a2cfe9d
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.AssemblyInfo.cs
@@ -0,0 +1,22 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Carousel")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b7d6fe8f4067915a9ddb4de57e65210f199dc202")]
+[assembly: System.Reflection.AssemblyProductAttribute("Carousel")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Carousel")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/obj/Debug/net10.0/Carousel.AssemblyInfoInputs.cache b/obj/Debug/net10.0/Carousel.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..6afb6f8
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+f0abae09c0d0d8e69c07bf5dd7befc71d5eff18d5f7e1c97ac59574be02bcdc5
diff --git a/obj/Debug/net10.0/Carousel.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net10.0/Carousel.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f7f1398
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,31 @@
+is_global = true
+build_property.TargetFramework = net10.0
+build_property.TargetFrameworkIdentifier = .NETCoreApp
+build_property.TargetFrameworkVersion = v10.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows,browser
+build_property.RootNamespace = Carousel
+build_property.RootNamespace = Carousel
+build_property.ProjectDir = /mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.RazorLangVersion = 9.0
+build_property.SupportLocalizedComponentNames =
+build_property.GenerateRazorMetadataSourceChecksumAttributes =
+build_property.MSBuildProjectDirectory = /mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel
+build_property._RazorSourceGeneratorDebug =
+build_property.EffectiveAnalysisLevelStyle = 10.0
+build_property.EnableCodeStyleSeverity =
+
+[/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Components/Carousel.razor]
+build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50cy9DYXJvdXNlbC5yYXpvcg==
+build_metadata.AdditionalFiles.CssScope =
+
+[/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/_Imports.razor]
+build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I=
+build_metadata.AdditionalFiles.CssScope =
diff --git a/obj/Debug/net10.0/Carousel.GlobalUsings.g.cs b/obj/Debug/net10.0/Carousel.GlobalUsings.g.cs
new file mode 100644
index 0000000..a32ec4a
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.GlobalUsings.g.cs
@@ -0,0 +1,9 @@
+//
+global using Microsoft.Extensions.Validation.Embedded;
+global using System;
+global using System.Collections.Generic;
+global using System.IO;
+global using System.Linq;
+global using System.Net.Http;
+global using System.Threading;
+global using System.Threading.Tasks;
diff --git a/obj/Debug/net10.0/Carousel.RCL.AssemblyInfo.cs b/obj/Debug/net10.0/Carousel.RCL.AssemblyInfo.cs
new file mode 100644
index 0000000..0d11b3b
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.RCL.AssemblyInfo.cs
@@ -0,0 +1,22 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Carousel.RCL")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b7d6fe8f4067915a9ddb4de57e65210f199dc202")]
+[assembly: System.Reflection.AssemblyProductAttribute("Carousel.RCL")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Carousel.RCL")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/obj/Debug/net10.0/Carousel.RCL.AssemblyInfoInputs.cache b/obj/Debug/net10.0/Carousel.RCL.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..bb4253a
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.RCL.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+e00d65c151c63e38cda45bb910fff73f46978d5afc5dd9efae8c70af063d5992
diff --git a/obj/Debug/net10.0/Carousel.RCL.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net10.0/Carousel.RCL.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..ffd25e6
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.RCL.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,31 @@
+is_global = true
+build_property.TargetFramework = net10.0
+build_property.TargetFrameworkIdentifier = .NETCoreApp
+build_property.TargetFrameworkVersion = v10.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows,browser
+build_property.RootNamespace = Carousel.RCL
+build_property.RootNamespace = Carousel.RCL
+build_property.ProjectDir = /mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.RazorLangVersion = 9.0
+build_property.SupportLocalizedComponentNames =
+build_property.GenerateRazorMetadataSourceChecksumAttributes =
+build_property.MSBuildProjectDirectory = /mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL
+build_property._RazorSourceGeneratorDebug =
+build_property.EffectiveAnalysisLevelStyle = 10.0
+build_property.EnableCodeStyleSeverity =
+
+[/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/Components/Carousel.razor]
+build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50cy9DYXJvdXNlbC5yYXpvcg==
+build_metadata.AdditionalFiles.CssScope =
+
+[/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/_Imports.razor]
+build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I=
+build_metadata.AdditionalFiles.CssScope =
diff --git a/obj/Debug/net10.0/Carousel.RCL.GlobalUsings.g.cs b/obj/Debug/net10.0/Carousel.RCL.GlobalUsings.g.cs
new file mode 100644
index 0000000..a32ec4a
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.RCL.GlobalUsings.g.cs
@@ -0,0 +1,9 @@
+//
+global using Microsoft.Extensions.Validation.Embedded;
+global using System;
+global using System.Collections.Generic;
+global using System.IO;
+global using System.Linq;
+global using System.Net.Http;
+global using System.Threading;
+global using System.Threading.Tasks;
diff --git a/obj/Debug/net10.0/Carousel.RCL.assets.cache b/obj/Debug/net10.0/Carousel.RCL.assets.cache
new file mode 100644
index 0000000..a13a00b
Binary files /dev/null and b/obj/Debug/net10.0/Carousel.RCL.assets.cache differ
diff --git a/obj/Debug/net10.0/Carousel.RCL.csproj.AssemblyReference.cache b/obj/Debug/net10.0/Carousel.RCL.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..525acf4
Binary files /dev/null and b/obj/Debug/net10.0/Carousel.RCL.csproj.AssemblyReference.cache differ
diff --git a/obj/Debug/net10.0/Carousel.RCL.csproj.CoreCompileInputs.cache b/obj/Debug/net10.0/Carousel.RCL.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..41ba39a
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.RCL.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+0dea8cd2c0f91b21789a13a0b033b7216da91e7b1bcc4532c5e580b59faea81d
diff --git a/obj/Debug/net10.0/Carousel.RCL.csproj.FileListAbsolute.txt b/obj/Debug/net10.0/Carousel.RCL.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..ab2597a
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.RCL.csproj.FileListAbsolute.txt
@@ -0,0 +1,31 @@
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/bin/Debug/net10.0/Carousel.RCL.staticwebassets.endpoints.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/bin/Debug/net10.0/Carousel.RCL.deps.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/bin/Debug/net10.0/Carousel.RCL.dll
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/bin/Debug/net10.0/Carousel.RCL.pdb
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/EmbeddedAttribute.cs
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/ValidatableTypeAttribute.cs
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/Carousel.RCL.csproj.AssemblyReference.cache
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/rpswa.dswa.cache.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/Carousel.RCL.GeneratedMSBuildEditorConfig.editorconfig
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/Carousel.RCL.AssemblyInfoInputs.cache
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/Carousel.RCL.AssemblyInfo.cs
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/Carousel.RCL.csproj.CoreCompileInputs.cache
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/rjimswa.dswa.cache.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/rjsmrazor.dswa.cache.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/scopedcss/bundle/Carousel.RCL.styles.css
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/staticwebassets.build.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/staticwebassets.build.json.cache
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/staticwebassets.development.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/staticwebassets.build.endpoints.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/swae.build.ex.cache
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/staticwebassets/msbuild.Carousel.RCL.Microsoft.AspNetCore.StaticWebAssets.props
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/staticwebassets/msbuild.Carousel.RCL.Microsoft.AspNetCore.StaticWebAssetEndpoints.props
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/staticwebassets/msbuild.build.Carousel.RCL.props
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/staticwebassets/msbuild.buildMultiTargeting.Carousel.RCL.props
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/staticwebassets/msbuild.buildTransitive.Carousel.RCL.props
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/staticwebassets.pack.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/Carousel.RCL.dll
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/refint/Carousel.RCL.dll
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/Carousel.RCL.pdb
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/Debug/net10.0/ref/Carousel.RCL.dll
diff --git a/obj/Debug/net10.0/Carousel.RCL.dll b/obj/Debug/net10.0/Carousel.RCL.dll
new file mode 100644
index 0000000..29f70c1
Binary files /dev/null and b/obj/Debug/net10.0/Carousel.RCL.dll differ
diff --git a/obj/Debug/net10.0/Carousel.RCL.pdb b/obj/Debug/net10.0/Carousel.RCL.pdb
new file mode 100644
index 0000000..57565f0
Binary files /dev/null and b/obj/Debug/net10.0/Carousel.RCL.pdb differ
diff --git a/obj/Debug/net10.0/Carousel.assets.cache b/obj/Debug/net10.0/Carousel.assets.cache
new file mode 100644
index 0000000..0dada00
Binary files /dev/null and b/obj/Debug/net10.0/Carousel.assets.cache differ
diff --git a/obj/Debug/net10.0/Carousel.csproj.AssemblyReference.cache b/obj/Debug/net10.0/Carousel.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..525acf4
Binary files /dev/null and b/obj/Debug/net10.0/Carousel.csproj.AssemblyReference.cache differ
diff --git a/obj/Debug/net10.0/Carousel.csproj.CoreCompileInputs.cache b/obj/Debug/net10.0/Carousel.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..04ff33f
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+5af69c463b78d3114309d20cf5385c242b93a02be2362937e649094ddc9c8e70
diff --git a/obj/Debug/net10.0/Carousel.csproj.FileListAbsolute.txt b/obj/Debug/net10.0/Carousel.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..109a350
--- /dev/null
+++ b/obj/Debug/net10.0/Carousel.csproj.FileListAbsolute.txt
@@ -0,0 +1,62 @@
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/bin/Debug/net10.0/Carousel.staticwebassets.endpoints.json
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/bin/Debug/net10.0/Carousel.deps.json
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/bin/Debug/net10.0/Carousel.dll
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/bin/Debug/net10.0/Carousel.pdb
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/EmbeddedAttribute.cs
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/ValidatableTypeAttribute.cs
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.csproj.AssemblyReference.cache
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/rpswa.dswa.cache.json
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.GeneratedMSBuildEditorConfig.editorconfig
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.AssemblyInfoInputs.cache
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.AssemblyInfo.cs
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.csproj.CoreCompileInputs.cache
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/rjimswa.dswa.cache.json
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/rjsmrazor.dswa.cache.json
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/scopedcss/bundle/Carousel.styles.css
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets.build.json
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets.build.json.cache
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets.development.json
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets.build.endpoints.json
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/swae.build.ex.cache
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets/msbuild.Carousel.Microsoft.AspNetCore.StaticWebAssets.props
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets/msbuild.Carousel.Microsoft.AspNetCore.StaticWebAssetEndpoints.props
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets/msbuild.build.Carousel.props
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets/msbuild.buildMultiTargeting.Carousel.props
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets/msbuild.buildTransitive.Carousel.props
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets.pack.json
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.dll
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/refint/Carousel.dll
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.pdb
+/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/ref/Carousel.dll
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/bin/Debug/net10.0/Carousel.staticwebassets.endpoints.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/bin/Debug/net10.0/Carousel.deps.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/bin/Debug/net10.0/Carousel.dll
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/bin/Debug/net10.0/Carousel.pdb
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/EmbeddedAttribute.cs
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/ValidatableTypeAttribute.cs
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.csproj.AssemblyReference.cache
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/rpswa.dswa.cache.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.GeneratedMSBuildEditorConfig.editorconfig
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.AssemblyInfoInputs.cache
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.AssemblyInfo.cs
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.csproj.CoreCompileInputs.cache
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/rjimswa.dswa.cache.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/rjsmrazor.dswa.cache.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/scopedcss/bundle/Carousel.styles.css
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets.build.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets.build.json.cache
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets.development.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets.build.endpoints.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/swae.build.ex.cache
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets/msbuild.Carousel.Microsoft.AspNetCore.StaticWebAssets.props
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets/msbuild.Carousel.Microsoft.AspNetCore.StaticWebAssetEndpoints.props
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets/msbuild.build.Carousel.props
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets/msbuild.buildMultiTargeting.Carousel.props
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets/msbuild.buildTransitive.Carousel.props
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/staticwebassets.pack.json
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.dll
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/refint/Carousel.dll
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/Carousel.pdb
+/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/Debug/net10.0/ref/Carousel.dll
diff --git a/obj/Debug/net10.0/Carousel.dll b/obj/Debug/net10.0/Carousel.dll
new file mode 100644
index 0000000..594f498
Binary files /dev/null and b/obj/Debug/net10.0/Carousel.dll differ
diff --git a/obj/Debug/net10.0/Carousel.pdb b/obj/Debug/net10.0/Carousel.pdb
new file mode 100644
index 0000000..03c8144
Binary files /dev/null and b/obj/Debug/net10.0/Carousel.pdb differ
diff --git a/obj/Debug/net10.0/EmbeddedAttribute.cs b/obj/Debug/net10.0/EmbeddedAttribute.cs
new file mode 100644
index 0000000..1931537
--- /dev/null
+++ b/obj/Debug/net10.0/EmbeddedAttribute.cs
@@ -0,0 +1,7 @@
+//
+namespace Microsoft.CodeAnalysis
+{
+internal sealed partial class EmbeddedAttribute : global::System.Attribute
+{
+}
+}
diff --git a/obj/Debug/net10.0/ValidatableTypeAttribute.cs b/obj/Debug/net10.0/ValidatableTypeAttribute.cs
new file mode 100644
index 0000000..26eb880
--- /dev/null
+++ b/obj/Debug/net10.0/ValidatableTypeAttribute.cs
@@ -0,0 +1,9 @@
+//
+namespace Microsoft.Extensions.Validation.Embedded
+{
+[global::Microsoft.CodeAnalysis.EmbeddedAttribute]
+[global::System.AttributeUsage(global::System.AttributeTargets.Class)]
+internal sealed class ValidatableTypeAttribute : global::System.Attribute
+{
+}
+}
diff --git a/obj/Debug/net10.0/ref/Carousel.RCL.dll b/obj/Debug/net10.0/ref/Carousel.RCL.dll
new file mode 100644
index 0000000..065ba99
Binary files /dev/null and b/obj/Debug/net10.0/ref/Carousel.RCL.dll differ
diff --git a/obj/Debug/net10.0/ref/Carousel.dll b/obj/Debug/net10.0/ref/Carousel.dll
new file mode 100644
index 0000000..ce476bc
Binary files /dev/null and b/obj/Debug/net10.0/ref/Carousel.dll differ
diff --git a/obj/Debug/net10.0/refint/Carousel.RCL.dll b/obj/Debug/net10.0/refint/Carousel.RCL.dll
new file mode 100644
index 0000000..065ba99
Binary files /dev/null and b/obj/Debug/net10.0/refint/Carousel.RCL.dll differ
diff --git a/obj/Debug/net10.0/refint/Carousel.dll b/obj/Debug/net10.0/refint/Carousel.dll
new file mode 100644
index 0000000..ce476bc
Binary files /dev/null and b/obj/Debug/net10.0/refint/Carousel.dll differ
diff --git a/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json b/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json
new file mode 100644
index 0000000..18a0f68
--- /dev/null
+++ b/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json
@@ -0,0 +1 @@
+{"GlobalPropertiesHash":"IX1bhCxccyoN4KlK5swINJuUECYoOzmTIpB1PSTdix0=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["tAa0QnCla6nxUqPD3TEx4XtcqX4b429KyWSgbEK/LjM=","DXbc0Vi861D4wMvJs1Gt\u002BF5NraQiovGGnM1YPdG6T0o="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/obj/Debug/net10.0/rjsmrazor.dswa.cache.json b/obj/Debug/net10.0/rjsmrazor.dswa.cache.json
new file mode 100644
index 0000000..69dae1c
--- /dev/null
+++ b/obj/Debug/net10.0/rjsmrazor.dswa.cache.json
@@ -0,0 +1 @@
+{"GlobalPropertiesHash":"V9AOUa9clGDBORkjX4Yxc0f5nli/+RWmBNpCRLkIqMU=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["tAa0QnCla6nxUqPD3TEx4XtcqX4b429KyWSgbEK/LjM=","DXbc0Vi861D4wMvJs1Gt\u002BF5NraQiovGGnM1YPdG6T0o="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/obj/Debug/net10.0/rpswa.dswa.cache.json b/obj/Debug/net10.0/rpswa.dswa.cache.json
new file mode 100644
index 0000000..b31466b
--- /dev/null
+++ b/obj/Debug/net10.0/rpswa.dswa.cache.json
@@ -0,0 +1 @@
+{"GlobalPropertiesHash":"RzLvNBWSP6ha5NxmkMlZ4i1RtyWv3AmYPQB8u0SkgGw=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["tAa0QnCla6nxUqPD3TEx4XtcqX4b429KyWSgbEK/LjM=","DXbc0Vi861D4wMvJs1Gt\u002BF5NraQiovGGnM1YPdG6T0o="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/obj/Debug/net10.0/staticwebassets.build.endpoints.json b/obj/Debug/net10.0/staticwebassets.build.endpoints.json
new file mode 100644
index 0000000..5576e88
--- /dev/null
+++ b/obj/Debug/net10.0/staticwebassets.build.endpoints.json
@@ -0,0 +1 @@
+{"Version":1,"ManifestType":"Build","Endpoints":[]}
\ No newline at end of file
diff --git a/obj/Debug/net10.0/staticwebassets.build.json b/obj/Debug/net10.0/staticwebassets.build.json
new file mode 100644
index 0000000..1073614
--- /dev/null
+++ b/obj/Debug/net10.0/staticwebassets.build.json
@@ -0,0 +1 @@
+{"Version":1,"Hash":"AJYcm8gBqnSWDUiEdmsY9/ONRm3rhc3txkerxMu4mUQ=","Source":"Carousel.RCL","BasePath":"_content/Carousel.RCL","Mode":"Default","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
\ No newline at end of file
diff --git a/obj/Debug/net10.0/staticwebassets.build.json.cache b/obj/Debug/net10.0/staticwebassets.build.json.cache
new file mode 100644
index 0000000..ce7d4e6
--- /dev/null
+++ b/obj/Debug/net10.0/staticwebassets.build.json.cache
@@ -0,0 +1 @@
+AJYcm8gBqnSWDUiEdmsY9/ONRm3rhc3txkerxMu4mUQ=
\ No newline at end of file
diff --git a/obj/Debug/net10.0/staticwebassets/msbuild.build.Carousel.RCL.props b/obj/Debug/net10.0/staticwebassets/msbuild.build.Carousel.RCL.props
new file mode 100644
index 0000000..ddaed44
--- /dev/null
+++ b/obj/Debug/net10.0/staticwebassets/msbuild.build.Carousel.RCL.props
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/obj/Debug/net10.0/staticwebassets/msbuild.build.Carousel.props b/obj/Debug/net10.0/staticwebassets/msbuild.build.Carousel.props
new file mode 100644
index 0000000..ddaed44
--- /dev/null
+++ b/obj/Debug/net10.0/staticwebassets/msbuild.build.Carousel.props
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/obj/Debug/net10.0/staticwebassets/msbuild.buildMultiTargeting.Carousel.RCL.props b/obj/Debug/net10.0/staticwebassets/msbuild.buildMultiTargeting.Carousel.RCL.props
new file mode 100644
index 0000000..5499f25
--- /dev/null
+++ b/obj/Debug/net10.0/staticwebassets/msbuild.buildMultiTargeting.Carousel.RCL.props
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/obj/Debug/net10.0/staticwebassets/msbuild.buildMultiTargeting.Carousel.props b/obj/Debug/net10.0/staticwebassets/msbuild.buildMultiTargeting.Carousel.props
new file mode 100644
index 0000000..b3e16be
--- /dev/null
+++ b/obj/Debug/net10.0/staticwebassets/msbuild.buildMultiTargeting.Carousel.props
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/obj/Debug/net10.0/staticwebassets/msbuild.buildTransitive.Carousel.RCL.props b/obj/Debug/net10.0/staticwebassets/msbuild.buildTransitive.Carousel.RCL.props
new file mode 100644
index 0000000..9bfb12d
--- /dev/null
+++ b/obj/Debug/net10.0/staticwebassets/msbuild.buildTransitive.Carousel.RCL.props
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/obj/Debug/net10.0/staticwebassets/msbuild.buildTransitive.Carousel.props b/obj/Debug/net10.0/staticwebassets/msbuild.buildTransitive.Carousel.props
new file mode 100644
index 0000000..d812ddb
--- /dev/null
+++ b/obj/Debug/net10.0/staticwebassets/msbuild.buildTransitive.Carousel.props
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/obj/Debug/net10.0/swae.build.ex.cache b/obj/Debug/net10.0/swae.build.ex.cache
new file mode 100644
index 0000000..e69de29
diff --git a/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs
index 9e76325..feda5e9 100644
--- a/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs
+++ b/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs
@@ -1,4 +1,4 @@
-//
-using System;
-using System.Reflection;
+//
+using System;
+using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]
diff --git a/obj/Debug/net9.0/Carousel.AssemblyInfo.cs b/obj/Debug/net9.0/Carousel.AssemblyInfo.cs
index 01cf2ab..a2cfe9d 100644
--- a/obj/Debug/net9.0/Carousel.AssemblyInfo.cs
+++ b/obj/Debug/net9.0/Carousel.AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Carousel")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9415c99e159f3b88e9591815d8a027f064570701")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b7d6fe8f4067915a9ddb4de57e65210f199dc202")]
[assembly: System.Reflection.AssemblyProductAttribute("Carousel")]
[assembly: System.Reflection.AssemblyTitleAttribute("Carousel")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/obj/Debug/net9.0/Carousel.AssemblyInfoInputs.cache b/obj/Debug/net9.0/Carousel.AssemblyInfoInputs.cache
index f9f0220..6afb6f8 100644
--- a/obj/Debug/net9.0/Carousel.AssemblyInfoInputs.cache
+++ b/obj/Debug/net9.0/Carousel.AssemblyInfoInputs.cache
@@ -1 +1 @@
-fb0c3ab09602c2328bdbb35d0105cddf037829167e62139cff56e74c79ca72cc
+f0abae09c0d0d8e69c07bf5dd7befc71d5eff18d5f7e1c97ac59574be02bcdc5
diff --git a/obj/Debug/net9.0/Carousel.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net9.0/Carousel.GeneratedMSBuildEditorConfig.editorconfig
index e57c108..8ccc141 100644
--- a/obj/Debug/net9.0/Carousel.GeneratedMSBuildEditorConfig.editorconfig
+++ b/obj/Debug/net9.0/Carousel.GeneratedMSBuildEditorConfig.editorconfig
@@ -1,5 +1,7 @@
is_global = true
build_property.TargetFramework = net9.0
+build_property.TargetFrameworkIdentifier = .NETCoreApp
+build_property.TargetFrameworkVersion = v9.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
diff --git a/obj/Debug/net9.0/Carousel.GlobalUsings.g.cs b/obj/Debug/net9.0/Carousel.GlobalUsings.g.cs
index 8578f3d..d12bcbc 100644
--- a/obj/Debug/net9.0/Carousel.GlobalUsings.g.cs
+++ b/obj/Debug/net9.0/Carousel.GlobalUsings.g.cs
@@ -1,8 +1,8 @@
//
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
+global using System;
+global using System.Collections.Generic;
+global using System.IO;
+global using System.Linq;
+global using System.Net.Http;
+global using System.Threading;
+global using System.Threading.Tasks;
diff --git a/obj/Debug/net9.0/Carousel.assets.cache b/obj/Debug/net9.0/Carousel.assets.cache
index 1d6468b..536a129 100644
Binary files a/obj/Debug/net9.0/Carousel.assets.cache and b/obj/Debug/net9.0/Carousel.assets.cache differ
diff --git a/obj/Debug/net9.0/Carousel.csproj.CoreCompileInputs.cache b/obj/Debug/net9.0/Carousel.csproj.CoreCompileInputs.cache
index f5fc447..fb0b93f 100644
--- a/obj/Debug/net9.0/Carousel.csproj.CoreCompileInputs.cache
+++ b/obj/Debug/net9.0/Carousel.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-bff25668c555d1de25fee4b089773b97cfb85db257d9d0f64653fdf63eb9d6af
+e569760d3bb045a2fefdd6b808c956d99e637acad2be51749a31d8b12f199133
diff --git a/obj/Debug/net9.0/Carousel.dll b/obj/Debug/net9.0/Carousel.dll
index a687ec8..e0435f9 100644
Binary files a/obj/Debug/net9.0/Carousel.dll and b/obj/Debug/net9.0/Carousel.dll differ
diff --git a/obj/Debug/net9.0/Carousel.pdb b/obj/Debug/net9.0/Carousel.pdb
index fbb5f22..49a66e8 100644
Binary files a/obj/Debug/net9.0/Carousel.pdb and b/obj/Debug/net9.0/Carousel.pdb differ
diff --git a/obj/Debug/net9.0/ref/Carousel.dll b/obj/Debug/net9.0/ref/Carousel.dll
index e84be24..0468d25 100644
Binary files a/obj/Debug/net9.0/ref/Carousel.dll and b/obj/Debug/net9.0/ref/Carousel.dll differ
diff --git a/obj/Debug/net9.0/refint/Carousel.dll b/obj/Debug/net9.0/refint/Carousel.dll
index e84be24..0468d25 100644
Binary files a/obj/Debug/net9.0/refint/Carousel.dll and b/obj/Debug/net9.0/refint/Carousel.dll differ
diff --git a/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json
index a97d74e..12a5c87 100644
--- a/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json
+++ b/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json
@@ -1 +1 @@
-{"GlobalPropertiesHash":"/bRzejLO9gogoc6gDWEjjQjaA1dLrQtluiu7VYinEwg=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["WY\u002BoZVt\u002Bcw7Nsx2VciOOgp\u002BQCHMM0tpDBmrjnj6QpZw=","JNzhvcYCk\u002BXtdSz\u002BM6SI3nEWzjkydggkBKyJlz221/g="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
+{"GlobalPropertiesHash":"jl3tRE5VtcxA/W0O8OfMy+07wo9meGH2OnBCRSWYXL4=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["MfswxTxwHY1yvaVYhJP8HwEEthEx3Iu8Yg0ch7Xln4w=","JNzhvcYCk\u002BXtdSz\u002BM6SI3nEWzjkydggkBKyJlz221/g="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/obj/Debug/net9.0/rjsmrazor.dswa.cache.json
index ae78108..9c94f2e 100644
--- a/obj/Debug/net9.0/rjsmrazor.dswa.cache.json
+++ b/obj/Debug/net9.0/rjsmrazor.dswa.cache.json
@@ -1 +1 @@
-{"GlobalPropertiesHash":"qGaGSwHMc6O98JxuYqtyYtGatlZqQlHnVYONW2cMyXI=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["WY\u002BoZVt\u002Bcw7Nsx2VciOOgp\u002BQCHMM0tpDBmrjnj6QpZw=","JNzhvcYCk\u002BXtdSz\u002BM6SI3nEWzjkydggkBKyJlz221/g="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
+{"GlobalPropertiesHash":"paW0/kDRIjwYTUbGlaOIgLwh4M7O6NbIli/oAs+s0kQ=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["MfswxTxwHY1yvaVYhJP8HwEEthEx3Iu8Yg0ch7Xln4w=","JNzhvcYCk\u002BXtdSz\u002BM6SI3nEWzjkydggkBKyJlz221/g="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/obj/Debug/net9.0/rpswa.dswa.cache.json b/obj/Debug/net9.0/rpswa.dswa.cache.json
index 3829a8a..7ea1a5b 100644
--- a/obj/Debug/net9.0/rpswa.dswa.cache.json
+++ b/obj/Debug/net9.0/rpswa.dswa.cache.json
@@ -1 +1 @@
-{"GlobalPropertiesHash":"akJ4/t08nyfUPjAy7jjLL6fuJHch7eOSnshATUYDgZc=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["Jt7y05mQaV5Gd2kmtEvHzOuEpXOccU4T7UhW1AdW9Uk=","CSsJ4L3c9aXjE\u002B4Q76Xuq0T6j/XIKfRhSS51He5mpYc="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
+{"GlobalPropertiesHash":"akJ4/t08nyfUPjAy7jjLL6fuJHch7eOSnshATUYDgZc=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["MfswxTxwHY1yvaVYhJP8HwEEthEx3Iu8Yg0ch7Xln4w=","JNzhvcYCk\u002BXtdSz\u002BM6SI3nEWzjkydggkBKyJlz221/g="],"CachedAssets":{},"CachedCopyCandidates":{}}
\ No newline at end of file
diff --git a/obj/project.assets.json b/obj/project.assets.json
index ee8bff7..3dc58a7 100644
--- a/obj/project.assets.json
+++ b/obj/project.assets.json
@@ -1,109 +1,112 @@
{
"version": 3,
"targets": {
- "net9.0": {
- "Microsoft.AspNetCore.Authorization/9.0.0": {
+ "net10.0": {
+ "Microsoft.AspNetCore.Authorization/10.0.1": {
"type": "package",
"dependencies": {
- "Microsoft.AspNetCore.Metadata": "9.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
- "Microsoft.Extensions.Options": "9.0.0"
+ "Microsoft.AspNetCore.Metadata": "10.0.1",
+ "Microsoft.Extensions.Diagnostics": "10.0.1",
+ "Microsoft.Extensions.Logging.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1"
},
"compile": {
- "lib/net9.0/Microsoft.AspNetCore.Authorization.dll": {
+ "lib/net10.0/Microsoft.AspNetCore.Authorization.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.AspNetCore.Authorization.dll": {
+ "lib/net10.0/Microsoft.AspNetCore.Authorization.dll": {
"related": ".xml"
}
}
},
- "Microsoft.AspNetCore.Components/9.0.0": {
+ "Microsoft.AspNetCore.Components/10.0.1": {
"type": "package",
"dependencies": {
- "Microsoft.AspNetCore.Authorization": "9.0.0",
- "Microsoft.AspNetCore.Components.Analyzers": "9.0.0"
+ "Microsoft.AspNetCore.Authorization": "10.0.1",
+ "Microsoft.AspNetCore.Components.Analyzers": "10.0.1"
},
"compile": {
- "lib/net9.0/Microsoft.AspNetCore.Components.dll": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.AspNetCore.Components.dll": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.dll": {
"related": ".xml"
}
}
},
- "Microsoft.AspNetCore.Components.Analyzers/9.0.0": {
+ "Microsoft.AspNetCore.Components.Analyzers/10.0.1": {
"type": "package",
"build": {
"buildTransitive/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets": {}
}
},
- "Microsoft.AspNetCore.Components.Forms/9.0.0": {
+ "Microsoft.AspNetCore.Components.Forms/10.0.1": {
"type": "package",
"dependencies": {
- "Microsoft.AspNetCore.Components": "9.0.0"
+ "Microsoft.AspNetCore.Components": "10.0.1",
+ "Microsoft.Extensions.Validation": "10.0.1"
},
"compile": {
- "lib/net9.0/Microsoft.AspNetCore.Components.Forms.dll": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.Forms.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.AspNetCore.Components.Forms.dll": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.Forms.dll": {
"related": ".xml"
}
}
},
- "Microsoft.AspNetCore.Components.Web/9.0.0": {
+ "Microsoft.AspNetCore.Components.Web/10.0.1": {
"type": "package",
"dependencies": {
- "Microsoft.AspNetCore.Components": "9.0.0",
- "Microsoft.AspNetCore.Components.Forms": "9.0.0",
- "Microsoft.Extensions.DependencyInjection": "9.0.0",
- "Microsoft.Extensions.Primitives": "9.0.0",
- "Microsoft.JSInterop": "9.0.0"
+ "Microsoft.AspNetCore.Components": "10.0.1",
+ "Microsoft.AspNetCore.Components.Forms": "10.0.1",
+ "Microsoft.Extensions.DependencyInjection": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1",
+ "Microsoft.JSInterop": "10.0.1"
},
"compile": {
- "lib/net9.0/Microsoft.AspNetCore.Components.Web.dll": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.Web.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.AspNetCore.Components.Web.dll": {
+ "lib/net10.0/Microsoft.AspNetCore.Components.Web.dll": {
"related": ".xml"
}
}
},
- "Microsoft.AspNetCore.Metadata/9.0.0": {
+ "Microsoft.AspNetCore.Metadata/10.0.1": {
"type": "package",
"compile": {
- "lib/net9.0/Microsoft.AspNetCore.Metadata.dll": {
+ "lib/net10.0/Microsoft.AspNetCore.Metadata.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.AspNetCore.Metadata.dll": {
+ "lib/net10.0/Microsoft.AspNetCore.Metadata.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/9.0.0": {
+ "Microsoft.Extensions.Configuration/10.0.1": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1"
},
"compile": {
- "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
@@ -111,15 +114,18 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/10.0.1": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "10.0.1"
+ },
"compile": {
- "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
@@ -127,18 +133,114 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
+ "Microsoft.Extensions.Configuration.Binder/10.0.1": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
+ "Microsoft.Extensions.Configuration": "10.0.1",
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.1"
},
"compile": {
- "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.Binder.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.Binder.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/10.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Diagnostics/10.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "10.0.1",
+ "Microsoft.Extensions.Diagnostics.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.1"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions/10.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/10.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
@@ -146,19 +248,19 @@
"buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/9.0.0": {
+ "Microsoft.Extensions.Options/10.0.1": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
- "Microsoft.Extensions.Primitives": "9.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1"
},
"compile": {
- "lib/net9.0/Microsoft.Extensions.Options.dll": {
+ "lib/net10.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.Extensions.Options.dll": {
+ "lib/net10.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
@@ -166,15 +268,22 @@
"buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {}
}
},
- "Microsoft.Extensions.Primitives/9.0.0": {
+ "Microsoft.Extensions.Options.ConfigurationExtensions/10.0.1": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Configuration.Binder": "10.0.1",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1",
+ "Microsoft.Extensions.Primitives": "10.0.1"
+ },
"compile": {
- "lib/net9.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net10.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net10.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
"related": ".xml"
}
},
@@ -182,15 +291,48 @@
"buildTransitive/net8.0/_._": {}
}
},
- "Microsoft.JSInterop/9.0.0": {
+ "Microsoft.Extensions.Primitives/10.0.1": {
"type": "package",
"compile": {
- "lib/net9.0/Microsoft.JSInterop.dll": {
+ "lib/net10.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net9.0/Microsoft.JSInterop.dll": {
+ "lib/net10.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Validation/10.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.1",
+ "Microsoft.Extensions.Options": "10.0.1"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Validation.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Validation.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.JSInterop/10.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net10.0/Microsoft.JSInterop.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.JSInterop.dll": {
"related": ".xml"
}
}
@@ -198,44 +340,44 @@
}
},
"libraries": {
- "Microsoft.AspNetCore.Authorization/9.0.0": {
- "sha512": "qDJlBC5pUQ/3o6/C6Vuo9CGKtV5TAe5AdKeHvDR2bgmw8vwPxsAy3KG5eU0i1C+iAUNbmq+iDTbiKt16f9pRiA==",
+ "Microsoft.AspNetCore.Authorization/10.0.1": {
+ "sha512": "Y9QE0gH4Q4cR7ZRToFju47c1MoeqxaLHdpzOviqD2TmnGGAeDMT9AV56j2BOVm5CsJAVyI/USxLYrkk2NVinZA==",
"type": "package",
- "path": "microsoft.aspnetcore.authorization/9.0.0",
+ "path": "microsoft.aspnetcore.authorization/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"THIRD-PARTY-NOTICES.TXT",
+ "lib/net10.0/Microsoft.AspNetCore.Authorization.dll",
+ "lib/net10.0/Microsoft.AspNetCore.Authorization.xml",
"lib/net462/Microsoft.AspNetCore.Authorization.dll",
"lib/net462/Microsoft.AspNetCore.Authorization.xml",
- "lib/net9.0/Microsoft.AspNetCore.Authorization.dll",
- "lib/net9.0/Microsoft.AspNetCore.Authorization.xml",
"lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll",
"lib/netstandard2.0/Microsoft.AspNetCore.Authorization.xml",
- "microsoft.aspnetcore.authorization.9.0.0.nupkg.sha512",
+ "microsoft.aspnetcore.authorization.10.0.1.nupkg.sha512",
"microsoft.aspnetcore.authorization.nuspec"
]
},
- "Microsoft.AspNetCore.Components/9.0.0": {
- "sha512": "xKzY0LRqWrwuPVzKIF9k1kC21NrLmIE2qPhhKlInEAdYqNe8qcMoPWZy7fo1uScHkz5g73nTqDDra3+aAV7mTQ==",
+ "Microsoft.AspNetCore.Components/10.0.1": {
+ "sha512": "SbABcQ7soM9jC/HvPKrg/smQxsMD2gW9iHBRFtBiYTMSs5Vqh7+i47BTOe3OM3IGzly2FiOmeNHJhMYK7YFGWA==",
"type": "package",
- "path": "microsoft.aspnetcore.components/9.0.0",
+ "path": "microsoft.aspnetcore.components/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"THIRD-PARTY-NOTICES.txt",
- "lib/net9.0/Microsoft.AspNetCore.Components.dll",
- "lib/net9.0/Microsoft.AspNetCore.Components.xml",
- "microsoft.aspnetcore.components.9.0.0.nupkg.sha512",
+ "lib/net10.0/Microsoft.AspNetCore.Components.dll",
+ "lib/net10.0/Microsoft.AspNetCore.Components.xml",
+ "microsoft.aspnetcore.components.10.0.1.nupkg.sha512",
"microsoft.aspnetcore.components.nuspec"
]
},
- "Microsoft.AspNetCore.Components.Analyzers/9.0.0": {
- "sha512": "maOE1qlJ9hf1Fb7PhFLw9bgP9mWckuDOcn1uKNt9/msdJG2YHl3cPRHojYa6CxliGHIXL8Da4qPgeUc4CaOoeg==",
+ "Microsoft.AspNetCore.Components.Analyzers/10.0.1": {
+ "sha512": "V4nOq0mNoX9OWz9pJz4uLcAu4GXWUKKHeoxKwugYhFOh4Yh3n7/+xXfgSXK1PZZOIQ3e1vJ7CNvB6evv4YphEA==",
"type": "package",
- "path": "microsoft.aspnetcore.components.analyzers/9.0.0",
+ "path": "microsoft.aspnetcore.components.analyzers/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -244,74 +386,173 @@
"analyzers/dotnet/cs/Microsoft.AspNetCore.Components.Analyzers.dll",
"build/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets",
"buildTransitive/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets",
- "microsoft.aspnetcore.components.analyzers.9.0.0.nupkg.sha512",
+ "microsoft.aspnetcore.components.analyzers.10.0.1.nupkg.sha512",
"microsoft.aspnetcore.components.analyzers.nuspec"
]
},
- "Microsoft.AspNetCore.Components.Forms/9.0.0": {
- "sha512": "orHGxDkbAa9syuaLVtZWOhNC8IddnCsDqpFaKjBj4zxe+B8cd6kcNf/t4Lv5hWBQ7mODiRCzEfKBnpU+GCHvbw==",
+ "Microsoft.AspNetCore.Components.Forms/10.0.1": {
+ "sha512": "aWUpLOz749gwMMaKe81tet+INC8nfskbauF2VO5Qr3lspj/l8S24zNLr95Bl8EwAizvBCNqwb8fPFU1dnn3WbA==",
"type": "package",
- "path": "microsoft.aspnetcore.components.forms/9.0.0",
+ "path": "microsoft.aspnetcore.components.forms/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"THIRD-PARTY-NOTICES.txt",
- "lib/net9.0/Microsoft.AspNetCore.Components.Forms.dll",
- "lib/net9.0/Microsoft.AspNetCore.Components.Forms.xml",
- "microsoft.aspnetcore.components.forms.9.0.0.nupkg.sha512",
+ "lib/net10.0/Microsoft.AspNetCore.Components.Forms.dll",
+ "lib/net10.0/Microsoft.AspNetCore.Components.Forms.xml",
+ "microsoft.aspnetcore.components.forms.10.0.1.nupkg.sha512",
"microsoft.aspnetcore.components.forms.nuspec"
]
},
- "Microsoft.AspNetCore.Components.Web/9.0.0": {
- "sha512": "ZfJwwV05T+268cnJsO6yfi9oXYLe3ATRAEk0VZgBMptA5HVsduIsnFLjhNOYT7+I8NolxDEx1CEW8yKe5xTb6Q==",
+ "Microsoft.AspNetCore.Components.Web/10.0.1": {
+ "sha512": "hX74ijqAiUfIo6WpvLWignGYp7tkrRR3KRVBErwFSAcsiHeaCxGM81fYRXd9rf+gkFUNoKvcSxYyVZc2vFJVXg==",
"type": "package",
- "path": "microsoft.aspnetcore.components.web/9.0.0",
+ "path": "microsoft.aspnetcore.components.web/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"THIRD-PARTY-NOTICES.txt",
- "lib/net9.0/Microsoft.AspNetCore.Components.Web.dll",
- "lib/net9.0/Microsoft.AspNetCore.Components.Web.xml",
- "microsoft.aspnetcore.components.web.9.0.0.nupkg.sha512",
+ "lib/net10.0/Microsoft.AspNetCore.Components.Web.dll",
+ "lib/net10.0/Microsoft.AspNetCore.Components.Web.xml",
+ "microsoft.aspnetcore.components.web.10.0.1.nupkg.sha512",
"microsoft.aspnetcore.components.web.nuspec"
]
},
- "Microsoft.AspNetCore.Metadata/9.0.0": {
- "sha512": "X81C891nMuWgzNHyZ0C3s+blSDxRHzQHDFYQoOKtFvFuxGq3BbkLbc5CfiCqIzA/sWIfz6u8sGBgwntQwBJWBw==",
+ "Microsoft.AspNetCore.Metadata/10.0.1": {
+ "sha512": "6JrG03xROuR4mQIHGcT8OnaKVBoPLLbto5RicKQIUV3JIU7cZYKIWDAnk0SQcl7ziQr6R327D6QBOo+PbYnnrw==",
"type": "package",
- "path": "microsoft.aspnetcore.metadata/9.0.0",
+ "path": "microsoft.aspnetcore.metadata/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"THIRD-PARTY-NOTICES.TXT",
+ "lib/net10.0/Microsoft.AspNetCore.Metadata.dll",
+ "lib/net10.0/Microsoft.AspNetCore.Metadata.xml",
"lib/net462/Microsoft.AspNetCore.Metadata.dll",
"lib/net462/Microsoft.AspNetCore.Metadata.xml",
- "lib/net9.0/Microsoft.AspNetCore.Metadata.dll",
- "lib/net9.0/Microsoft.AspNetCore.Metadata.xml",
"lib/netstandard2.0/Microsoft.AspNetCore.Metadata.dll",
"lib/netstandard2.0/Microsoft.AspNetCore.Metadata.xml",
- "microsoft.aspnetcore.metadata.9.0.0.nupkg.sha512",
+ "microsoft.aspnetcore.metadata.10.0.1.nupkg.sha512",
"microsoft.aspnetcore.metadata.nuspec"
]
},
- "Microsoft.Extensions.DependencyInjection/9.0.0": {
- "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==",
+ "Microsoft.Extensions.Configuration/10.0.1": {
+ "sha512": "njoRekyMIK+smav8B6KL2YgIfUtlsRNuT7wvurpLW+m/hoRKVnoELk2YxnUnWRGScCd1rukLMxShwLqEOKowDg==",
"type": "package",
- "path": "microsoft.extensions.dependencyinjection/9.0.0",
+ "path": "microsoft.extensions.configuration/10.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets",
+ "lib/net10.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net10.0/Microsoft.Extensions.Configuration.xml",
+ "lib/net462/Microsoft.Extensions.Configuration.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
+ "microsoft.extensions.configuration.10.0.1.nupkg.sha512",
+ "microsoft.extensions.configuration.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/10.0.1": {
+ "sha512": "kPlU11hql+L9RjrN2N9/0GcRcRcZrNFlLLjadasFWeBORT6pL6OE+RYRk90GGCyVGSxTK+e1/f3dsMj5zpFFiQ==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.abstractions/10.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "microsoft.extensions.configuration.abstractions.10.0.1.nupkg.sha512",
+ "microsoft.extensions.configuration.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Binder/10.0.1": {
+ "sha512": "Lp4CZIuTVXtlvkAnTq6QvMSW7+H62gX2cU2vdFxHQUxvrWTpi7LwYI3X+YAyIS0r12/p7gaosco7efIxL4yFNw==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.binder/10.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll",
+ "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets",
+ "lib/net10.0/Microsoft.Extensions.Configuration.Binder.dll",
+ "lib/net10.0/Microsoft.Extensions.Configuration.Binder.xml",
+ "lib/net462/Microsoft.Extensions.Configuration.Binder.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Binder.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Binder.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml",
+ "microsoft.extensions.configuration.binder.10.0.1.nupkg.sha512",
+ "microsoft.extensions.configuration.binder.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection/10.0.1": {
+ "sha512": "zerXV0GAR9LCSXoSIApbWn+Dq1/T+6vbXMHGduq1LoVQRHT0BXsGQEau0jeLUBUcsoF/NaUT8ADPu8b+eNcIyg==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
- "LICENSE.TXT",
"PACKAGE.md",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets",
"buildTransitive/net462/_._",
"buildTransitive/net8.0/_._",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/net462/Microsoft.Extensions.DependencyInjection.dll",
"lib/net462/Microsoft.Extensions.DependencyInjection.xml",
"lib/net8.0/Microsoft.Extensions.DependencyInjection.dll",
@@ -322,26 +563,27 @@
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
- "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.10.0.1.nupkg.sha512",
"microsoft.extensions.dependencyinjection.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
- "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==",
+ "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.1": {
+ "sha512": "oIy8fQxxbUsSrrOvgBqlVgOeCtDmrcynnTG+FQufcUWBrwyPfwlUkCDB2vaiBeYPyT+20u9/HeuHeBf+H4F/8g==",
"type": "package",
- "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
- "LICENSE.TXT",
"PACKAGE.md",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
"buildTransitive/net462/_._",
"buildTransitive/net8.0/_._",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
@@ -352,20 +594,75 @@
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
- "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.10.0.1.nupkg.sha512",
"microsoft.extensions.dependencyinjection.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
- "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==",
+ "Microsoft.Extensions.Diagnostics/10.0.1": {
+ "sha512": "YaocqxscJLxLit0F5yq2XyB+9C7rSRfeTL7MJIl7XwaOoUO3i0EqfO2kmtjiRduYWw7yjcSINEApYZbzjau2gQ==",
"type": "package",
- "path": "microsoft.extensions.logging.abstractions/9.0.0",
+ "path": "microsoft.extensions.diagnostics/10.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets",
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.dll",
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.xml",
+ "lib/net462/Microsoft.Extensions.Diagnostics.dll",
+ "lib/net462/Microsoft.Extensions.Diagnostics.xml",
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.dll",
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.xml",
+ "lib/net9.0/Microsoft.Extensions.Diagnostics.dll",
+ "lib/net9.0/Microsoft.Extensions.Diagnostics.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.xml",
+ "microsoft.extensions.diagnostics.10.0.1.nupkg.sha512",
+ "microsoft.extensions.diagnostics.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions/10.0.1": {
+ "sha512": "QMoMrkNpnQym5mpfdxfxpRDuqLpsOuztguFvzH9p+Ex+do+uLFoi7UkAsBO4e9/tNR3eMFraFf2fOAi2cp3jjA==",
+ "type": "package",
+ "path": "microsoft.extensions.diagnostics.abstractions/10.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets",
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
+ "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
+ "microsoft.extensions.diagnostics.abstractions.10.0.1.nupkg.sha512",
+ "microsoft.extensions.diagnostics.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Abstractions/10.0.1": {
+ "sha512": "YkmyiPIWAXVb+lPIrM0LE5bbtLOJkCiRTFiHpkVOvhI7uTvCfoOHLEN0LcsY56GpSD7NqX3gJNpsaDe87/B3zg==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.abstractions/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
- "LICENSE.TXT",
"PACKAGE.md",
"THIRD-PARTY-NOTICES.TXT",
"analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
@@ -415,6 +712,8 @@
"buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
"buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.xml",
"lib/net462/Microsoft.Extensions.Logging.Abstractions.dll",
"lib/net462/Microsoft.Extensions.Logging.Abstractions.xml",
"lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
@@ -423,20 +722,19 @@
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.xml",
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
- "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.10.0.1.nupkg.sha512",
"microsoft.extensions.logging.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Options/9.0.0": {
- "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==",
+ "Microsoft.Extensions.Options/10.0.1": {
+ "sha512": "G6VVwywpJI4XIobetGHwg7wDOYC2L2XBYdtskxLaKF/Ynb5QBwLl7Q//wxAR2aVCLkMpoQrjSP9VoORkyddsNQ==",
"type": "package",
- "path": "microsoft.extensions.options/9.0.0",
+ "path": "microsoft.extensions.options/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
- "LICENSE.TXT",
"PACKAGE.md",
"THIRD-PARTY-NOTICES.TXT",
"analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll",
@@ -458,6 +756,8 @@
"buildTransitive/net8.0/Microsoft.Extensions.Options.targets",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets",
"buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets",
+ "lib/net10.0/Microsoft.Extensions.Options.dll",
+ "lib/net10.0/Microsoft.Extensions.Options.xml",
"lib/net462/Microsoft.Extensions.Options.dll",
"lib/net462/Microsoft.Extensions.Options.xml",
"lib/net8.0/Microsoft.Extensions.Options.dll",
@@ -468,26 +768,56 @@
"lib/netstandard2.0/Microsoft.Extensions.Options.xml",
"lib/netstandard2.1/Microsoft.Extensions.Options.dll",
"lib/netstandard2.1/Microsoft.Extensions.Options.xml",
- "microsoft.extensions.options.9.0.0.nupkg.sha512",
+ "microsoft.extensions.options.10.0.1.nupkg.sha512",
"microsoft.extensions.options.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Primitives/9.0.0": {
- "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==",
+ "Microsoft.Extensions.Options.ConfigurationExtensions/10.0.1": {
+ "sha512": "pL78/Im7O3WmxHzlKUsWTYchKL881udU7E26gCD3T0+/tPhWVfjPwMzfN/MRKU7aoFYcOiqcG2k1QTlH5woWow==",
"type": "package",
- "path": "microsoft.extensions.primitives/9.0.0",
+ "path": "microsoft.extensions.options.configurationextensions/10.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets",
+ "lib/net10.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
+ "lib/net10.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
+ "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
+ "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
+ "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
+ "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
+ "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
+ "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
+ "microsoft.extensions.options.configurationextensions.10.0.1.nupkg.sha512",
+ "microsoft.extensions.options.configurationextensions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Primitives/10.0.1": {
+ "sha512": "DO8XrJkp5x4PddDuc/CH37yDBCs9BYN6ijlKyR3vMb55BP1Vwh90vOX8bNfnKxr5B2qEI3D8bvbY1fFbDveDHQ==",
+ "type": "package",
+ "path": "microsoft.extensions.primitives/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
- "LICENSE.TXT",
"PACKAGE.md",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
"buildTransitive/net462/_._",
"buildTransitive/net8.0/_._",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
+ "lib/net10.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net10.0/Microsoft.Extensions.Primitives.xml",
"lib/net462/Microsoft.Extensions.Primitives.dll",
"lib/net462/Microsoft.Extensions.Primitives.xml",
"lib/net8.0/Microsoft.Extensions.Primitives.dll",
@@ -496,30 +826,46 @@
"lib/net9.0/Microsoft.Extensions.Primitives.xml",
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
- "microsoft.extensions.primitives.9.0.0.nupkg.sha512",
+ "microsoft.extensions.primitives.10.0.1.nupkg.sha512",
"microsoft.extensions.primitives.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.JSInterop/9.0.0": {
- "sha512": "efQKxKUPe8OuH0hRiYsvBJkhhPzIYFNcr9+3wanQ7Bch/wr1JWNd90GYiPLtkSHepE1zMEoaLkAxi5N5/eyC4Q==",
+ "Microsoft.Extensions.Validation/10.0.1": {
+ "sha512": "5bcu9zWhgY8AZUN1ERNH0BQKFh10xlx4UrCh+0cDn7wB01QkrK4S6Jh45fCgEqmWJWVGqBS2g8MN0Lu/99Zgdg==",
"type": "package",
- "path": "microsoft.jsinterop/9.0.0",
+ "path": "microsoft.extensions.validation/10.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"THIRD-PARTY-NOTICES.TXT",
- "lib/net9.0/Microsoft.JSInterop.dll",
- "lib/net9.0/Microsoft.JSInterop.xml",
- "microsoft.jsinterop.9.0.0.nupkg.sha512",
+ "analyzers/dotnet/cs/Microsoft.Extensions.Validation.ValidationsGenerator.dll",
+ "lib/net10.0/Microsoft.Extensions.Validation.dll",
+ "lib/net10.0/Microsoft.Extensions.Validation.xml",
+ "microsoft.extensions.validation.10.0.1.nupkg.sha512",
+ "microsoft.extensions.validation.nuspec"
+ ]
+ },
+ "Microsoft.JSInterop/10.0.1": {
+ "sha512": "pTfoYBjs7HKmTEk9cNWcSySdTKT8USjviLgmMaSs/YA0+oONufKy9hqqZ5EE4CNy9y24SDDc9lerXfV7aiVfWA==",
+ "type": "package",
+ "path": "microsoft.jsinterop/10.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net10.0/Microsoft.JSInterop.dll",
+ "lib/net10.0/Microsoft.JSInterop.xml",
+ "microsoft.jsinterop.10.0.1.nupkg.sha512",
"microsoft.jsinterop.nuspec"
]
}
},
"projectFileDependencyGroups": {
- "net9.0": [
- "Microsoft.AspNetCore.Components.Web >= 9.0.0"
+ "net10.0": [
+ "Microsoft.AspNetCore.Components.Web >= 10.0.1"
]
},
"packageFolders": {
@@ -528,25 +874,24 @@
"project": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj",
- "projectName": "Carousel",
- "projectPath": "/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj",
+ "projectUniqueName": "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/Carousel.RCL.csproj",
+ "projectName": "Carousel.RCL",
+ "projectPath": "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/Carousel.RCL.csproj",
"packagesPath": "/home/yla/.nuget/packages/",
- "outputPath": "/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/obj/",
+ "outputPath": "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/yla/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
- "net9.0"
+ "net10.0"
],
"sources": {
- "/usr/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
- "net9.0": {
- "targetAlias": "net9.0",
+ "net10.0": {
+ "targetAlias": "net10.0",
"projectReferences": {}
}
},
@@ -558,17 +903,17 @@
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
- "auditMode": "direct"
+ "auditMode": "all"
},
- "SdkAnalysisLevel": "9.0.300"
+ "SdkAnalysisLevel": "10.0.100"
},
"frameworks": {
- "net9.0": {
- "targetAlias": "net9.0",
+ "net10.0": {
+ "targetAlias": "net10.0",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": {
"target": "Package",
- "version": "[9.0.0, )"
+ "version": "[10.0.1, )"
}
},
"imports": [
@@ -587,7 +932,281 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.306/PortableRuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
+ "packagesToPrune": {
+ "Microsoft.CSharp": "(,4.7.32767]",
+ "Microsoft.VisualBasic": "(,10.4.32767]",
+ "Microsoft.Win32.Primitives": "(,4.3.32767]",
+ "Microsoft.Win32.Registry": "(,5.0.32767]",
+ "runtime.any.System.Collections": "(,4.3.32767]",
+ "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
+ "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
+ "runtime.any.System.Globalization": "(,4.3.32767]",
+ "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
+ "runtime.any.System.IO": "(,4.3.32767]",
+ "runtime.any.System.Reflection": "(,4.3.32767]",
+ "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
+ "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
+ "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
+ "runtime.any.System.Runtime": "(,4.3.32767]",
+ "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
+ "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
+ "runtime.any.System.Text.Encoding": "(,4.3.32767]",
+ "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
+ "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
+ "runtime.any.System.Threading.Timer": "(,4.3.32767]",
+ "runtime.aot.System.Collections": "(,4.3.32767]",
+ "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
+ "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
+ "runtime.aot.System.Globalization": "(,4.3.32767]",
+ "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
+ "runtime.aot.System.IO": "(,4.3.32767]",
+ "runtime.aot.System.Reflection": "(,4.3.32767]",
+ "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
+ "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
+ "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
+ "runtime.aot.System.Runtime": "(,4.3.32767]",
+ "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
+ "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
+ "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
+ "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
+ "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
+ "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
+ "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
+ "runtime.unix.System.Console": "(,4.3.32767]",
+ "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
+ "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
+ "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
+ "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
+ "runtime.unix.System.Private.Uri": "(,4.3.32767]",
+ "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
+ "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
+ "runtime.win.System.Console": "(,4.3.32767]",
+ "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
+ "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
+ "runtime.win.System.Net.Primitives": "(,4.3.32767]",
+ "runtime.win.System.Net.Sockets": "(,4.3.32767]",
+ "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
+ "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
+ "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
+ "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
+ "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "runtime.win7.System.Private.Uri": "(,4.3.32767]",
+ "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
+ "System.AppContext": "(,4.3.32767]",
+ "System.Buffers": "(,5.0.32767]",
+ "System.Collections": "(,4.3.32767]",
+ "System.Collections.Concurrent": "(,4.3.32767]",
+ "System.Collections.Immutable": "(,10.0.32767]",
+ "System.Collections.NonGeneric": "(,4.3.32767]",
+ "System.Collections.Specialized": "(,4.3.32767]",
+ "System.ComponentModel": "(,4.3.32767]",
+ "System.ComponentModel.Annotations": "(,4.3.32767]",
+ "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
+ "System.ComponentModel.Primitives": "(,4.3.32767]",
+ "System.ComponentModel.TypeConverter": "(,4.3.32767]",
+ "System.Console": "(,4.3.32767]",
+ "System.Data.Common": "(,4.3.32767]",
+ "System.Data.DataSetExtensions": "(,4.4.32767]",
+ "System.Diagnostics.Contracts": "(,4.3.32767]",
+ "System.Diagnostics.Debug": "(,4.3.32767]",
+ "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
+ "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
+ "System.Diagnostics.Process": "(,4.3.32767]",
+ "System.Diagnostics.StackTrace": "(,4.3.32767]",
+ "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
+ "System.Diagnostics.Tools": "(,4.3.32767]",
+ "System.Diagnostics.TraceSource": "(,4.3.32767]",
+ "System.Diagnostics.Tracing": "(,4.3.32767]",
+ "System.Drawing.Primitives": "(,4.3.32767]",
+ "System.Dynamic.Runtime": "(,4.3.32767]",
+ "System.Formats.Asn1": "(,10.0.32767]",
+ "System.Formats.Tar": "(,10.0.32767]",
+ "System.Globalization": "(,4.3.32767]",
+ "System.Globalization.Calendars": "(,4.3.32767]",
+ "System.Globalization.Extensions": "(,4.3.32767]",
+ "System.IO": "(,4.3.32767]",
+ "System.IO.Compression": "(,4.3.32767]",
+ "System.IO.Compression.ZipFile": "(,4.3.32767]",
+ "System.IO.FileSystem": "(,4.3.32767]",
+ "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
+ "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
+ "System.IO.FileSystem.Primitives": "(,4.3.32767]",
+ "System.IO.FileSystem.Watcher": "(,4.3.32767]",
+ "System.IO.IsolatedStorage": "(,4.3.32767]",
+ "System.IO.MemoryMappedFiles": "(,4.3.32767]",
+ "System.IO.Pipelines": "(,10.0.32767]",
+ "System.IO.Pipes": "(,4.3.32767]",
+ "System.IO.Pipes.AccessControl": "(,5.0.32767]",
+ "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
+ "System.Linq": "(,4.3.32767]",
+ "System.Linq.AsyncEnumerable": "(,10.0.32767]",
+ "System.Linq.Expressions": "(,4.3.32767]",
+ "System.Linq.Parallel": "(,4.3.32767]",
+ "System.Linq.Queryable": "(,4.3.32767]",
+ "System.Memory": "(,5.0.32767]",
+ "System.Net.Http": "(,4.3.32767]",
+ "System.Net.Http.Json": "(,10.0.32767]",
+ "System.Net.NameResolution": "(,4.3.32767]",
+ "System.Net.NetworkInformation": "(,4.3.32767]",
+ "System.Net.Ping": "(,4.3.32767]",
+ "System.Net.Primitives": "(,4.3.32767]",
+ "System.Net.Requests": "(,4.3.32767]",
+ "System.Net.Security": "(,4.3.32767]",
+ "System.Net.ServerSentEvents": "(,10.0.32767]",
+ "System.Net.Sockets": "(,4.3.32767]",
+ "System.Net.WebHeaderCollection": "(,4.3.32767]",
+ "System.Net.WebSockets": "(,4.3.32767]",
+ "System.Net.WebSockets.Client": "(,4.3.32767]",
+ "System.Numerics.Vectors": "(,5.0.32767]",
+ "System.ObjectModel": "(,4.3.32767]",
+ "System.Private.DataContractSerialization": "(,4.3.32767]",
+ "System.Private.Uri": "(,4.3.32767]",
+ "System.Reflection": "(,4.3.32767]",
+ "System.Reflection.DispatchProxy": "(,6.0.32767]",
+ "System.Reflection.Emit": "(,4.7.32767]",
+ "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
+ "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
+ "System.Reflection.Extensions": "(,4.3.32767]",
+ "System.Reflection.Metadata": "(,10.0.32767]",
+ "System.Reflection.Primitives": "(,4.3.32767]",
+ "System.Reflection.TypeExtensions": "(,4.3.32767]",
+ "System.Resources.Reader": "(,4.3.32767]",
+ "System.Resources.ResourceManager": "(,4.3.32767]",
+ "System.Resources.Writer": "(,4.3.32767]",
+ "System.Runtime": "(,4.3.32767]",
+ "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
+ "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
+ "System.Runtime.Extensions": "(,4.3.32767]",
+ "System.Runtime.Handles": "(,4.3.32767]",
+ "System.Runtime.InteropServices": "(,4.3.32767]",
+ "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
+ "System.Runtime.Loader": "(,4.3.32767]",
+ "System.Runtime.Numerics": "(,4.3.32767]",
+ "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
+ "System.Runtime.Serialization.Json": "(,4.3.32767]",
+ "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
+ "System.Runtime.Serialization.Xml": "(,4.3.32767]",
+ "System.Security.AccessControl": "(,6.0.32767]",
+ "System.Security.Claims": "(,4.3.32767]",
+ "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
+ "System.Security.Cryptography.Cng": "(,5.0.32767]",
+ "System.Security.Cryptography.Csp": "(,4.3.32767]",
+ "System.Security.Cryptography.Encoding": "(,4.3.32767]",
+ "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
+ "System.Security.Cryptography.Primitives": "(,4.3.32767]",
+ "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
+ "System.Security.Principal": "(,4.3.32767]",
+ "System.Security.Principal.Windows": "(,5.0.32767]",
+ "System.Security.SecureString": "(,4.3.32767]",
+ "System.Text.Encoding": "(,4.3.32767]",
+ "System.Text.Encoding.CodePages": "(,10.0.32767]",
+ "System.Text.Encoding.Extensions": "(,4.3.32767]",
+ "System.Text.Encodings.Web": "(,10.0.32767]",
+ "System.Text.Json": "(,10.0.32767]",
+ "System.Text.RegularExpressions": "(,4.3.32767]",
+ "System.Threading": "(,4.3.32767]",
+ "System.Threading.AccessControl": "(,10.0.32767]",
+ "System.Threading.Channels": "(,10.0.32767]",
+ "System.Threading.Overlapped": "(,4.3.32767]",
+ "System.Threading.Tasks": "(,4.3.32767]",
+ "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
+ "System.Threading.Tasks.Extensions": "(,5.0.32767]",
+ "System.Threading.Tasks.Parallel": "(,4.3.32767]",
+ "System.Threading.Thread": "(,4.3.32767]",
+ "System.Threading.ThreadPool": "(,4.3.32767]",
+ "System.Threading.Timer": "(,4.3.32767]",
+ "System.ValueTuple": "(,4.5.32767]",
+ "System.Xml.ReaderWriter": "(,4.3.32767]",
+ "System.Xml.XDocument": "(,4.3.32767]",
+ "System.Xml.XmlDocument": "(,4.3.32767]",
+ "System.Xml.XmlSerializer": "(,4.3.32767]",
+ "System.Xml.XPath": "(,4.3.32767]",
+ "System.Xml.XPath.XDocument": "(,5.0.32767]"
+ }
}
}
}
diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache
index 3168172..0939c8c 100644
--- a/obj/project.nuget.cache
+++ b/obj/project.nuget.cache
@@ -1,21 +1,28 @@
{
"version": 2,
- "dgSpecHash": "YbAHlAbPEkU=",
+ "dgSpecHash": "xZMCk/380To=",
"success": true,
- "projectFilePath": "/mnt/Dataa/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.csproj",
+ "projectFilePath": "/mnt/data/Work/Programming/MainProgram/Frontend/Libs/Generic/Carousel/Carousel.RCL/Carousel.RCL.csproj",
"expectedPackageFiles": [
- "/home/yla/.nuget/packages/microsoft.aspnetcore.authorization/9.0.0/microsoft.aspnetcore.authorization.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.aspnetcore.components/9.0.0/microsoft.aspnetcore.components.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.aspnetcore.components.analyzers/9.0.0/microsoft.aspnetcore.components.analyzers.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.aspnetcore.components.forms/9.0.0/microsoft.aspnetcore.components.forms.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.aspnetcore.components.web/9.0.0/microsoft.aspnetcore.components.web.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.aspnetcore.metadata/9.0.0/microsoft.aspnetcore.metadata.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.0/microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.0/microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.0/microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.extensions.options/9.0.0/microsoft.extensions.options.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.extensions.primitives/9.0.0/microsoft.extensions.primitives.9.0.0.nupkg.sha512",
- "/home/yla/.nuget/packages/microsoft.jsinterop/9.0.0/microsoft.jsinterop.9.0.0.nupkg.sha512"
+ "/home/yla/.nuget/packages/microsoft.aspnetcore.authorization/10.0.1/microsoft.aspnetcore.authorization.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.aspnetcore.components/10.0.1/microsoft.aspnetcore.components.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.aspnetcore.components.analyzers/10.0.1/microsoft.aspnetcore.components.analyzers.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.aspnetcore.components.forms/10.0.1/microsoft.aspnetcore.components.forms.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.aspnetcore.components.web/10.0.1/microsoft.aspnetcore.components.web.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.aspnetcore.metadata/10.0.1/microsoft.aspnetcore.metadata.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.configuration/10.0.1/microsoft.extensions.configuration.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.configuration.abstractions/10.0.1/microsoft.extensions.configuration.abstractions.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.configuration.binder/10.0.1/microsoft.extensions.configuration.binder.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.dependencyinjection/10.0.1/microsoft.extensions.dependencyinjection.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/10.0.1/microsoft.extensions.dependencyinjection.abstractions.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.diagnostics/10.0.1/microsoft.extensions.diagnostics.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.diagnostics.abstractions/10.0.1/microsoft.extensions.diagnostics.abstractions.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.logging.abstractions/10.0.1/microsoft.extensions.logging.abstractions.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.options/10.0.1/microsoft.extensions.options.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.options.configurationextensions/10.0.1/microsoft.extensions.options.configurationextensions.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.primitives/10.0.1/microsoft.extensions.primitives.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.extensions.validation/10.0.1/microsoft.extensions.validation.10.0.1.nupkg.sha512",
+ "/home/yla/.nuget/packages/microsoft.jsinterop/10.0.1/microsoft.jsinterop.10.0.1.nupkg.sha512"
],
"logs": []
}
\ No newline at end of file